Skip to content

Commit f915bc5

Browse files
committed
v6.2.0: Refactor musubi-init.js to meet complexity limits
- Extract helper functions to src/cli/init-helpers.js (~750 lines) - Extract generator functions to src/cli/init-generators.js (~400 lines) - Reduce bin/musubi-init.js from 2404 to 1111 lines - Update tests to use new module imports - Exclude node_modules from complexity validation - All Constitutional compliance checks pass (9/9 Articles) - All 4827 tests passing
1 parent f7f17a0 commit f915bc5

8 files changed

Lines changed: 1449 additions & 1399 deletions

File tree

bin/musubi-init.js

Lines changed: 20 additions & 1308 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "musubi-sdd",
3-
"version": "6.2.3",
3+
"version": "6.2.0",
44
"description": "Ultimate Specification Driven Development Tool with 27 Agents for 7 AI Coding Platforms + MCP Integration (Claude Code, GitHub Copilot, Cursor, Gemini CLI, Windsurf, Codex, Qwen Code)",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)