feat(voyage)!: FLAG_SCHEMA keys trek* + arg-parser test cases [skip-docs]
- Rename FLAG_SCHEMA keys ultrabrief|ultraresearch|ultraplan|ultraexecute|ultrareview|ultracontinue -> trek* equivalents - Update 26 literal key references in tests/lib/arg-parser.test.mjs - Update parseArgs($ARGUMENTS, 'ultracontinue') -> 'trekcontinue' in commands/trekcontinue.md - trekendsession.md audited: no parseArgs invocation, no FLAG_SCHEMA entry needed Atomic per session-spec: schema + tests + consuming commands committed together to avoid vacuous-pass risk. Part of voyage-rebrand session 2 (W3.2 / Step 4). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
82bd665ba0
commit
f924d329b5
3 changed files with 33 additions and 33 deletions
|
|
@ -30,7 +30,7 @@ See **Handover 7** in `docs/HANDOVER-CONTRACTS.md` for the full schema.
|
|||
|
||||
## Phase 0 — `--help` handling
|
||||
|
||||
Parse `$ARGUMENTS` with `parseArgs($ARGUMENTS, 'ultracontinue')` from
|
||||
Parse `$ARGUMENTS` with `parseArgs($ARGUMENTS, 'trekcontinue')` from
|
||||
`lib/parsers/arg-parser.mjs`. Dispatch the usage block ONLY when one of these
|
||||
two conditions equals exactly true (no substring search, no "contains" check):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue