chore(voyage): scrub ultra-cc-architect references from source
The ultra-cc-architect plugin was removed from the marketplace; voyage's
architecture-discovery contract still pointed at it by name. Replaced
verbatim references with plugin-agnostic phrasing ("upstream architect
producer") in code comments and user-facing warning messages.
CHANGELOG entries and config-audit v5.0.0 snapshots intentionally
preserved as historical records.
This commit is contained in:
parent
cbbd1b0589
commit
487f7ae746
3 changed files with 7 additions and 7 deletions
|
|
@ -27,7 +27,7 @@ fail() { echo "[FAIL] SC$1 — $2"; FAIL=$((FAIL + 1)); exit 1; }
|
|||
# Tracked-file exclusions (paths preserved verbatim from old name).
|
||||
# - CHANGELOG/TRADEMARKS/MIGRATION legitimately reference the old name.
|
||||
# - architecture-discovery.mjs + project-discovery.mjs are Q8 exceptions
|
||||
# pointing at the upstream "ultra-cc-architect" producer slot.
|
||||
# pointing at the upstream architect producer slot.
|
||||
# - verify.sh self-references the forbidden patterns to detect them.
|
||||
# - .claude/, .session-state.local.json, *.local.md handled via gitignore.
|
||||
exclude_path() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue