You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(command): apply DIP to InitCommand — inject MigrationDetector
InitCommand now receives MigrationDetector via constructor injection,
matching the existing MigrateCommand pattern (DIP — ARFA 1.3 S5).
Also extends the init flow with a Phase 2: installs dev tools via
Devkit::installTools() after config generation. Use --skip-install
to generate configs only (useful in CI / offline environments).
bin/kcode wiring updated to pass new MigrationDetector() to InitCommand.
0 commit comments