fix(voyage): require brief-validator gate in trekresearch + trekexecute (closes #12)

This commit is contained in:
Kjell Tore Guttormsen 2026-05-14 21:43:45 +02:00
commit 1bb6a9d63b
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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