[1.0.0] - 2025-11-03
feat!: refactor EverMod CLI architecture and migrate to Git submodule model
BREAKING CHANGE:
EverMod is no longer installed locally inside projects.
The framework is now always added as a Git submodule, providing a safer,
cleaner, and updatable integration model.
Major changes:
- Migrated EverMod integration to Git submodules (no more local copies)
- Added reliable environment detection (mod vs workspace)
- Introduced evermod.manifest.json as the source of truth
- Reorganized project structure by responsibility (commands, fs, services, io, utils)
- Simplified workspace and mod creation flows
- Improved Gradle and settings generation logic
- Removed legacy utils-based architecture
This release represents a full architectural redesign and bumps the version
from 1.0.0 to 2.0.0.