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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user