chore: remove issue ID references from comments

Strip (gt-xxx), (bd-xxx) suffixes from code comments. 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 5838d4cd1b
commit 2655a85124
4 changed files with 2174 additions and 2159 deletions

View File

@@ -316,7 +316,7 @@ func runMoleculeStatus(cmd *cobra.Command, args []string) error {
Role: string(roleCtx.Role),
}
// NEW: Try to find agent bead and read hook slot (gt-lisj6)
// Try to find agent bead and read hook slot
// This is the preferred method - agent beads have a hook_bead field
agentBeadID := buildAgentBeadID(target, roleCtx.Role)
var hookBead *beads.Issue