Commit Graph

3 Commits

Author SHA1 Message Date
5610a505c8 feat(quality-rails): migrate @mosaic/quality-rails from v0 to v1
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/pr/ci Pipeline failed
Implements the full quality-rails scaffolding package in v1:
- types.ts: ProjectKind, QualityProfile, RailsConfig, ScaffoldResult
- detect.ts: project kind detection (node/python/rust/unknown)
- templates.ts: ESLint, Biome, pyproject, rustfmt, pre-commit, PR checklist templates
- scaffolder.ts: core scaffolding engine with file writing and dependency installation
- cli.ts: Commander.js CLI with init/check/doctor subcommands
- index.ts: re-exports all public API
- package.json: adds commander dep, type=module, @types/node devDep

All three quality gates pass (format:check, typecheck, lint).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-14 19:23:07 -05:00
cbac5902db fix: Phase 0 verification — CI gates green (P0-009) (#70)
Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
2026-03-13 02:28:38 +00:00
6d0d288e31 feat(P0-001): scaffold monorepo structure (#60)
Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
2026-03-13 01:11:46 +00:00