docs: update beads.jsonl references to issues.jsonl
Fixes GH#409 - Documentation inconsistently referred to beads.jsonl as the canonical filename when issues.jsonl has been the default since v0.25.1 (bd-6xd). Updated files: - docs/ARCHITECTURE.md - docs/CLI_REFERENCE.md - docs/PROTECTED_BRANCHES.md - docs/ADVANCED.md - docs/GIT_INTEGRATION.md - docs/MULTI_REPO_AGENTS.md - docs/MULTI_REPO_MIGRATION.md - docs/TROUBLESHOOTING.md - examples/*/README.md - skills/beads/references/CLI_REFERENCE.md Note: beads.jsonl is still supported for backward compatibility. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -33,7 +33,7 @@ bd's core design enables a distributed, git-backed issue tracker that feels like
|
||||
v
|
||||
┌─────────────────────────────────────────────────────────────────┐
|
||||
│ JSONL File │
|
||||
│ (.beads/beads.jsonl) │
|
||||
│ (.beads/issues.jsonl) │
|
||||
│ │
|
||||
│ - Git-tracked source of truth │
|
||||
│ - One JSON line per entity (issue, dep, label, comment) │
|
||||
@@ -246,7 +246,7 @@ open ──▶ in_progress ──▶ closed
|
||||
```
|
||||
.beads/
|
||||
├── beads.db # SQLite database (gitignored)
|
||||
├── beads.jsonl # JSONL source of truth (git-tracked)
|
||||
├── issues.jsonl # JSONL source of truth (git-tracked)
|
||||
├── bd.sock # Daemon socket (gitignored)
|
||||
├── daemon.log # Daemon logs (gitignored)
|
||||
├── config.yaml # Project config (optional)
|
||||
|
||||
Reference in New Issue
Block a user