feat: add guarded portal canary release
Memind CI / Test, build, and release guards (push) Failing after 2m14s

This commit is contained in:
john
2026-07-26 19:51:44 +08:00
parent 058d646b32
commit 286069449b
33 changed files with 2161 additions and 53 deletions
+2
View File
@@ -979,12 +979,14 @@ export const AUTOMATION_SUITES = Object.freeze([
cases: {
'REL-10': [
'release contract: block new Agent runs, drain active work within a bound, checksum and back up, then recheck zero active runs immediately before swap',
'canary contract: immutable user and WeChat identities route to an isolated candidate, while missing identity, resolver errors, and candidate failure fall back to stable',
],
},
command: [
process.execPath,
'--test',
'release-gate/canary-routing.test.mjs',
'memind-canary-proxy.test.mjs',
'release-gate/release-runtime-safety.test.mjs',
],
},