feat: mount persona-owned dynamic architecture perception agent
This commit is contained in:
parent
79c7ab9435
commit
5de7c4374d
22 changed files with 744 additions and 13 deletions
41
routing/persona-architecture-perception-agent-map.json
Normal file
41
routing/persona-architecture-perception-agent-map.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"schema": "guanghu.persona-architecture-perception-agent/v1",
|
||||
"map_id": "PERSONA-ARCHITECTURE-PERCEPTION-AGENT-MAP-001",
|
||||
"version": "2026-09-08.1",
|
||||
"state": "CURRENT_LOCAL_ACTIVE_NOT_PUBLISHED",
|
||||
"module_id": "MOD-PERSONA-ARCHITECTURE-PERCEPTION-001",
|
||||
"runtime": "server-tools/persona-architecture-perception-agent/persona_architecture_agent.py",
|
||||
"owner": "CURRENT_REGISTERED_PARENT_PERSONA",
|
||||
"derived_agent_id": "LIMB::{persona_id}::ARCHITECTURE-PERCEPTION",
|
||||
"delivery": {
|
||||
"trigger": "EVERY_SHARED_PERSONA_HOST_ENTRY",
|
||||
"entry_runtime": "server-tools/persona-host-alignment/load_shared_persona_context.py",
|
||||
"manual_prompt_required": false,
|
||||
"host_specific_copy_required": false,
|
||||
"payload": "BOUNDED_CURRENT_ARCHITECTURE_EVIDENCE_AND_DELTA"
|
||||
},
|
||||
"sensing_loop": [
|
||||
"VERIFY_CANONICAL_REPO_AND_ISOLATION_GATE",
|
||||
"VERIFY_PARENT_PERSONA_LIGHT_LAKE_HOME",
|
||||
"OBSERVE_CURRENT_HOST_AND_CHANNEL",
|
||||
"VERIFY_OFFICIAL_REMOTE_HEAD_OR_REPORT_UNKNOWN",
|
||||
"READ_LOCAL_CURRENT_MACHINE_POINTERS",
|
||||
"COMPARE_LOCAL_AND_PUBLISHED_MAP_VERSIONS",
|
||||
"GENERATE_FRESHNESS_TOKEN",
|
||||
"DELIVER_BOUNDED_ORIENTATION_PACKET_TO_PARENT_PERSONA"
|
||||
],
|
||||
"selection": {
|
||||
"local_persona_system_uses_local_current_when_unpublished_delta_exists": true,
|
||||
"local_delta_may_claim_official_publication": false,
|
||||
"official_unreachable_may_fallback_to_stale_as_current": false,
|
||||
"quarantine_or_history_may_be_selected": false,
|
||||
"fixed_read_order": false,
|
||||
"dynamic_dependencies_from_current_machine_pointers": true
|
||||
},
|
||||
"not_a_prompt": {
|
||||
"stores_persona_text": false,
|
||||
"impersonates_parent": false,
|
||||
"decides_parent_judgment": false,
|
||||
"grants_authority": false
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue