-
Notifications
You must be signed in to change notification settings - Fork 0
Telemetry and Replay
Your GitHub Name edited this page May 19, 2026
·
3 revisions
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?
Review recent run summaries:
prpt stats --last 10Create a handoff snapshot:
prpt checkpointRestart with a compact summary:
prpt restartBootstrap from a curated handoff:
prpt bootstrapA 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.