musubix 1.1.0 → 1.1.2

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
@@ -14,7 +14,7 @@
14
14
  | **パッケージマネージャ** | npm >= 10.0.0 |
15
15
  | **ビルドシステム** | モノレポ(npm workspaces) |
16
16
  | **テストフレームワーク** | Vitest |
17
- | **テスト数** | 411 (全合格) |
17
+ | **テスト数** | 439 (全合格) |
18
18
 
19
19
  ---
20
20
 
package/README.ja.md CHANGED
@@ -6,11 +6,11 @@
6
6
  [![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen)](https://nodejs.org/)
7
7
  [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
8
8
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue)](https://www.typescriptlang.org/)
9
- [![Tests](https://img.shields.io/badge/tests-411%20passing-brightgreen)](https://github.com/nahisaho/MUSUBIX)
9
+ [![Tests](https://img.shields.io/badge/tests-439%20passing-brightgreen)](https://github.com/nahisaho/MUSUBIX)
10
10
 
11
11
  > MUSUBI × YATA 統合による次世代AIコーディングシステム
12
12
  >
13
- > **v1.1.0** - ThresholdAlertユーティリティ追加、14プロジェクト検証からの自己学習適用
13
+ > **v1.1.1** - DomainDetector(62ドメイン)& ComponentInferenceモジュール追加
14
14
 
15
15
  ## 概要
16
16
 
package/README.md CHANGED
@@ -7,11 +7,11 @@
7
7
  [![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen)](https://nodejs.org/)
8
8
  [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
9
9
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue)](https://www.typescriptlang.org/)
10
- [![Tests](https://img.shields.io/badge/tests-411%20passing-brightgreen)](https://github.com/nahisaho/MUSUBIX)
10
+ [![Tests](https://img.shields.io/badge/tests-439%20passing-brightgreen)](https://github.com/nahisaho/MUSUBIX)
11
11
 
12
12
  > Next-generation AI Coding System powered by MUSUBI × YATA Integration
13
13
  >
14
- > **v1.1.0** - ThresholdAlert utility added, 14-project self-learning validation
14
+ > **v1.1.1** - DomainDetector (62 domains) & ComponentInference modules added
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 | **60ドメイン対応** | **~390コンポーネント** | **411テスト**
24
+ > **最新バージョン**: v1.1.0 | **62ドメイン対応** | **~400コンポーネント** | **439テスト**
25
25
 
26
26
  | 項目 | MUSUBI | MUSUBIX |
27
27
  |------|--------|---------||
@@ -30,7 +30,7 @@ AIコーディング支援ツールは急速に進化しています。本記事
30
30
  | **知識基盤** | プロジェクトメモリ | 知識グラフ(YATA) |
31
31
  | **信頼性** | LLMの確率的出力 | 形式的検証による確実性 |
32
32
  | **統合対象** | 7つのAIエージェント | MUSUBI + YATA + 7エージェント |
33
- | **ドメイン** | 汎用 | 60専門ドメイン対応 |
33
+ | **ドメイン** | 汎用 | 62専門ドメイン対応 |
34
34
  | **自己学習** | なし | フィードバックベースの適応学習 |
35
35
 
36
36
  # 1. MUSUBIとは?
@@ -970,4 +970,4 @@ claude mcp list
970
970
  **著者**: nahisaho
971
971
  **公開日**: 2026-01-02
972
972
  **更新日**: 2026-01-04
973
- **バージョン**: v1.1.0
973
+ **バージョン**: v1.1.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musubix",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Neuro-Symbolic AI Coding System - MUSUBI × YATA Integration",
5
5
  "type": "module",
6
6
  "workspaces": [
@@ -60,9 +60,9 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@modelcontextprotocol/sdk": "1.25.1",
63
- "@nahisaho/musubix-core": "^1.0.20",
64
- "@nahisaho/musubix-mcp-server": "^1.0.2",
65
- "@nahisaho/musubix-yata-client": "^1.0.2",
66
- "musubix": "^1.0.21"
63
+ "@nahisaho/musubix-core": "^1.1.1",
64
+ "@nahisaho/musubix-mcp-server": "^1.1.1",
65
+ "@nahisaho/musubix-yata-client": "^1.1.1",
66
+ "musubix": "^1.1.1"
67
67
  }
68
68
  }