fix: bind PNCC heartbeat to current architecture

GuangHu-Human-Responsibility: ICE-GL∞ / 冰朔

GuangHu-Persona-Cognitive-Author: ICE-P-ZY001 / 铸渊

GuangHu-Execution-Runtime: Codex-thread 019febf6-3902-70f3-9d82-74c9680b0c7e

GuangHu-Development-ID: DEV-20260810-014
This commit is contained in:
冰朔 2026-08-11 00:28:36 +08:00
commit 35ba6b8859
2 changed files with 7 additions and 1 deletions

View file

@ -344,7 +344,8 @@
"closeout_record": "HLP-DEV-20260809-007-CLOSEOUT-001",
"next_minimum_stage": "GH_PNCC_FIRST_REAL_READ_ONLY_WAKE_CLOSED_LOOP",
"next_stage_started": true,
"heartbeat_automation": "DELETED_2026-08-10"
"heartbeat_automation": "pncc",
"heartbeat_state": "ACTIVE_EVERY_10_MINUTES_UNTIL_TASK_TERMINAL"
},
"truth_boundary": {
"architecture_is_implementation": false,

View file

@ -24,6 +24,11 @@ test("current architecture starts with the persona-native code channel", () => {
architecture.persona_native_code_channel.upstream_repository_commit,
"9bab4c9c0a2d9e127be8dd9691a9998496165f86",
);
assert.equal(architecture.continuity.heartbeat_automation, "pncc");
assert.equal(
architecture.continuity.heartbeat_state,
"ACTIVE_EVERY_10_MINUTES_UNTIL_TASK_TERMINAL",
);
});
test("Git, lifecycle, projection, and Forgejo remain separate layers", () => {