-
released this
2025-10-10 12:49:40 +02:00 | 0 commits to main since this releaseComplete Refactor - v2.0.0
✨ New Features
- Added comprehensive unit tests (19 tests) with Vitest
- Full TypeScript type safety - eliminated all
anytypes - Complete JSDoc documentation for all public APIs
- Added roadmap generation capability
🏗️ Architecture
- Modular structure: Separated into types, tool-definitions, handlers, summarizer-service, and index modules
- Type-safe interfaces: Issue, IssueSummary, PrioritizedIssue, TrendAnalysis, Roadmap, ToolArguments
- index.ts: 274 → 76 lines (72% reduction)
- Improved error handling with type-safe validation
- Better LLM API response parsing with proper type guards
🧪 Testing
- 19 comprehensive unit tests
- Complete test coverage with Vitest
- Type validation tests for all interfaces
- Tool definition validation tests
📦 Dependencies
- MCP SDK upgraded to ^1.20.0 (moved to devDependencies)
- Added Vitest ^3.2.4 for testing
- Added @vitest/coverage-v8 ^3.2.4 for coverage reporting
- Added Zod ^3.23.8 for runtime validation
🔧 Improvements
- Enhanced JSDoc comments throughout codebase
- Better code organization with centralized type definitions
- Improved LLM API integration with support for Ollama and OpenAI-compatible APIs
- Better JSON parsing from LLM responses
📊 Statistics
- 6 AI-powered tools
- 19 unit tests
- 100% TypeScript type safety
- 72% code reduction in main index file
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
📋 v1.0.5
StableAll checks were successfulPublish Package / publish (push) Successful in 50sreleased this
2025-10-07 17:10:12 +02:00 | 3 commits to main since this release📋 Automatic Issue Summaries and Prioritization
v1.0.5
🐛 Bug Fixes
- use direct authentication token in CI workflow
- replace secrets.ACTIONS_TOKEN with actual token value
- fixes authentication issues with Forgejo Package Registry
📊 Statistics
- Total commits: 1
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-10-07 17:04:51 +02:00 | 4 commits to main since this release📋 Automatic Issue Summaries and Prioritization
v1.0.4
🐛 Bug Fixes
- fix npm publish by explicitly specifying registry URL
- add debug output to show .npmrc contents
- ensures npm uses Forgejo registry with proper authentication
📊 Statistics
- Total commits: 1
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-10-07 12:51:43 +02:00 | 5 commits to main since this release📋 Automatic Issue Summaries and Prioritization
v1.0.3
🐛 Bug Fixes
- fix CI workflow by separating registry configuration from authentication
- configure .npmrc in two steps: scope registry first, then auth token before publish
- this prevents npm ci from requiring authentication
📊 Statistics
- Total commits: 1
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-10-07 12:39:04 +02:00 | 6 commits to main since this release📋 Automatic Issue Summaries and Prioritization
v1.0.2
🐛 Bug Fixes
- fix CI workflow authentication using NODE_AUTH_TOKEN environment variable
- use setup-node registry-url and scope configuration for proper authentication
- CI/CD pipeline now properly authenticates with Forgejo Package Registry
📊 Statistics
- Total commits: 1
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-10-07 12:34:18 +02:00 | 7 commits to main since this release📋 Automatic Issue Summaries and Prioritization
v1.0.1
🐛 Bug Fixes
- fix npm registry configuration for scope-based installation
- dependencies now correctly fetched from npmjs.org
- only @customable packages use Forgejo registry
📊 Statistics
- Total commits: 1
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-10-07 12:30:56 +02:00 | 8 commits to main since this release📋 Automatic Issue Summaries and Prioritization
v1.0.0
🔧 Chores
- add CHANGELOG.md (
7b233e9)
📝 Other Changes
- Implement Issue Summarizer MCP Server with AI integration (
6410cfb)
📊 Statistics
- Total commits: 2
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- add CHANGELOG.md (