feat(voyage): add phase_signals validation + sequencing gate to brief-validator (v5.1)

This commit is contained in:
Kjell Tore Guttormsen 2026-05-13 21:08:37 +02:00
commit bf68fe6f5f
3 changed files with 131 additions and 1 deletions

View file

@ -38,7 +38,7 @@ export const PROFILE_REQUIRED_PHASES = Object.freeze([
'brief', 'research', 'plan', 'execute', 'review', 'continue',
]);
const BASE_ALLOWED_MODELS = Object.freeze(['sonnet', 'opus']);
export const BASE_ALLOWED_MODELS = Object.freeze(['sonnet', 'opus']);
function getAllowedModels(env = process.env) {
if (env.VOYAGE_ALLOW_HAIKU === '1') {