TODO: Capacitor Audit Agent
TODO: Capacitor Audit Agent
A specialized agent whose job is to assess a playground project's readiness for Capacitor promotion.
Workflow
- Read all playground HTML files and their @-comment specs
- Read the target API's route files to build endpoint inventory
- Cross-reference: does every @api declaration have a matching backend endpoint?
- Flag @gaps — missing endpoints, incomplete state declarations, undefined interactivity
- Verify single-CSS/single-JS input contract (zero inline styles/scripts)
- Produce a promotion readiness report
Why: The playground-to-Capacitor transition is the highest-leverage quality gate. An automated audit catches integration gaps before any Svelte code is written.
Depends on:
sop-capacitor-mobile-lifecycle — the @comment spec format must be locked first.Related: claude-custom #117, plan-pal-e-agency