docs(gh-aios): make AI operating platform stage one
This commit is contained in:
parent
5962dd29f1
commit
6cdd8eb0ac
25 changed files with 340 additions and 37 deletions
|
|
@ -11,13 +11,13 @@ 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-12.17");
|
||||
assert.equal(architecture.version, "2026-08-12.19");
|
||||
assert.equal(
|
||||
architecture.persona_native_code_channel.record_id,
|
||||
"HLP-PERSONA-NATIVE-CODE-CHANNEL-001",
|
||||
);
|
||||
assert.equal(
|
||||
architecture.read_order[2],
|
||||
architecture.read_order[4],
|
||||
architecture.persona_native_code_channel.architecture_page,
|
||||
);
|
||||
assert.equal(
|
||||
|
|
|
|||
Loading…
Reference in a new issue