Expand description
Cycle-scoped packet reuse cache (#gpackreuse).
Caches graph/context packets across a single agent-doc cycle so that repeated tsift CLI invocations sharing the same source/document/staged-diff watermarks skip redundant computation and report stable packet ids.
Packet kinds:
evidence: graph-db evidence reports keyed bypacket_idcontext_pack: context-pack reports keyed by watermark tripleimpact: impact reports keyed by source watermark + revisionconflict_matrix: conflict-matrix reports keyed by prepared inputs + targets
Spec: see specs/graph.md § “Cycle Packet Cache”.