Skip to content

Commit 0e3873f

Browse files
kunwarVivekclaude
andcommitted
docs(12-03): update CHANGELOG.md with v1.0.1 release notes
- Document all features from phases 1-12 - Add AI-powered capabilities (sprint, roadmap, issue intelligence) - Add PRD and task analysis features - Document sub-issue and project lifecycle tools - Document resilience patterns and observability - Document MCP SDK upgrade and service decomposition - Document test suite stabilization and E2E fixes Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9be9899 commit 0e3873f

1 file changed

Lines changed: 32 additions & 4 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
No unreleased changes.
11+
12+
## [1.0.1] - 2026-02-01
13+
1014
### Added
11-
- Initial setup for npm package publication
12-
- Enhanced documentation for public use
13-
- Publication scripts and workflows
15+
- AI-powered sprint planning with capacity analysis (AI-09 to AI-12)
16+
- AI-powered roadmap generation with phase sequencing (AI-13 to AI-16)
17+
- AI issue intelligence: enrichment, labels, duplicates, related issues (AI-17 to AI-20)
18+
- PRD confidence scoring and section-level quality metrics (AI-01 to AI-04)
19+
- Task dependency detection and effort estimation (AI-05 to AI-08)
20+
- Sub-issue management tools (GHAPI-01 to GHAPI-05)
21+
- Project status update tools (GHAPI-06 to GHAPI-08)
22+
- Project template and linking tools (GHAPI-09 to GHAPI-18)
23+
- Project lifecycle and advanced operations (GHAPI-19 to GHAPI-24)
24+
- Circuit breaker pattern for AI service resilience (DEBT-21)
25+
- Health check endpoint for service monitoring (DEBT-22)
26+
- Request tracing with correlation IDs (DEBT-23)
27+
- Cache persistence for improved performance (DEBT-24)
28+
- Graceful degradation when AI unavailable (DEBT-25)
29+
- Comprehensive tool documentation (119 tools across 17 categories)
30+
- Configuration guide and troubleshooting documentation
31+
- Publication scripts and workflows for npm
1432

1533
### Changed
34+
- Upgraded MCP SDK from 1.12.0 to 1.25.3 (MCP-01 to MCP-15)
35+
- Decomposed ProjectManagementService into 6 focused services (DEBT-01 to DEBT-07)
36+
- All tools now have behavior annotations and output schemas
37+
- Improved type safety throughout codebase (DEBT-08 to DEBT-13)
38+
- Enhanced error handling with MCP-compliant error codes
1639
- Updated package.json for npm publication
1740
- Added proper author information
1841
- Fixed repository, homepage, and bugs URLs
1942
- Added files field to control package contents
20-
- Set specific version for @modelcontextprotocol/sdk dependency
2143
- Added publishConfig for public access
2244
- Added funding information
2345

46+
### Fixed
47+
- Test suite stabilization with proper credential guards (DEBT-14 to DEBT-20)
48+
- Type assertion issues replaced with proper type guards
49+
- E2E test reliability improvements (PROD-01 to PROD-03)
50+
- Fixed E2E tool discovery to use MCP SDK properly
51+
2452
## [0.1.0] - 2025-05-21
2553

2654
### Added

0 commit comments

Comments
 (0)