pnpm install
pnpm build
pnpm test
pnpm typecheckUse the red-green-refactor loop described in TESTING.md.
Before opening a PR:
pnpm release:check
pnpm fixture:validate
pnpm exec prettier --check .packages/core: canonical parsing, conversion, registry, sync, and safety logicpackages/cli: local command surfacepackages/pi: Pi integration surfacepackages/claude-code: Claude Code integration surfacepackages/codex: Codex integration surfacepackages/daemon: optional backfill and repair helpers
- Keep new behavior covered by automated tests.
- Prefer adding sanitized fixtures instead of mock-heavy tests when format behavior matters.
- Do not mark live-runtime validation done unless it has been verified in the actual external tool.