원클릭으로
memory-update
Update durable repo memory after planning, merge, rejection, blocker, or repeated agent mistake.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update durable repo memory after planning, merge, rejection, blocker, or repeated agent mistake.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Convert an approved plan into PR-sized chunk contracts with scope, acceptance criteria, reviewer requirements, and human review focus.
Review a diff for architecture drift, wrong abstractions, boundary violations, coupling, and chunk-scope violations.
Review CI, lint, typecheck, test, coverage, workflow, and package-script changes for weakening or bypass behavior.
Fast-fail or split unreviewable agent work based on scope, size, file types, boundary count, missing evidence, or unclear intent.
Perform read-only repository discovery for an initiative. Use to map existing behavior, files, tests, risks, and unknowns before planning.
Review whether a code change requires documentation updates, examples, migration notes, policy docs, or developer onboarding updates.
| name | memory-update |
| description | Update durable repo memory after planning, merge, rejection, blocker, or repeated agent mistake. |
Use before publication to provide bounded next-state metadata, and use the generated state after merge.
.agent-loop/merge-intents/<chunk-id>.json file to the reviewed PR.null, and
whether the next chunk requires a separate explicit start.null when this initiative has
no declared successor; never use merge intent to prioritize another
initiative.The trusted Loop Memory workflow records:
.agent-loop/STATE.json.agent-loop/LOOP_STATE.md.agent-loop/MERGE_LOG.jsonl.agent-loop/WORK_QUEUE.md.agent-loop/INITIATIVE_STATE/<initiative-id>.md.agent-loop/MANIFEST.json.agent-loop/STATE.sigon automation/loop-memory.
Do not open a manual post-merge memory PR or rerun internal reviewers when this automation succeeds.
The generated queue and initiative files are merge-derived stopped/next projections. Until signed explicit-start events are implemented, they do not attest work started only in conversation or an unmerged worktree. Verify the complete manifest/signature rather than trusting one file in isolation.
.agent-loop/LOOP_STATE.md.agent-loop/WORK_QUEUE.md.agent-loop/REVIEW_LOG.mdSTATUS.mdDECISIONS.mdRISKS.mdautomation/loop-memory, only when written by the trusted workflow, and only
while its public-key signature verifies.loop-memory-replay
repository_dispatch with the current protected-main SHA after correcting
permissions. Stale replay targets fail closed.
Merge-intent content is immutable after merge; do not edit generated state.