-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
This page collects common setup and runtime issues.
Run the bootstrap once, then doctor for re-checks:
python quickstart.py # if you cloned the repo
prpt setup # if you `pip install`ed PromptPilot
prpt doctor # re-run checks any time, no install side effectsIf it reports a missing dependency, follow the exact command printed by the failing step.
For Claude Code subscription auth:
claude auth login --claudeaiFor Codex subscription auth:
codex loginFor API-key auth, set the relevant key in .env or the shell environment.
If the shell already has ANTHROPIC_API_KEY or OPENAI_API_KEY, it may shadow the value in .env.
Unset the shell variable or intentionally keep the shell value.
handoff.md must contain all five canonical sections:
- Goal
- Decisions made
- Files touched
- Open items
- Constraints
Header matching is case-insensitive and accepts common variants (e.g. Files modified, Decisions, Next steps, Guardrails), so light hand-editing is
fine. Removing or omitting a section will still fail; restore the missing one
and retry.
The wiki is a separate git repository. Editing docs in the main repo is not enough.
Run:
scripts/publish_wiki.shUse --dry-run first if you want to preview the wiki diff.
See also: Quickstart · Authentication and Providers · Wiki Publishing