A repository that showcase the use of
- next yak as styling framework
- a box component called
Cask - a theming system with light and dark mode support
- Node 24.x
- pnpm 9.15+
pnpm install
pnpm devThe root pnpm i command installs dependencies. The development server runs on http://localhost:4242/.
- Prepare or react to state: pnpm agent
- Run your code agent on files in
issues/<n>-<slug>/(edit PLAN.md, implement code, update qa.md). - Run
pnpm agent <n>again to push changes, update PR, and sync feedback. - When maintainers add
ready-to-merge, the script posts cost summary, cleans upissues/**, and merges.
See docs/CONTRIBUTING.md for details.
Provider instructions link back to the docs above:
GitHub Actions workflow (.github/workflows/ci.yml) runs lint, type-check, and unit tests on pushes and pull requests using Node 20 with cached pnpm dependencies.
Follow the plan-first and test-gate policies in .context/RULES.md. Architecture-affecting changes must include an ADR entry per docs/ADR/0001-record-format.md.