/** * Quick profile — Minimum viable governance for fast-moving projects. * * Suitable for: internal tools, prototypes, solo projects, hotfixes. * 3-gate pipeline: spec → code review → deploy. * * QA and architecture gates are omitted to maximise velocity while * preserving the essential governance checkpoints (define → review → ship). */ import type { Profile } from "./index.js"; declare const quickProfile: Profile; export default quickProfile; //# sourceMappingURL=quick.d.ts.map