원클릭으로
papyrus-update-metadata
Atomic — patch mutable fields of an existing memory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Atomic — patch mutable fields of an existing memory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Atomic — search memories by filter (lexical or semantic), return ranked list
Atomic — regenerate .papyrus/index.json and (optionally) semantic vectors for a workspace
Atomic — mark a memory deprecated, optionally with supersedes link
Atomic — list memories whose review_after has passed
Atomic — fetch a single memory in full by id
Atomic — bidirectional graph walk from a starting need
| name | papyrus-update-metadata |
| description | Atomic — patch mutable fields of an existing memory |
Patch one memory's mutable fields (body, title, tags, confidence, scope, status, source, links). Immutable fields (id, type, created_at) rejected.
input:
id: non-empty string
patch: dict with any subset of {body, title, tags, confidence, scope, status, source, links}
output:
side effect: rewrites memory/<plural>.rst with patched need; updated_at refreshed
stdout: "Updated <id>"
exit: 0 on success; non-zero on unknown id or immutable-field attempt
papyrus get <id> # exits 0 and shows patched fields
MCP tool memory_update:
{"id": "FACT_x", "body": "corrected", "confidence": "high"}
Elevate confidence after verification:
papyrus-query + papyrus-drill — confirm memory holdspapyrus-update-metadata set confidence=highpapyrus-promote to higher scopeExtend review window:
papyrus-detect-stale returns overdue fact Xpapyrus-update-metadata reset review_after to now + 180 dayspapyrus-deprecate — for retirement (distinct operation)shared/apply-memory.md — when conflict justifies update vs supersede