Changelog¶
Release history for Mavric DevEnv.
Version History¶
| Version | Date | Highlights |
|---|---|---|
| v1.1 | November 2025 | Discovery-first development, BDD testing |
| v1.0 | November 2025 | Initial skills system |
Release Philosophy¶
DevEnv follows semantic versioning with a focus on methodology evolution:
- Major versions (2.0, 3.0): Significant changes to the development workflow
- Minor versions (1.1, 1.2): New skills, capabilities, or workflow enhancements
- Patches: Bug fixes and documentation updates
What's in a Release¶
Each release may include:
- New Skills: Specialized AI modules for specific tasks
- New Commands: Slash commands for quick access to workflows
- Methodology Updates: Changes to the development process
- Standards Updates: New or updated architectural patterns
- Documentation: Guides, references, and examples
Upgrade Notes¶
When upgrading DevEnv, re-run the install command from your project directory:
The installer will:
- Update skills in your
.claude/skills/directory - Update commands in
.claude/commands/ - Update
.devenv/standards and documentation - Preserve your project files and customizations
Contributing¶
Found an issue or have a suggestion? Open an issue on GitHub.