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
{{ message }}
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
feat: [#28] Phase 1 foundation - rename 'local' environment to 'development'
- Rename local.defaults → development.defaults for consistency
- Update all script references from 'local' to 'development' environment
- Update Makefile default ENVIRONMENT from 'local' to 'development'
- Update function names: setup_local_environment → setup_development_environment
- Update help text and documentation references
- E2e tests pass: Complete twelve-factor deployment workflow validated
This establishes the foundation for multi-provider architecture by
eliminating confusion between environment names and provider concepts.
Environment 'development' clearly indicates configuration type, while
providers (libvirt, hetzner, etc.) indicate deployment target.
Phase 1 foundation completed successfully - ready for provider interface implementation.
0 commit comments