원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.