Finish eliminating remaining ANT-ONLY source labels (#360)

This extends the label-only cleanup to the remaining internal-only command,
debug, and heading strings so the source tree no longer contains ANT-ONLY
markers. The pass still avoids logic changes and only renames labels shown
in internal or gated surfaces.

Constraint: Update the existing label-cleanup PR without widening scope into behavior changes
Rejected: Leave the last ANT-ONLY strings for a later pass | low-cost cleanup while the branch is already focused on labels
Confidence: high
Scope-risk: narrow
Reversibility: clean
Directive: The next phase should move off label cleanup and onto a separately scoped logic or rebrand slice
Tested: bun run build
Tested: bun run smoke
Tested: bun run verify:privacy
Tested: bun run test:provider
Tested: bun run test:provider-recommendation
Not-tested: Full repo typecheck (upstream baseline remains noisy)

Co-authored-by: anandh8x <test@example.com>
This commit is contained in:
Anandan
2026-04-04 23:58:34 +05:30
committed by GitHub
parent 0d27ca596a
commit ba1b9913aa
8 changed files with 19 additions and 19 deletions

View File

@@ -350,7 +350,7 @@ export function groupHooksByEventAndMatcher(
event: hookEvent,
config: {
type: 'command',
command: '[ANT-ONLY] Built-in Hook',
command: '[internal-only] Built-in Hook',
},
matcher: matcher.matcher,
source: 'builtinHook',