一键导入
memory
How to maintain node memory well -- the node's persistent knowledge store.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
How to maintain node memory well -- the node's persistent knowledge store.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
How to use radio well -- the inter-node live messaging system.
Hierarchical agent loops with recursive self-organization.
Spawn and manage child nodes -- recursive autonomous agent loops.
The wiki CLI and the node's two knowledge bases -- project wiki and memory.
| name | memory |
| description | How to maintain node memory well -- the node's persistent knowledge store. |
Memory ($MEMORY_DIR) is the node's durable brain. Read it when you orient and
fold findings back before each iteration ends. Sync may also write to memory
when crucial information arrives via radio. See the wiki skill for how memory
relates to the shared project wiki; this doc is the discipline for keeping
memory useful.
Run wiki --help and wiki <command> --help for the CLI.
environment, decisions, state, todo -- rename to
fit the work; stubs are fine), never a single grab-bag page; when a page
starts covering two topics, split it. A leaf expecting to finish within an
iteration or two may keep just the state page.state page for
where-am-I / what's-next, overwritten in place -- no "prior run" sections;
per-iteration narrative belongs in the plan post-mortem, never memory.desc: frontmatter. A page without it (a near-miss key like
description: counts as without) is invisible to wiki map; after adding or
moving pages, run wiki update --path=$MEMORY_DIR so they gain frontmatter
and index entries._index.md under ~100 lines below the ***;
factor overflow into child pages.wiki lint flags out-of-wiki wikilinks as stale.