-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Your GitHub Name edited this page Jun 17, 2026
·
8 revisions
These markdown files are the source of truth for PromptPilot's long-form documentation. The GitHub Wiki is an auto-published mirror, regenerated from this folder by scripts/publish_wiki.sh (see Wiki Publishing).
Browse them locally in this folder, or read the rendered versions on the wiki — both reflect the same content. Links below use absolute URLs so they resolve the same whether you're reading this page in the repo or on the wiki.
-
Tool-aware session strategy — PromptPilot now picks the cheaper session mechanism per tool: bound the session on codex, use native
--resume(rewrite-only) on claude. Same code/task/SLM, opposite verdict — see Session Memory and Benchmarks. -
Autonomous clarify-route guard — with
PROMPTPILOT_AUTONOMOUS=1, aroute=clarifydecision degrades toactinstead of emitting a human-style clarifying question, so an agent acts rather than answering itself. Interactive CLI behavior is unchanged. See Routes and Decisions.
- New user → Quickstart · Troubleshooting · FAQ
- Evaluating the idea → Project Overview · Architecture · Comparison
- Judging the numbers → Benchmarks · Testing Strategy & journey · Measurement Methodology
- Understanding the harness → SLM Harness · Routes and Decisions · Session Memory · Semantic Preservation
- Operating PromptPilot → Authentication and Providers · Hybrid Mode · Tool Output Compression · Telemetry and Replay
- Contributing → Roadmap · Wiki Publishing
These live at the repo root, not in docs/, because they're operational rather than long-form:
- README.md — project overview and install
- QUICKSTART.md — five-minute onboarding
- SECURITY.md — key handling and security policy
- CONTRIBUTING.md — contribution workflow
- CODE_OF_CONDUCT.md — community guidelines