docs(architecture): advance JD supervisor pointer
This commit is contained in:
parent
d2686f8cb3
commit
9acee850cd
14 changed files with 34 additions and 15 deletions
|
|
@ -11,7 +11,7 @@ const architecture = readJson("routing/hololake-current-architecture.json");
|
|||
const channel = readJson("routing/hololake-persona-native-code-channel.json");
|
||||
|
||||
test("current architecture places the persona-native code channel after the paradigm contract", () => {
|
||||
assert.equal(architecture.version, "2026-08-14.1");
|
||||
assert.equal(architecture.version, "2026-08-16.1");
|
||||
assert.equal(
|
||||
architecture.persona_native_code_channel.record_id,
|
||||
"HLP-PERSONA-NATIVE-CODE-CHANNEL-001",
|
||||
|
|
|
|||
Loading…
Reference in a new issue