@nahisaho/musubix-core 1.8.5 → 2.0.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 +23 -11
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
|
|
9
9
|
| 項目 | 詳細 |
|
|
10
10
|
|------|------|
|
|
11
|
-
| **バージョン** |
|
|
11
|
+
| **バージョン** | 2.0.0 (Deep Symbolic + Advanced Learning) |
|
|
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
|
-
|
|
|
17
|
+
| **テスト数** | 1660+ (全合格) |
|
|
18
|
+
| **パッケージ数** | 19 |
|
|
19
19
|
| **Agent Skills** | 12 (Claude Code対応) |
|
|
20
20
|
|
|
21
21
|
---
|
|
@@ -28,32 +28,44 @@
|
|
|
28
28
|
packages/
|
|
29
29
|
├── core/ # @nahisaho/musubix-core
|
|
30
30
|
├── mcp-server/ # @nahisaho/musubix-mcp-server
|
|
31
|
-
├── security/ # @nahisaho/musubix-security
|
|
31
|
+
├── security/ # @nahisaho/musubix-security
|
|
32
32
|
├── formal-verify/ # @nahisaho/musubix-formal-verify
|
|
33
33
|
├── yata-client/ # @nahisaho/musubix-yata-client
|
|
34
34
|
├── yata-local/ # @nahisaho/yata-local
|
|
35
35
|
├── yata-global/ # @nahisaho/yata-global
|
|
36
36
|
├── yata-ui/ # @nahisaho/yata-ui
|
|
37
|
+
├── yata-scale/ # @nahisaho/yata-scale (v2.0.0 NEW!)
|
|
37
38
|
├── pattern-mcp/ # @nahisaho/musubix-pattern-mcp
|
|
38
39
|
├── ontology-mcp/ # @nahisaho/musubix-ontology-mcp
|
|
39
40
|
├── wake-sleep/ # @nahisaho/musubix-wake-sleep
|
|
40
|
-
|
|
41
|
+
├── sdd-ontology/ # @nahisaho/musubix-sdd-ontology
|
|
42
|
+
├── dfg/ # @nahisaho/musubix-dfg (v2.0.0 NEW!)
|
|
43
|
+
├── lean/ # @nahisaho/musubix-lean (v2.0.0 NEW!)
|
|
44
|
+
├── library-learner/# @nahisaho/musubix-library-learner (v2.0.0 NEW!)
|
|
45
|
+
├── neural-search/ # @nahisaho/musubix-neural-search (v2.0.0 NEW!)
|
|
46
|
+
└── synthesis/ # @nahisaho/musubix-synthesis (v2.0.0 NEW!)
|
|
41
47
|
```
|
|
42
48
|
|
|
43
49
|
| パッケージ | npm | 役割 |
|
|
44
50
|
|-----------|-----|------|
|
|
45
51
|
| `packages/core/` | `@nahisaho/musubix-core` | コアライブラリ - CLI、EARS検証、コード生成、設計パターン |
|
|
46
52
|
| `packages/mcp-server/` | `@nahisaho/musubix-mcp-server` | MCPサーバー - 19ツール、3プロンプト |
|
|
47
|
-
| `packages/security/` | `@nahisaho/musubix-security` |
|
|
53
|
+
| `packages/security/` | `@nahisaho/musubix-security` | セキュリティ分析 - 脆弱性検出、シークレット検出、テイント解析 |
|
|
48
54
|
| `packages/formal-verify/` | `@nahisaho/musubix-formal-verify` | 形式検証 - Z3統合、Hoare検証、EARS→SMT変換 |
|
|
49
55
|
| `packages/yata-client/` | `@nahisaho/musubix-yata-client` | YATAクライアント - 知識グラフ連携 |
|
|
50
|
-
| `packages/yata-local/` | `@nahisaho/yata-local` |
|
|
51
|
-
| `packages/yata-global/` | `@nahisaho/yata-global` |
|
|
52
|
-
| `packages/yata-ui/` | `@nahisaho/yata-ui` |
|
|
56
|
+
| `packages/yata-local/` | `@nahisaho/yata-local` | YATA Local - SQLiteベースローカル知識グラフ |
|
|
57
|
+
| `packages/yata-global/` | `@nahisaho/yata-global` | YATA Global - 分散型知識グラフプラットフォーム |
|
|
58
|
+
| `packages/yata-ui/` | `@nahisaho/yata-ui` | YATA UI - Web可視化・管理インターフェース |
|
|
59
|
+
| `packages/yata-scale/` | `@nahisaho/yata-scale` | **YATA Scale** - 分散シャーディング・キャッシュ (v2.0.0 NEW!) |
|
|
53
60
|
| `packages/pattern-mcp/` | `@nahisaho/musubix-pattern-mcp` | パターン学習 - 抽出・圧縮・ライブラリ |
|
|
54
61
|
| `packages/ontology-mcp/` | `@nahisaho/musubix-ontology-mcp` | オントロジー - N3Store・推論エンジン |
|
|
55
62
|
| `packages/wake-sleep/` | `@nahisaho/musubix-wake-sleep` | Wake-Sleep学習サイクル |
|
|
56
63
|
| `packages/sdd-ontology/` | `@nahisaho/musubix-sdd-ontology` | SDD方法論オントロジー |
|
|
64
|
+
| `packages/dfg/` | `@nahisaho/musubix-dfg` | **DFG/CFG抽出** - データフロー・制御フロー解析 (v2.0.0 NEW!) |
|
|
65
|
+
| `packages/lean/` | `@nahisaho/musubix-lean` | **Lean 4統合** - 定理証明・EARS変換 (v2.0.0 NEW!) |
|
|
66
|
+
| `packages/library-learner/` | `@nahisaho/musubix-library-learner` | **ライブラリ学習** - APIパターン抽出 (v2.0.0 NEW!) |
|
|
67
|
+
| `packages/neural-search/` | `@nahisaho/musubix-neural-search` | **ニューラル検索** - 意味的コード検索 (v2.0.0 NEW!) |
|
|
68
|
+
| `packages/synthesis/` | `@nahisaho/musubix-synthesis` | **プログラム合成** - ニューラル誘導合成 (v2.0.0 NEW!) |
|
|
57
69
|
|
|
58
70
|
### Core パッケージモジュール
|
|
59
71
|
|
|
@@ -525,5 +537,5 @@ npx musubix learn best-practices --format markdown
|
|
|
525
537
|
---
|
|
526
538
|
|
|
527
539
|
**Agent**: GitHub Copilot / Claude
|
|
528
|
-
**Last Updated**: 2026-01-
|
|
529
|
-
**Version**:
|
|
540
|
+
**Last Updated**: 2026-01-08
|
|
541
|
+
**Version**: 2.0.0
|