musubix 1.1.3 → 1.1.5

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.
package/AGENTS.md CHANGED
@@ -8,13 +8,14 @@
8
8
 
9
9
  | 項目 | 詳細 |
10
10
  |------|------|
11
- | **バージョン** | 1.1.0 |
11
+ | **バージョン** | 1.1.4 |
12
12
  | **言語** | TypeScript |
13
13
  | **ランタイム** | Node.js >= 20.0.0 |
14
14
  | **パッケージマネージャ** | npm >= 10.0.0 |
15
15
  | **ビルドシステム** | モノレポ(npm workspaces) |
16
16
  | **テストフレームワーク** | Vitest |
17
17
  | **テスト数** | 439 (全合格) |
18
+ | **コンポーネント数** | ~430 (62ドメイン対応) |
18
19
 
19
20
  ---
20
21
 
@@ -314,5 +315,5 @@ npx musubix codegen generate <design.md> --output src/
314
315
 
315
316
  **Agent**: GitHub Copilot / Claude
316
317
  **Last Updated**: 2026-01-04
317
- **Version**: 1.1.0
318
+ **Version**: 1.1.4
318
319
  **Repository**: https://github.com/nahisaho/MUSUBIX
package/README.ja.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  > MUSUBI × YATA 統合による次世代AIコーディングシステム
12
12
  >
13
- > **v1.1.1** - DomainDetector(62ドメイン)& ComponentInferenceモジュール追加
13
+ > **v1.1.4** - 自己学習改善: MockGenerator, BaseRepository, AdapterNaming + gym/bookingドメイン
14
14
 
15
15
  ## 概要
16
16
 
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  > Next-generation AI Coding System powered by MUSUBI × YATA Integration
13
13
  >
14
- > **v1.1.1** - DomainDetector (62 domains) & ComponentInference modules added
14
+ > **v1.1.4** - Self-Learning improvements: MockGenerator, BaseRepository, AdapterNaming + gym/booking domains
15
15
 
16
16
  **[日本語版 README](README.ja.md)**
17
17
 
@@ -21,7 +21,7 @@ AIコーディング支援ツールは急速に進化しています。本記事
21
21
 
22
22
  # TL;DR
23
23
 
24
- > **最新バージョン**: v1.1.0 | **62ドメイン対応** | **~400コンポーネント** | **439テスト**
24
+ > **最新バージョン**: v1.1.4 | **62ドメイン対応** | **~430コンポーネント** | **439テスト**
25
25
 
26
26
  | 項目 | MUSUBI | MUSUBIX |
27
27
  |------|--------|---------||
@@ -970,4 +970,4 @@ claude mcp list
970
970
  **著者**: nahisaho
971
971
  **公開日**: 2026-01-02
972
972
  **更新日**: 2026-01-04
973
- **バージョン**: v1.1.2
973
+ **バージョン**: v1.1.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musubix",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "Neuro-Symbolic AI Coding System - MUSUBI × YATA Integration",
5
5
  "type": "module",
6
6
  "workspaces": [
@@ -63,6 +63,6 @@
63
63
  "@nahisaho/musubix-core": "^1.1.1",
64
64
  "@nahisaho/musubix-mcp-server": "^1.1.1",
65
65
  "@nahisaho/musubix-yata-client": "^1.1.1",
66
- "musubix": "^1.1.1"
66
+ "musubix": "^1.1.3"
67
67
  }
68
68
  }