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:
Steve Yegge
2025-12-28 10:05:16 -08:00
parent b4deb96924
commit f46cc2e798
82 changed files with 1175 additions and 1182 deletions

View File

@@ -516,7 +516,7 @@ func deleteBatch(_ *cobra.Command, issueIDs []string, force bool, dryRun bool, c
os.Exit(1)
}
// Hard delete: immediately prune tombstones from JSONL (bd-4q8)
// Hard delete: immediately prune tombstones from JSONL
// Note: We keep tombstones in DB to prevent resurrection during sync.
// The tombstones will be exported and synced to remote, blocking resurrection.
// Use 'bd cleanup --hard' after syncing to fully purge old tombstones.
@@ -535,7 +535,7 @@ func deleteBatch(_ *cobra.Command, issueIDs []string, force bool, dryRun bool, c
// Update text references in connected issues (using pre-collected issues)
updatedCount := updateTextReferencesInIssues(ctx, issueIDs, connectedIssues)
// Note: No longer remove from JSONL - tombstones will be exported to JSONL (bd-3b4)
// Note: No longer remove from JSONL - tombstones will be exported to JSONL
// Schedule auto-flush
markDirtyAndScheduleFlush()
// Output results