con un clic
papyrus-promote
Atomic — move a memory from its current scope to a higher scope
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 — move a memory from its current scope to a higher scope
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-promote |
| description | Atomic — move a memory from its current scope to a higher scope |
Move one memory from its current workspace to a higher-scope workspace. Preserves links, validates confidence gating.
target_workspace.find_by_id(id) is not None AND source_workspace.find_by_id(id) is None AND links preservedinput:
id: non-empty string
to: target scope (local|program|org)
output:
side effect: memory moved between workspace RST files
stdout: "Promoted <id> to <scope>"
exit: 0 on success; non-zero on confidence rejection, unknown id, unconfigured target, or same-scope attempt
papyrus --config papyrus.toml recall # <id> shows [from: <target_scope>]
papyrus --config papyrus.toml promote <id> --to <scope>
MCP tool memory_promote:
{"id": "FACT_x", "to": "program"}
Verified fact promotion:
papyrus-write at local, confidence=mediumpapyrus-update-metadata set confidence=highpapyrus-promote --to programOrg-wide convention:
program scope across several programspapyrus-promote --to org (requires human review flag typically)shared/scopes-and-promote.md — gating rulespapyrus-update-metadata — elevate confidence before promote