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 +1 -1
- package/README.ja.md +2 -2
- package/README.md +2 -2
- package/docs/evolution-from-musubi-to-musubix.md +3 -3
- package/package.json +5 -5
package/AGENTS.md
CHANGED
package/README.ja.md
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
[](https://nodejs.org/)
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
[](https://www.typescriptlang.org/)
|
|
9
|
-
[](https://github.com/nahisaho/MUSUBIX)
|
|
10
10
|
|
|
11
11
|
> MUSUBI × YATA 統合による次世代AIコーディングシステム
|
|
12
12
|
>
|
|
13
|
-
> **v1.1.
|
|
13
|
+
> **v1.1.1** - DomainDetector(62ドメイン)& ComponentInferenceモジュール追加
|
|
14
14
|
|
|
15
15
|
## 概要
|
|
16
16
|
|
package/README.md
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
[](https://nodejs.org/)
|
|
8
8
|
[](LICENSE)
|
|
9
9
|
[](https://www.typescriptlang.org/)
|
|
10
|
-
[](https://github.com/nahisaho/MUSUBIX)
|
|
11
11
|
|
|
12
12
|
> Next-generation AI Coding System powered by MUSUBI × YATA Integration
|
|
13
13
|
>
|
|
14
|
-
> **v1.1.
|
|
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 | **
|
|
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
|
-
| **ドメイン** | 汎用 |
|
|
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.
|
|
973
|
+
**バージョン**: v1.1.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "musubix",
|
|
3
|
-
"version": "1.1.
|
|
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.
|
|
64
|
-
"@nahisaho/musubix-mcp-server": "^1.
|
|
65
|
-
"@nahisaho/musubix-yata-client": "^1.
|
|
66
|
-
"musubix": "^1.
|
|
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
|
}
|