-
released this
2025-10-10 12:42:51 +02:00 | 0 commits to main since this releaseComplete Refactor - v2.0.0
✨ New Features
- Added comprehensive unit tests (29 tests) with Vitest
- Full TypeScript type safety - eliminated all
anytypes - Complete JSDoc documentation for all public APIs
🏗️ Architecture
- Modular structure: Separated into types, tool-definitions, handlers, docu-service, and index modules
- Type-safe interfaces: CodeElement, CodebaseAnalysis, CommentBlock, Parameter, ReturnInfo, ToolArguments
- index.ts: 193 → 82 lines (57% reduction)
- Improved error handling with type-safe validation
- Clean separation of concerns for better maintainability
🧪 Testing
- 29 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 code parsing for PHP, TypeScript, and JavaScript
- Better comment extraction with proper type safety
📊 Statistics
- 4 Documentation tools
- 29 unit tests
- 100% TypeScript type safety
- 57% 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 54sreleased this
2025-10-07 17:10:08 +02:00 | 3 commits to main since this release📚 Automatic Documentation Generation
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:47 +02:00 | 4 commits to main since this release📚 Automatic Documentation Generation
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:39 +02:00 | 5 commits to main since this release📚 Automatic Documentation Generation
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:01 +02:00 | 6 commits to main since this release📚 Automatic Documentation Generation
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:33:58 +02:00 | 7 commits to main since this release📚 Automatic Documentation Generation
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:32 +02:00 | 8 commits to main since this release📚 Automatic Documentation Generation
v1.0.0
🔧 Chores
- add CHANGELOG.md (
6126fde)
📝 Other Changes
- Implement Documentation MCP Server with code analysis (
7a64c24)
📊 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 (