Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Latest commit

 

History

History
38 lines (29 loc) · 1.33 KB

File metadata and controls

38 lines (29 loc) · 1.33 KB

CHANGELOG

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning and follows the Conventional Commits specification.

Added

  • 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

Changed

  • Updated CI workflow to include version validation step

0.1.0 - 2024-12-22

Added

  • 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

Infrastructure

  • 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