docs: Remove sibling product and lab path leaks #5

Merged
Ghost merged 2 commits from scrub/internal-refs into develop 2026-09-01 14:44:07 -05:00

What

Strip private sibling product names, unfinished rewire notes, and lab checkout paths from README, design/plan docs, and test identity/fixture strings so this module reads as standalone.

Why

Wording like "tradey is not wired to this module yet" names another private project and leaks unfinished wiring. Outsiders should not see that.

Test

  • go test ./... -count=1 (all packages ok)
  • rg -i 'tradey|/fast/projects|Grok-chat|not wired to' → no hits
## What Strip private sibling product names, unfinished rewire notes, and lab checkout paths from README, design/plan docs, and test identity/fixture strings so this module reads as standalone. ## Why Wording like "tradey is not wired to this module yet" names another private project and leaks unfinished wiring. Outsiders should not see that. ## Test - `go test ./... -count=1` (all packages ok) - `rg -i 'tradey|/fast/projects|Grok-chat|not wired to'` → no hits
Ghost added 2 commits 2026-09-01 14:43:57 -05:00
Outsiders reading this module should not see private sibling
names (tradey), unfinished rewire notes, or /fast/projects
lab paths. Keep the library self-contained in README, design,
plan, and test fixtures/identity strings.
Ghost merged commit 6486698acd into develop 2026-09-01 14:44:07 -05:00
Ghost deleted branch scrub/internal-refs 2026-09-01 14:44:07 -05:00
Sign in to join this conversation.