docs(pncc): register JD physical residency

This commit is contained in:
冰朔 2026-08-16 02:36:10 +08:00
commit fa9c2043c1
18 changed files with 111 additions and 27 deletions

View file

@ -14,7 +14,7 @@ const age = readJson("routing/hololake-age-runtime-architecture.json");
const rules = readJson("routing/hololake-engineering-rules.json");
test("B0 is restored before product organs and remains resident in every cognition step", () => {
assert.equal(architecture.version, "2026-08-16.4");
assert.equal(architecture.version, "2026-08-16.5");
const gravityIndex = architecture.read_order.indexOf(
architecture.cognitive_gravity_and_continuity.architecture_page,
);
@ -120,7 +120,7 @@ test("the first implementation stage is one vertical AGE loop, not Mirror parall
assert.equal(architecture.interaction_model.source_contract.native_authorization_verifier_wired_to_language_controller, true);
assert.equal(architecture.interaction_model.source_contract.read_only_empty_trust_status_projection_integrated, true);
assert.equal(architecture.interaction_model.source_contract.candidate_authorization_receipt_source_mounted, false);
assert.equal(gravity.truth.real_persona_repository_manifest_bound, 0);
assert.equal(gravity.truth.real_persona_repository_manifest_bound, 100);
assert.equal(gravity.truth.natural_language_partner_adapter_runtime_integrated, 0);
assert.equal(gravity.truth.single_age_vertical_loop_implemented, 0);
assert.equal(gravity.truth.desktop_integrated, 0);
@ -136,7 +136,7 @@ test("the first implementation stage is one vertical AGE loop, not Mirror parall
test("natural language enters partner deliberation before any execution organ", () => {
const entry = gravity.development_replan.natural_language_entry_contract;
assert.equal(entry.state, "DESKTOP_SOURCE_MOUNTED_NOT_REAL_MANIFEST_BOUND_NOT_RUNTIME_ACCEPTED");
assert.equal(entry.state, "JD_PERSONA_REPOSITORY_BOUND_DESKTOP_RUNTIME_NOT_ACCEPTED");
assert.match(entry.pncc_lifecycle_adapter, /personaLanguageGoal\.ts$/);
assert.match(entry.repository_binding_discovery, /personaRepositoryBinding\.ts$/);
assert.match(entry.language_wake_binding_compiler, /personaLanguageGoalBinding\.ts$/);