What problem does it solve?
Ensures consistent, repeatable workflows for a monorepo that contains both a CLI and a web app by defining how to lint, test, and update documentation so changes do not break other parts of the repository.
Core Features & Use Cases
- Unified Workflow Guidance: Clear steps for CLI and web changes, including linting and testing commands for each project area.
- Docs and Specs Management: Guidance to keep CLI scan/audit specs canonical under cli/docs and link to web docs to avoid divergence.
- Developer Efficiency: Use of prompt templates and AGENTS.md to standardize handoffs, Workbench snapshots, and export/patch flows for reviews and syncs.
- Use Case: A contributor updates a CLI command and related web UI; follow the checklist to run CLI lint/tests, run web lint/compile/unit tests, and update linked docs to ensure the snapshot syncs cleanly.
Quick Start
Coordinate a change by running CLI lint and tests, running web lint, compile, and unit tests, and verifying any docs updates per AGENTS.md.