From afee8bba17a071009e59fcd029ea3ec02d444640 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Sat, 20 Dec 2025 13:48:27 -0800 Subject: [PATCH] docs: use hq- prefix for town-level beads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated beads-hygiene plugin spec to use 'hq-' (headquarters) instead of 'stevetown-'. Short, visually distinct from rig prefixes, and semantically clear. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/architecture.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/architecture.md b/docs/architecture.md index facee60e..c28898d7 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -1773,10 +1773,10 @@ Workers sometimes get confused about which database they're in, especially when: **Processing**: 1. Scan each beads database for prefix mismatches - - Town-level should have harness prefix (e.g., `stevetown-*`) + - Town-level should have `hq-*` prefix (headquarters) - Rig-level should have rig prefix (e.g., `gt-*` for gastown) 2. Check for cross-level dependency references - - Flag `gt-*` issues that depend on `stevetown-*` (usually wrong) + - Flag `gt-*` issues that depend on `hq-*` (usually wrong) 3. Analyze recent activity for context confusion - Agent in `gastown/` creating harness-level issues - Agent at town level creating rig-specific issues @@ -1801,7 +1801,7 @@ You are reviewing beads databases for cross-pollution between Gas Town's two-level architecture: TOWN LEVEL (~/gt/.beads/): Coordination, mayor mail, harness issues - - Prefix: stevetown-* (or configured harness prefix) + - Prefix: hq-* (headquarters) - Contains: cross-rig coordination, strategic planning, harness bugs RIG LEVEL (~/gt//.beads/): Project-specific work