Agent Loop Run durable PLANNER→IMPLEMENTOR→REVIEWER→JUDGE coding loops via Inngest. Each story in a PRD gets independently implemented, tested, and judged. Survives crashes. Every step is a traceable Inngest run. After starting a loop , use the loop-nanny skill for monitoring, triage, post-loop cleanup, and knowing when to intervene. Quick Start The CLI is the primary interface. Run with from the monorepo root. PRD Format Create a in the project root: Story writing tips: - Acceptance criteria must be machine-verifiable (tests, typecheck, lint) - Lower priority number = runs first - Keep stori…