36d6fc28f3
The parseLifecycleRequest function was checking for "cycle" first, but since the title already contains "lifecycle:" (which includes "cycle"), all lifecycle messages matched as cycle actions, making restart and shutdown unreachable. Fixed by: 1. Checking restart/shutdown before cycle 2. Using " cycle" (with leading space) to match the word, not prefix Closes gt-rixa 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
38 lines
746 B
Plaintext
38 lines
746 B
Plaintext
# SQLite databases
|
|
*.db
|
|
*.db?*
|
|
*.db-journal
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Daemon runtime files
|
|
daemon.lock
|
|
daemon.log
|
|
daemon.pid
|
|
bd.sock
|
|
|
|
# Local version tracking (prevents upgrade notification spam after git ops)
|
|
.local_version
|
|
|
|
# Legacy database files
|
|
db.sqlite
|
|
bd.db
|
|
|
|
# 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
|
|
|
|
# JSONL exports: tracked on beads-sync branch, ignored on main
|
|
# This prevents "modified issues.jsonl" noise in git status on main
|
|
# bd sync commits to beads-sync, which has its own .gitignore that tracks issues.jsonl
|
|
issues.jsonl
|
|
|
|
# Metadata and config are tracked everywhere
|
|
!metadata.json
|
|
!config.json
|
|
redirect
|