Skip to content

Rizz is an early build (M2 walking skeleton). Some features below are marked m3 / planned and aren't shipped yet. See the repo →

Contributing

Rizz dogfoods the discipline it ships. Dev loop per change: plan → git worktree per task → build → `pnpm check` → code-simplifier pass → PR via `gh` → greploop to 5/5 → merge to `develop`.

TypeScript strict, ESM-only, Node ≥ 22; conventional commits; service-layer split (orchestration in core/cli, mechanics in providers). A new dependency in core/providers must be justified — the footprint budget is a gate.

Local check: pnpm check (lint · typecheck · test · eval · footprint).