| name | install-fast-deterministic-tools |
|---|---|
| description | Install fast deterministic TypeScript/JS tooling (tsgo, bun, knip, oxc, fallow, agent-ci) and wire them into a pre-commit hook so agents get fast feedback and quality code lands in PRs. Use when user wants to set up an agentic validation loop, add deterministic guardrails, speed up CI/local checks, or replace slow tsc/eslint/prettier with native-speed equivalents. |
| author | François Best <github@francoisbest.com> |
Goal: give agents (and humans) instant feedback via deterministic, native-speed tools. Wire them into pre-commit so the agent self-corrects before a commit lands, and into CI as a safety net.