Resolve merge conflict in beads.jsonl

Amp-Thread-ID: https://ampcode.com/threads/T-fc47ce9d-88a4-4bcd-b9cb-79327d98dee7
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Steve Yegge
2025-11-20 19:08:23 -05:00
12 changed files with 358 additions and 154 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