-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Your GitHub Name edited this page May 19, 2026
·
3 revisions
This page collects common setup and runtime issues.
Run the quickstart script first:
python quickstart.pyIf 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 keep the canonical sections:
- Goal
- Decisions made
- Files touched
- Open items
- Constraints
Do not rename those headers when curating the file by hand.
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.