feat(voyage): add phase_signals validation + sequencing gate to brief-validator (v5.1)
This commit is contained in:
parent
8cbb33e1fd
commit
bf68fe6f5f
3 changed files with 131 additions and 1 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue