Skip to content

Telemetry and Replay

Your GitHub Name edited this page May 19, 2026 · 3 revisions

Telemetry and Replay

PromptPilot records enough information to make harness behavior inspectable.

Telemetry should help answer:

  • Which route did the harness choose?
  • Why was a prompt clarified, rewritten, compressed, or passed through?
  • How many tokens were saved?
  • Were critical facts preserved?
  • What changed across a session restart or handoff?

Common commands

Review recent run summaries:

prpt stats --last 10

Create a handoff snapshot:

prpt checkpoint

Restart with a compact summary:

prpt restart

Bootstrap from a curated handoff:

prpt bootstrap

Handoff contents

A valid handoff should keep:

  • Goal
  • Decisions made
  • Files touched
  • Open items
  • Constraints

These sections make restarts auditable and reduce the chance that important context disappears.

Related pages

Clone this wiki locally