com um clique
papyrus-trace
Atomic — follow supersession chain and direct links of one need
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Atomic — follow supersession chain and direct links of one need
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação 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-trace |
| description | Atomic — follow supersession chain and direct links of one need |
Print the supersession chain (what this need supersedes, recursively) and direct typed links of one need. Focused variant of impact for historical walks.
input:
mem_id: starting need id
output:
stdout: "=== <id> — <title> ===" header with type/status/created/updated line
"Direct links:" section (when any) grouped by link type
"Supersession chain (newest → oldest):" section (when any), one id per line
exit: 0 on success; non-zero if id not found
When the chain crosses into an external pharaoh workspace, a marker line is printed: (chain continues into external pharaoh: <id> — <title>).
Given fixture where DEC_v3 supersedes DEC_v2 supersedes DEC_v1:
papyrus trace DEC_v3
Output includes all three ids on separate lines in the supersession chain section.
CLI:
papyrus trace <mem_id>
MCP tool memory_trace:
{"mem_id": "DEC_current"}
Deprecation audit:
papyrus-query --status deprecated lists deprecated needspapyrus-trace shows what replaced itDecision history:
papyrus-trace on the related topic finds prior versionssupersedes link to continue the chainChange-request context:
papyrus-trace on that need shows whether it's the latest version or already supersededpapyrus-impact — broader bidirectional graph walkpapyrus-deprecate — common producer of supersession chainsshared/impact-analysis.md — graph semantics