@nahisaho/musubix-core 3.4.4 → 3.5.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.
- package/AGENTS.md +8 -6
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
|
|
9
9
|
| 項目 | 詳細 |
|
|
10
10
|
|------|------|
|
|
11
|
-
| **バージョン** | 3.
|
|
11
|
+
| **バージョン** | 3.5.0 (Assistant Axis Integration) |
|
|
12
12
|
| **言語** | TypeScript |
|
|
13
13
|
| **ランタイム** | Node.js >= 20.0.0 |
|
|
14
14
|
| **パッケージマネージャ** | npm >= 10.0.0 |
|
|
15
15
|
| **ビルドシステム** | モノレポ(npm workspaces) |
|
|
16
16
|
| **テストフレームワーク** | Vitest |
|
|
17
|
-
| **テスト数** |
|
|
18
|
-
| **パッケージ数** |
|
|
19
|
-
| **MCPツール数** |
|
|
20
|
-
| **Agent Skills** |
|
|
17
|
+
| **テスト数** | 5095+ (全合格) |
|
|
18
|
+
| **パッケージ数** | 28 |
|
|
19
|
+
| **MCPツール数** | 114 |
|
|
20
|
+
| **Agent Skills** | 15 (Claude Code対応) |
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
@@ -46,6 +46,7 @@ packages/
|
|
|
46
46
|
├── codegraph/ # @nahisaho/musubix-codegraph
|
|
47
47
|
├── expert-delegation/ # @nahisaho/musubix-expert-delegation (v3.2.0 NEW!)
|
|
48
48
|
├── deep-research/ # @nahisaho/musubix-deep-research (v3.4.0 NEW!)
|
|
49
|
+
├── assistant-axis/ # @nahisaho/musubix-assistant-axis (v3.5.0 NEW!)
|
|
49
50
|
├── knowledge/ # @musubix/knowledge (v3.0.0 NEW!)
|
|
50
51
|
├── policy/ # @musubix/policy (v3.0.0 NEW!)
|
|
51
52
|
└── decisions/ # @musubix/decisions (v3.0.0 NEW!)
|
|
@@ -54,7 +55,7 @@ packages/
|
|
|
54
55
|
| パッケージ | npm | 役割 |
|
|
55
56
|
|-----------|-----|------|
|
|
56
57
|
| `packages/core/` | `@nahisaho/musubix-core` | コアライブラリ - CLI、EARS検証、コード生成、設計パターン |
|
|
57
|
-
| `packages/mcp-server/` | `@nahisaho/musubix-mcp-server` | MCPサーバー -
|
|
58
|
+
| `packages/mcp-server/` | `@nahisaho/musubix-mcp-server` | MCPサーバー - 114ツール、5プロンプト |
|
|
58
59
|
| `packages/security/` | `@nahisaho/musubix-security` | セキュリティ分析 - 脆弱性検出、シークレット検出、テイント解析 |
|
|
59
60
|
| `packages/formal-verify/` | `@nahisaho/musubix-formal-verify` | 形式検証 - Z3統合、Hoare検証、EARS→SMT変換 |
|
|
60
61
|
| `packages/pattern-mcp/` | `@nahisaho/musubix-pattern-mcp` | パターン学習 - 抽出・圧縮・ライブラリ |
|
|
@@ -75,6 +76,7 @@ packages/
|
|
|
75
76
|
| `packages/codegraph/` | `@nahisaho/musubix-codegraph` | **コードグラフ** - コード構造解析・依存関係追跡 |
|
|
76
77
|
| `packages/expert-delegation/` | `@nahisaho/musubix-expert-delegation` | **エキスパート委譲 (v3.2.0 NEW!)** - 7種AI専門家・VS Code LM API統合 |
|
|
77
78
|
| `packages/deep-research/` | `@nahisaho/musubix-deep-research` | **Deep Research (v3.4.0 NEW!)** - AI駆動型深層リサーチ・6統合機能・433テスト |
|
|
79
|
+
| `packages/assistant-axis/` | `@nahisaho/musubix-assistant-axis` | **Assistant Axis (v3.5.0 NEW!)** - ペルソナドリフト検出・129テスト |
|
|
78
80
|
|
|
79
81
|
### 非推奨パッケージ(Deprecated) ⚠️
|
|
80
82
|
|
package/dist/version.js
CHANGED