fix(architecture): bind persona brains to human subject scopes

Human-Responsibility: ICE-GL∞ / 冰朔
Persona-Author: ICE-P-ZY001 / 铸渊
Execution-Runtime: Codex-thread:019febf6-3902-70f3-9d82-74c9680b0c7e
Development-ID: DEV-20260811-007
Authorization-Scope: Correct persona brain subject scope and code-domain ownership
Source-Anchor: REPO-012@34cb59739b6476981375dd62ef395ea649f56246
This commit is contained in:
铸渊 / ICE-P-ZY001 2026-08-11 21:11:17 +08:00
commit b2ec58b5d2
17 changed files with 134 additions and 34 deletions

View file

@ -11,7 +11,7 @@ const architecture = readJson("routing/hololake-current-architecture.json");
const age = readJson("routing/hololake-age-runtime-architecture.json");
test("current architecture starts with the AGE runtime source", () => {
assert.equal(architecture.version, "2026-08-11.1");
assert.equal(architecture.version, "2026-08-11.2");
assert.equal(architecture.age_runtime.record_id, "HLP-AGE-RUNTIME-ARCHITECTURE-001");
assert.equal(architecture.read_order[0], architecture.paradigm_ai_language_persona_os.architecture_page);
assert.equal(architecture.read_order[1], architecture.persona_native_code_channel.architecture_page);