All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning and follows the Conventional Commits specification.
- Version consistency validation CI check to prevent version drift
- Comprehensive release process documentation in RELEASING.md
- Python-semantic-release integration for automated versioning
- CHANGELOG.md for tracking project changes
- Updated CI workflow to include version validation step
0.1.0 - 2024-12-22
- Core workspace management functionality
- Git worktree integration for isolated workspaces
- CLI commands:
workspace create,workspace list,workspace remove - Agent launching capabilities
- Template system for project scaffolding
- Documentation generation from design templates
- Python virtual environment support per workspace
- Metadata tracking for workspace configuration
- Structured logging with structlog
- Type-safe configuration with Pydantic
- Comprehensive test suite with pytest
- Code quality tooling (ruff, mypy)
- CI/CD pipeline with GitHub Actions