fix(consultation): make agentic runtime the default
This commit is contained in:
@@ -65,9 +65,9 @@ test("projects consultation themes through explicit strict workflow taxonomy", (
|
||||
});
|
||||
|
||||
|
||||
test("staging enables the agentic consultation runtime without changing production compose", () => {
|
||||
test("agentic consultation is the safe default and legacy is explicit rollback", () => {
|
||||
assert.match(stagingCompose, /CONSULTATION_AGENTIC_RUNTIME: enabled/);
|
||||
assert.match(route, /CONSULTATION_AGENTIC_RUNTIME/);
|
||||
assert.match(route, /legacy/);
|
||||
assert.match(route, /canary/);
|
||||
assert.match(route, /CONSULTATION_AGENTIC_RUNTIME\?\.trim\(\)\.toLowerCase\(\) \?\? "enabled"/);
|
||||
assert.match(route, /mode === "legacy"/);
|
||||
assert.match(route, /mode !== "canary"/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user