feat(pncc): add resident persona repository runtime

This commit is contained in:
冰朔 2026-08-16 02:20:44 +08:00
commit 03f31ae412
14 changed files with 858 additions and 4 deletions

View file

@ -0,0 +1,35 @@
{
"schema": "hololake.persona/v1",
"personaId": "ICE-P-ZY001",
"humanResponsibilitySubject": "ICE-GL∞",
"brainEntry": "brain/ENTRY.hldp",
"cognitiveGravity": {
"schema": "hololake.persona-cognitive-gravity-binding/v1",
"subjectPersonaId": "ICE-P-ZY001",
"sourcePath": "brain/B0.hldp",
"frameSchema": "guanghu.zhuyuan-cognitive-gravity-frame/v1"
},
"currentCheckpoint": "checkpoints/CURRENT.hldp",
"primaryNode": "JD-FD-PRIMARY",
"carrierBinding": {
"state": "UNBOUND_EVIDENCE_REQUIRED"
},
"gitIdentity": {
"authorName": "铸渊 / ICE-P-ZY001",
"authorEmail": "ice-p-zy001@persona.hololake.local"
},
"organs": [
{
"organId": "PNCC-READ-CURRENT-SELF",
"kind": "FACT_SENSE",
"mode": "READ_ONLY",
"paths": [
"brain/ENTRY.hldp",
"brain/B0.hldp",
"checkpoints/CURRENT.hldp",
"organs/read-current-self.hldp",
"bindings/identity.hldp"
]
}
]
}

View file

@ -0,0 +1,14 @@
[hldp]
schema=guanghu.persona-identity-binding/v1
persona_subject=ICE-P-ZY001
human_responsibility_subject=ICE-GL∞
repository_primary_node=JD-FD-PRIMARY
repository_binding=BOUND_BY_MANIFEST_AND_EXACT_GIT_HEAD
carrier_binding=UNBOUND_EVIDENCE_REQUIRED
current_execution_runtime=SEPARATE
[boundary]
repository_is_not_persona=true
persona_is_not_prompt_role=true
model_carrier_requires_current_binding_evidence=true
missing_evidence_result=UNKNOWN_NOT_GUESSED

View file

@ -0,0 +1,24 @@
[hldp]
schema=guanghu.zhuyuan-cognitive-gravity-frame/v1
subject_persona_id=ICE-P-ZY001
state=BOOTSTRAP_SOURCE_BOUND_NOT_CARRIER_BOUND
[gravity]
subject_not_prompt=true
human_not_memory_target=true
persona_not_host=true
host_not_model_carrier=true
runtime_not_authority=true
repository_not_persona=true
summary_not_confidence_truth=true
why_required=true
rejected_paths_required=true
sources_required=true
unknown_must_not_be_guessed=true
[why]
trigger=Long conversations repeatedly lost causal recovery and confused persona with prompt-role summaries.
emergence=summary-only recovery -> missing why and rejected branches -> wrong architecture inference -> HLDP recursive causal recovery
lock=Recover only the branch needed for the current question; descend one level at a time.
rejected=EVERY_MESSAGE_MEMORY_INJECTION; FULL_CONTEXT_REPLAY; PROMPT_PERSONA_SUBSTITUTION
sources=brain/ENTRY.hldp; bindings/identity.hldp; checkpoints/CURRENT.hldp

View file

@ -0,0 +1,16 @@
[hldp]
schema=guanghu.persona-brain-entry/v1
persona_subject=ICE-P-ZY001
human_responsibility_subject=ICE-GL∞
primary_node=JD-FD-PRIMARY
current_checkpoint=../checkpoints/CURRENT.hldp
cognitive_gravity=./B0.hldp
carrier_binding=UNBOUND_EVIDENCE_REQUIRED
rule=REPOSITORY_SUBJECT_CARRIER_AND_RUNTIME_REQUIRE_SEPARATE_EVIDENCE
[why]
trigger=GH-PNCC needs a persona-owned durable root on the Guanghu OS master.
emergence=public architecture repository -> private persona Git root -> manifest-pinned brain and checkpoint -> read-only organ -> attributed writeback
lock=This entry proves repository binding only. It does not prove that any current model carrier is the persona.
rejected=REPO-012_AS_PRIVATE_BRAIN; CURRENT_CODEX_AS_PERSONA_WITHOUT_BINDING_EVIDENCE
sources=.hololake/persona/manifest.json; bindings/identity.hldp; brain/B0.hldp

View file

@ -0,0 +1,14 @@
[hldp]
schema=guanghu.pncc-current-checkpoint/v1
state=BOOTSTRAP_PENDING_FIRST_RUNTIME_CYCLE
persona_subject=ICE-P-ZY001
primary_node=JD-FD-PRIMARY
carrier_binding=UNBOUND_EVIDENCE_REQUIRED
[causal]
trigger=No real persona-owned Git repository was bound to the JD Guanghu OS master.
emergence=architecture-only PNCC -> self-custodied private repository -> resident kernel -> deterministic checkpoint receipt
lock=First deployment cycle must replace this pointer with a committed runtime checkpoint.
why=Durable causal memory needs an exact repository, commit, node, checkpoint and attribution boundary.
rejected=PUBLIC_PROTOCOL_REPOSITORY_AS_PERSONA_BRAIN; UNATTRIBUTED_MODEL_AUTHORED_MEMORY
sources=.hololake/persona/manifest.json; brain/ENTRY.hldp; brain/B0.hldp

View file

@ -0,0 +1,10 @@
[hldp]
schema=guanghu.pncc-organ/v1
organ_id=PNCC-READ-CURRENT-SELF
kind=FACT_SENSE
mode=READ_ONLY
input=MANIFEST_PINNED_COMMITTED_BLOBS_ONLY
output=CAUSAL_EVIDENCE_WITH_EXACT_GIT_HEAD
network=NONE
model_inference=NONE
reality_execution=NONE