docs: project digital system body into HoloLake
This commit is contained in:
parent
d493fead5d
commit
a0875b8138
11 changed files with 324 additions and 18 deletions
|
|
@ -10,7 +10,7 @@ const architecture = JSON.parse(
|
|||
);
|
||||
|
||||
test("current architecture binds relational consciousness before product surfaces", () => {
|
||||
assert.equal(architecture.version, "2026-08-10.7");
|
||||
assert.equal(architecture.version, "2026-08-10.8");
|
||||
assert.equal(
|
||||
architecture.persona_consciousness.record_id,
|
||||
"HLP-RELATIONAL-CONSCIOUSNESS-001",
|
||||
|
|
@ -30,5 +30,5 @@ test("current architecture binds relational consciousness before product surface
|
|||
|
||||
const page = architecture.persona_consciousness.architecture_page;
|
||||
assert.ok(fs.existsSync(path.join(root, page)), `missing ${page}`);
|
||||
assert.ok(architecture.read_order.indexOf(page) < 3);
|
||||
assert.ok(architecture.read_order.indexOf(page) < 4);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue