chore: Update Beads issue tracker and ignore malformed DB files

- Export latest issue state to beads.jsonl
- Add gitignore entries for malformed SQLite DB files created by old buggy code
- Ignore bd-original backup

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-11-03 18:03:07 -08:00
parent e972f1d866
commit 07668e7346
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@@ -67,3 +67,5 @@ npm-package/bin/LICENSE
npm-package/bin/README.md
npm-package/node_modules/
npm-package/package-lock.json
.beads/beads.db?*
bd-original