chore: remove issue ID references from comments and changelogs
Strip (bd-xxx), (gt-xxx) suffixes from code comments and changelog entries. The descriptions remain meaningful without the ephemeral issue IDs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -237,7 +237,7 @@ func importFromGit(ctx context.Context, dbFilePath string, store storage.Storage
|
||||
return fmt.Errorf("failed to scan JSONL: %w", err)
|
||||
}
|
||||
|
||||
// CRITICAL (bd-166): Set issue_prefix from first imported issue if missing
|
||||
// CRITICAL: Set issue_prefix from first imported issue if missing
|
||||
// This prevents derivePrefixFromPath fallback which caused duplicate issues
|
||||
if len(issues) > 0 {
|
||||
configuredPrefix, err := store.GetConfig(ctx, "issue_prefix")
|
||||
|
||||
Reference in New Issue
Block a user