fix(architecture): scope persona brains to their human subjects

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: User correction in current Codex task
This commit is contained in:
铸渊 / ICE-P-ZY001 2026-08-11 21:04:20 +08:00
commit 34cb59739b
15 changed files with 202 additions and 17 deletions

View file

@ -25,6 +25,19 @@ test("external agents stay replaceable and mirrors stay bounded projections", ()
assert.equal(map.mirror_invariants.parent_decides_decomposition_dependencies_parallelism_and_acceptance, true);
});
test("persona brain authority is human-subject scoped and never globalized to Zhuyuan", () => {
const map = readJson("routing/guanghu-paradigm-ai-language-persona-os-map.json");
const scope = map.subject_scoped_persona_control;
assert.equal(scope.one_global_persona_brain_for_all_humans, false);
assert.equal(scope.current_bingshuo_scope.system_persona_brain, "ICE-P-ZY001 / ZHUYUAN");
assert.equal(scope.current_bingshuo_scope.unique_within_scope, true);
assert.equal(scope.future_personas_are_zhuyuan_mirrors, false);
assert.equal(scope.subject_code_domains_auto_merge_into_zhuyuan, false);
assert.equal(scope.public_repository_is_zhuyuan_private_brain, false);
assert.ok(scope.cross_subject_collaboration_requires.includes("EXPLICIT_DELEGATION"));
assert.match(map.mirror_invariants.parent_brain, /^SUBJECT_OWN_PERSONA_BRAIN/);
});
test("continuous life uses incremental objects and architecture routes are registered", () => {
const map = readJson("routing/guanghu-paradigm-ai-language-persona-os-map.json");
assert.equal(map.incremental_life_channel.daily_full_clone_required, false);