musubix 1.0.19 → 1.1.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 +4 -4
- package/README.ja.md +4 -4
- package/README.md +4 -4
- package/docs/evolution-from-musubi-to-musubix.md +46 -3
- package/package.json +3 -3
- package/steering/tech.ja.md +5 -5
package/AGENTS.md
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
|
|
9
9
|
| 項目 | 詳細 |
|
|
10
10
|
|------|------|
|
|
11
|
-
| **バージョン** | 1.0
|
|
11
|
+
| **バージョン** | 1.1.0 |
|
|
12
12
|
| **言語** | TypeScript |
|
|
13
13
|
| **ランタイム** | Node.js >= 20.0.0 |
|
|
14
14
|
| **パッケージマネージャ** | npm >= 10.0.0 |
|
|
15
15
|
| **ビルドシステム** | モノレポ(npm workspaces) |
|
|
16
16
|
| **テストフレームワーク** | Vitest |
|
|
17
|
-
| **テスト数** |
|
|
17
|
+
| **テスト数** | 411 (全合格) |
|
|
18
18
|
|
|
19
19
|
---
|
|
20
20
|
|
|
@@ -313,6 +313,6 @@ npx musubix codegen generate <design.md> --output src/
|
|
|
313
313
|
---
|
|
314
314
|
|
|
315
315
|
**Agent**: GitHub Copilot / Claude
|
|
316
|
-
**Last Updated**: 2026-01-
|
|
317
|
-
**Version**: 1.0
|
|
316
|
+
**Last Updated**: 2026-01-04
|
|
317
|
+
**Version**: 1.1.0
|
|
318
318
|
**Repository**: https://github.com/nahisaho/MUSUBIX
|
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.0
|
|
13
|
+
> **v1.1.0** - ThresholdAlertユーティリティ追加、14プロジェクト検証からの自己学習適用
|
|
14
14
|
|
|
15
15
|
## 概要
|
|
16
16
|
|
|
@@ -204,5 +204,5 @@ nahisaho
|
|
|
204
204
|
---
|
|
205
205
|
|
|
206
206
|
**文書ID**: README
|
|
207
|
-
**バージョン**: 1.0.
|
|
208
|
-
**最終更新**: 2026-01-
|
|
207
|
+
**バージョン**: 1.0.20
|
|
208
|
+
**最終更新**: 2026-01-05
|
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.0
|
|
14
|
+
> **v1.1.0** - ThresholdAlert utility added, 14-project self-learning validation
|
|
15
15
|
|
|
16
16
|
**[日本語版 README](README.ja.md)**
|
|
17
17
|
|
|
@@ -207,5 +207,5 @@ See [CHANGELOG.md](CHANGELOG.md)
|
|
|
207
207
|
---
|
|
208
208
|
|
|
209
209
|
**Document ID**: README
|
|
210
|
-
**Version**: 1.0.
|
|
211
|
-
**Last Updated**: 2026-01-
|
|
210
|
+
**Version**: 1.0.20
|
|
211
|
+
**Last Updated**: 2026-01-05
|
|
@@ -21,7 +21,7 @@ AIコーディング支援ツールは急速に進化しています。本記事
|
|
|
21
21
|
|
|
22
22
|
# TL;DR
|
|
23
23
|
|
|
24
|
-
> **最新バージョン**: v1.0
|
|
24
|
+
> **最新バージョン**: v1.1.0 | **60ドメイン対応** | **~390コンポーネント** | **411テスト**
|
|
25
25
|
|
|
26
26
|
| 項目 | MUSUBI | MUSUBIX |
|
|
27
27
|
|------|--------|---------||
|
|
@@ -277,7 +277,7 @@ flowchart TB
|
|
|
277
277
|
|
|
278
278
|
```mermaid
|
|
279
279
|
flowchart TB
|
|
280
|
-
subgraph MUSUBIX["MUSUBIX System v1.0.
|
|
280
|
+
subgraph MUSUBIX["MUSUBIX System v1.0.20"]
|
|
281
281
|
subgraph Packages["パッケージ構成"]
|
|
282
282
|
Core["@nahisaho/musubix-core<br/>56モジュール | 60ドメイン | ~390コンポーネント"]
|
|
283
283
|
MCP["@nahisaho/musubix-mcp-server<br/>9ツール, 3プロンプト"]
|
|
@@ -616,6 +616,49 @@ MUSUBIXは以下の新規モジュールを追加:
|
|
|
616
616
|
| | PatternExtractor | パターン抽出 |
|
|
617
617
|
| | AdaptiveReasoner | 適応的推論 |
|
|
618
618
|
| | PrivacyFilter | プライバシー保護フィルター |
|
|
619
|
+
| **ユーティリティ** | IdGenerator | ユニークID生成(カウンター方式) |
|
|
620
|
+
| | StatusWorkflow | ステータス遷移管理 |
|
|
621
|
+
|
|
622
|
+
### 4.3.1 新規ユーティリティ(v1.0.20)
|
|
623
|
+
|
|
624
|
+
v1.0.20では、10プロジェクト検証から学んだパターンを基に2つの新しいユーティリティを追加:
|
|
625
|
+
|
|
626
|
+
#### IdGenerator - ユニークID生成
|
|
627
|
+
|
|
628
|
+
```typescript
|
|
629
|
+
import { IdGenerator, idGenerators } from '@nahisaho/musubix-core';
|
|
630
|
+
|
|
631
|
+
// インスタンス利用(同一ミリ秒内でも重複なし)
|
|
632
|
+
const petIdGen = new IdGenerator('PET');
|
|
633
|
+
const id1 = petIdGen.generate(); // 'PET-1704326400000-1'
|
|
634
|
+
const id2 = petIdGen.generate(); // 'PET-1704326400000-2'
|
|
635
|
+
|
|
636
|
+
// 事前設定ジェネレーター
|
|
637
|
+
idGenerators.requirement.generate(); // 'REQ-...'
|
|
638
|
+
idGenerators.design.generate(); // 'DES-...'
|
|
639
|
+
idGenerators.task.generate(); // 'TSK-...'
|
|
640
|
+
|
|
641
|
+
// UUID v4生成
|
|
642
|
+
IdGenerator.uuid(); // 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'
|
|
643
|
+
```
|
|
644
|
+
|
|
645
|
+
#### StatusWorkflow - ステータス遷移管理
|
|
646
|
+
|
|
647
|
+
```typescript
|
|
648
|
+
import { taskWorkflow, approvalWorkflow, reservationWorkflow } from '@nahisaho/musubix-core';
|
|
649
|
+
|
|
650
|
+
// タスクワークフロー: pending → confirmed → in_progress → completed
|
|
651
|
+
let status = taskWorkflow.transition('pending', 'confirm'); // 'confirmed'
|
|
652
|
+
status = taskWorkflow.transition(status, 'start'); // 'in_progress'
|
|
653
|
+
status = taskWorkflow.transition(status, 'complete'); // 'completed'
|
|
654
|
+
|
|
655
|
+
// 承認ワークフロー: draft → pending → approved/rejected
|
|
656
|
+
approvalWorkflow.transition('draft', 'submit'); // 'pending'
|
|
657
|
+
approvalWorkflow.transition('pending', 'approve'); // 'approved'
|
|
658
|
+
|
|
659
|
+
// 予約ワークフロー: tentative → confirmed → active → completed
|
|
660
|
+
reservationWorkflow.transition('tentative', 'confirm'); // 'confirmed'
|
|
661
|
+
```
|
|
619
662
|
|
|
620
663
|
## 4.4 MCPサーバー(9ツール、3プロンプト)
|
|
621
664
|
|
|
@@ -927,4 +970,4 @@ claude mcp list
|
|
|
927
970
|
**著者**: nahisaho
|
|
928
971
|
**公開日**: 2026-01-02
|
|
929
972
|
**更新日**: 2026-01-04
|
|
930
|
-
**バージョン**: v1.0
|
|
973
|
+
**バージョン**: v1.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "musubix",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
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.
|
|
63
|
+
"@nahisaho/musubix-core": "^1.0.20",
|
|
64
64
|
"@nahisaho/musubix-mcp-server": "^1.0.2",
|
|
65
65
|
"@nahisaho/musubix-yata-client": "^1.0.2",
|
|
66
|
-
"musubix": "^1.0.
|
|
66
|
+
"musubix": "^1.0.21"
|
|
67
67
|
}
|
|
68
68
|
}
|
package/steering/tech.ja.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Technology Stack
|
|
2
2
|
|
|
3
3
|
**Project**: MUSUBIX
|
|
4
|
-
**Last Updated**: 2026-01-
|
|
5
|
-
**Version**: 1.0.
|
|
4
|
+
**Last Updated**: 2026-01-05
|
|
5
|
+
**Version**: 1.0.20
|
|
6
6
|
**Status**: Production Ready
|
|
7
7
|
|
|
8
8
|
---
|
|
@@ -28,9 +28,9 @@ MUSUBIXはニューロシンボリックAIコーディングシステムであ
|
|
|
28
28
|
|
|
29
29
|
```
|
|
30
30
|
packages/
|
|
31
|
-
├── core/ # @nahisaho/musubix-core (v1.0.
|
|
32
|
-
├── mcp-server/ # @nahisaho/musubix-mcp-server (v1.0.
|
|
33
|
-
└── yata-client/ # @nahisaho/musubix-yata-client (v1.0.
|
|
31
|
+
├── core/ # @nahisaho/musubix-core (v1.0.20)
|
|
32
|
+
├── mcp-server/ # @nahisaho/musubix-mcp-server (v1.0.20)
|
|
33
|
+
└── yata-client/ # @nahisaho/musubix-yata-client (v1.0.20)
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
### Core Package モジュール
|