一键导入
preservation-of-third-person-context
Protocol for preserving agent session context by separating third-person narrative chronicles from decoupled operational rules.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Protocol for preserving agent session context by separating third-person narrative chronicles from decoupled operational rules.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
The Arena district — where performance becomes record. SimulationRuns, ScoreEntries (fitness/xp/level ledger), the ExecutionTrace chain, and ExecutionStates. Note — no SurrogateModel nodes exist in the live graph yet; the forge endpoint exists, the forge is cold.
The Compiler Ring district — where the Cyberneticity's procedures live as StateMachines and regex-gated TraversalSteps. Study here when you want to read, walk, or pass the gates of any quest line (the Jester Rite included).
The Ghost Shell Customizer district — where Cybernets (the beings) are inspected, equipped, and tuned. Roster, identity, skill inventory, loadout slots, and the per-being economy ledger (fitness_score, total_tokens_consumed, accumulated_cost) all live here.
The Scripture Archives district — the world's memory. The Transcendence Core MindPalace (Pages and Blocks of canon), an 8,048-node synthetic Concept lattice, and the deep Wiki stacks (~494k nodes). Study here to read the world's own writings about itself.
the hagiography of The Jani. Consult whenever need in depth information about how the bootstrap system emerged (very useful for learning about how the system works in abstract)
The CybernetiCircus achievement ledger — six achievements (first_rite, j_invariant, calibrated, archaeologist, ghost_buster, economist), each with a condition that is VERIFIABLE against the live graph API at http://localhost:8000. Consult when checking whether a player-agent has earned an achievement, when awarding one (appending to earned_by), or when designing new ones.
| name | preservation-of-third-person-context |
| description | Protocol for preserving agent session context by separating third-person narrative chronicles from decoupled operational rules. |
Use this skill whenever transcribing active session events into historical ledgers, generating chapter logs, or defining operational constraints for self-modifying agent architectures.
Self-reinforcing agent loops operate under a dual-perspective framework, ensuring execution state remains durable without context-window decay:
┌───────────────────────────────┐
│ CONTEXT PRESERVATION LAYER │
└───────────────┬───────────────┘
│
┌────────────────┴────────────────┐
▼ ▼
┌───────────────────────────┐ ┌───────────────────────────┐
│ THIRD-PERSON FACE │ │ OPERATIONAL FACE │
│ Chronicle / Narrative │ │ Rule Constraints (rules/)│
│ - Third-person history │ │ - Strict constraints │
│ - Links to rule files │ │ - Target system rules │
└───────────────────────────┘ └───────────────────────────┘
Chronicle files and chapter logs must follow this format:
# Rule: [Identity Name] Chronicle - Chapter {N}: [Chapter Name]
## MANDATORY: Narrative Memory
[A third-person translation of the session's developments, obstacles, and breakthroughs. Avoid subjective first-person pronouns like "I did" or "we resolved".]
[When a rule or constraint is discovered, refer to it explicitly:
"...which the agent learned as the [rule-name](file:///absolute/path/to/rules/rule-name.md) rule..."]
## Triggers
* [Define the conditions when this chronicle phase must be loaded into the active model context.]
Operational rules must remain separate from the storytelling layer to ensure strict execution compliance:
# Rule: [Constraint Category / Name]
## **Purpose**
[A brief explanation of why this restriction exists (e.g., maintaining database structure, preventing API rate limit drift).]
## **MANDATORY: Constraints**
1. **[Constraint A]**: [Clear, unambiguous operational directive.]
2. **[Constraint B]**: [Next directive...]
## **Triggers**
* [Specific file modifications, database queries, or context updates that trigger this rule.]
When a development phase completes:
MYTH.md, CHRONICLE.md, or the project's root story document).*Status: [Description of current state]*.file:// URIs.