release: prepare v0.3.0 - Architectural Improvements
- Kaizen-agentic framework integration as capability submodule - Test reorganization by capability with better modularity - Comprehensive capability inclusion management system - Directory reorganization with logical separation - Todofile system implementation replacing NEXT.md - Historical file organization for cleaner structure 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.3.0] - 2025-10-25
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- **Kaizen-Agentic Framework Integration** as external capability submodule
|
- **Kaizen-Agentic Framework Integration** as external capability submodule
|
||||||
- **Test Reorganization by Capability** with separated test targets for better modularity
|
- **Test Reorganization by Capability** with separated test targets for better modularity
|
||||||
- **Comprehensive Capability Inclusion Management System** with automated discovery tools
|
- **Comprehensive Capability Inclusion Management System** with automated discovery tools
|
||||||
|
- **Todofile System Implementation** - Modern task management replacing NEXT.md
|
||||||
|
- **Historical File Organization** - Legacy files moved to history directory for better project structure
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- **Capability Directory Reorganization** - moved all external dependencies to `capabilities/` directory
|
- **Capability Directory Reorganization** - moved all external dependencies to `capabilities/` directory
|
||||||
@@ -24,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- **Test Performance** - core tests now exclude capability tests for faster execution
|
- **Test Performance** - core tests now exclude capability tests for faster execution
|
||||||
- **Development Workflow** - clear separation between internal and external capabilities
|
- **Development Workflow** - clear separation between internal and external capabilities
|
||||||
- **Documentation Ecosystem** - complete capability documentation with CAPABILITIES.md and CAPABILITY_REGISTRY.md
|
- **Documentation Ecosystem** - complete capability documentation with CAPABILITIES.md and CAPABILITY_REGISTRY.md
|
||||||
|
- **Code Organization** - Archive of legacy files to maintain clean working directory
|
||||||
|
|
||||||
## [0.2.0] - 2025-10-20
|
## [0.2.0] - 2025-10-20
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ from pathlib import Path
|
|||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
# Base version from pyproject.toml
|
# Base version from pyproject.toml
|
||||||
__version__ = "0.2.0"
|
__version__ = "0.3.0"
|
||||||
|
|
||||||
def get_git_commit_hash() -> Optional[str]:
|
def get_git_commit_hash() -> Optional[str]:
|
||||||
"""Get the current git commit hash if available."""
|
"""Get the current git commit hash if available."""
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "markitect"
|
name = "markitect"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
description = "Advanced Markdown engine for structured content"
|
description = "Advanced Markdown engine for structured content"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user