Remove legacy issues.jsonl and update defaults to beads.jsonl

Amp-Thread-ID: https://ampcode.com/threads/T-ae11b392-24b5-4060-b431-606dd81c1763
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Steve Yegge
2025-11-20 14:26:38 -05:00
parent f3a678fc9d
commit 7b865eb541
4 changed files with 11 additions and 19 deletions

View File

@@ -242,8 +242,8 @@ func FindJSONLPath(dbPath string) string {
return matches[0]
}
// Default to issues.jsonl
return filepath.Join(dbDir, "issues.jsonl")
// Default to beads.jsonl
return filepath.Join(dbDir, "beads.jsonl")
}
// DatabaseInfo contains information about a discovered beads database