Skip to content

Commit e64836c

Browse files
committed
docs: update CHANGELOG for v0.2.15
Pre-Commit Verification: - uv run ruff check src tests: ✅ Exit 0 - uv run ruff format --check src tests: ✅ Exit 0 - uv run pytest: ✅ Exit 0 (173 tests passed)
1 parent e873b36 commit e64836c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [0.2.15] - 2025-12-10
11+
12+
### ✨ Added
13+
14+
- **Pith Framework Integration** - Migrated to Pith (pypith) for agent-native CLI with semantic search and progressive discovery
15+
- Enhanced feature start output with category, acceptance criteria, notes, and blocking status
16+
- FeatureCategory now accepts any string value for flexibility
17+
- Feature addition enhanced with implementation notes and guidance
18+
- Added continuous-implementation prompt for autonomous feature loops
19+
- Pre-commit verification instructions updated for Node.js test environment variable (`CI=true`)
20+
21+
### 📝 Changed
22+
23+
- **CI/CD Documentation** - Clarified that PyPI publishing is automated via CI/CD; manual `uv publish` is forbidden
24+
- **Category Flexibility** - FeatureCategory enum removed in favor of free-form string categories
25+
- **Test Commands** - Node.js test commands now include `CI` environment variable for non-interactive execution
26+
27+
---
28+
1029
## [0.2.14] - 2025-12-09
1130

1231
### 🐛 Fixed

0 commit comments

Comments
 (0)