Release 2.2.0
The architectural release that introduced the registry, capability matrix, adapters, and project lifecycle.
Added
- Central Template Registry and Framework Capability Matrix.
- React + Vite and Next.js framework adapters.
- A dedicated cloning, configuration, Git, Husky, Commitlint, and installation lifecycle.
- --help, --version, --list-templates, --framework, --yes, --no-install, and --no-start.
- CLI, registry, capability, path-safety, and lifecycle tests.
Changed
- The CLI entrypoint now focuses on command parsing and routing.
- Reusable generator primitives moved into dedicated modules.
- API clients, client directives, and validation became adapter-driven.
Compatibility
- Interactive creation and existing generator syntax remain supported.
- fsd.config.json remains on schema version 1.
Use this version
bash
npx create-fsd-architecture@2.2.0Running a newer CLI does not migrate an existing project's files or dependencies. Review compatibility notes before generating new slices.