musubix 3.0.17 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,6 +37,12 @@ npx musubix --help
37
37
  npx musubix init
38
38
  npx musubix requirements analyze <file>
39
39
  npx musubix design generate <file>
40
+ npx musubix design traceability # REQ↔DES traceability validation (v3.1.0)
41
+ npx musubix codegen generate <file>
42
+ npx musubix codegen status <spec> # Status transition code generation (v3.1.0)
43
+ npx musubix scaffold domain-model <name> # DDD project scaffolding
44
+ npx musubix scaffold domain-model <name> -v "Price,Email" # With Value Objects (v3.1.0)
45
+ npx musubix scaffold domain-model <name> -s "Order,Task" # With status machines (v3.1.0)
40
46
  ```
41
47
 
42
48
  ### Library
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musubix",
3
- "version": "3.0.17",
3
+ "version": "3.1.0",
4
4
  "description": "MUSUBIX - Neuro-Symbolic AI Integration System for Software Development",
5
5
  "keywords": [
6
6
  "ai",