con un clic
papyrus-update-metadata
Atomic — patch mutable fields of an existing memory
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Atomic — patch mutable fields of an existing memory
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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