一键导入
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