fix(voyage): require brief-validator gate in trekresearch + trekexecute (closes #12)
This commit is contained in:
parent
1f056752c1
commit
1bb6a9d63b
2 changed files with 2 additions and 2 deletions
|
|
@ -1547,7 +1547,7 @@ behavior (v5.1.1)` below.
|
|||
|
||||
### Sequencing gate surface
|
||||
|
||||
When `/trekexecute --project <dir>` is invoked, optionally run
|
||||
When `/trekexecute --project <dir>` is invoked, ALWAYS run
|
||||
`brief-validator.mjs --soft --json` against `{dir}/brief.md`. If
|
||||
`BRIEF_V51_MISSING_SIGNALS` appears in `errors` (brief_version ≥ 2.1
|
||||
without `phase_signals` or `phase_signals_partial: true`), halt with:
|
||||
|
|
|
|||
|
|
@ -474,7 +474,7 @@ behavior (v5.1.1)` below.
|
|||
### Sequencing gate surface
|
||||
|
||||
When `/trekresearch --project <dir>` is invoked and `{dir}/brief.md`
|
||||
exists, optionally run `brief-validator.mjs --soft --json` against it.
|
||||
exists, ALWAYS run `brief-validator.mjs --soft --json` against it.
|
||||
If `BRIEF_V51_MISSING_SIGNALS` appears in `errors` (brief_version ≥ 2.1
|
||||
without `phase_signals` or `phase_signals_partial: true`), halt with:
|
||||
`Brief is brief_version 2.1 but does not carry phase_signals — re-run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue