musubix 1.0.0 → 1.0.1
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/README.ja.md +3 -2
- package/README.md +3 -1
- package/package.json +3 -2
package/README.ja.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# MUSUBIX - ニューロシンボリックAI統合システム
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/musubix)
|
|
4
|
+
[](https://www.npmjs.com/package/@nahisaho/musubix-core)
|
|
5
|
+
[](https://www.npmjs.com/package/@nahisaho/musubix-mcp-server)
|
|
3
6
|
[](https://nodejs.org/)
|
|
4
7
|
[](LICENSE)
|
|
5
8
|
[](https://www.typescriptlang.org/)
|
|
6
|
-
[](https://github.com/nahisaho/MUSUBIX)
|
|
7
|
-
[](https://github.com/nahisaho/MUSUBIX)
|
|
8
9
|
|
|
9
10
|
> MUSUBI × YATA 統合による次世代AIコーディングシステム
|
|
10
11
|
|
package/README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
# MUSUBIX - Neuro-Symbolic AI Integration System
|
|
2
2
|
|
|
3
3
|
[](https://github.com/nahisaho/MUSUBIX/actions/workflows/ci.yml)
|
|
4
|
-
[](https://www.npmjs.com/package/musubix)
|
|
5
|
+
[](https://www.npmjs.com/package/@nahisaho/musubix-core)
|
|
6
|
+
[](https://www.npmjs.com/package/@nahisaho/musubix-mcp-server)
|
|
5
7
|
[](https://nodejs.org/)
|
|
6
8
|
[](LICENSE)
|
|
7
9
|
[](https://www.typescriptlang.org/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "musubix",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Neuro-Symbolic AI Coding System - MUSUBI × YATA Integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"workspaces": [
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"@modelcontextprotocol/sdk": "1.25.1",
|
|
58
58
|
"@nahisaho/musubix-core": "^1.0.0",
|
|
59
59
|
"@nahisaho/musubix-mcp-server": "^1.0.0",
|
|
60
|
-
"@nahisaho/musubix-yata-client": "^1.0.0"
|
|
60
|
+
"@nahisaho/musubix-yata-client": "^1.0.0",
|
|
61
|
+
"musubix": "^1.0.0"
|
|
61
62
|
}
|
|
62
63
|
}
|