llms.txt · git:20260419.04e47da · 2026-04-19 · sha256 e333d7e3d21d5f3d
llms.txt git:20260419.04e47daA
Immutable. This exact content is served forever at /api/v1/blob/e333d7e3d21d5f3d.
# quick-gate Deterministic JavaScript and TypeScript quality gate CLI. Use this repo when you need to: - combine ESLint, TypeScript, build, and Lighthouse checks into one gate result - produce escalation artifacts for CI or agents - attempt bounded deterministic repair before handing work off Primary CLI: - `quick-gate run --mode quick|full --changed-files <path>` - `quick-gate summarize --input <failures.json>` - `quick-gate repair --input <failures.json>` Outputs: - failures, run metadata, repair report, escalation, and agent-brief artifacts under `.quick-gate/` Do not use this repo as: - a generic lint dashboard - a semantic code-fix engine - a replacement for the underlying project tooling Key success condition: - the same gate outputs produce the same normalized artifacts and escalation decisions