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:
@@ -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