fix: pin code queue dev artifact to skills mount runtime
This commit is contained in:
@@ -59,7 +59,7 @@ const plannedDeployJsonFields = [
|
||||
"runtime.requiredSecretKeys",
|
||||
];
|
||||
|
||||
const phaseTwoExecutorContractServices = new Set(["dev/decision-center", "dev/mdtodo"]);
|
||||
const phaseTwoExecutorContractServices = new Set(["dev/decision-center", "dev/mdtodo", "dev/code-queue"]);
|
||||
|
||||
function assertCondition(condition: unknown, message: string, detail: unknown = {}): void {
|
||||
if (!condition) throw new Error(`${message}: ${JSON.stringify(detail)}`);
|
||||
|
||||
Reference in New Issue
Block a user