musubix 1.0.21 → 1.1.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/AGENTS.md CHANGED
@@ -8,13 +8,13 @@
8
8
 
9
9
  | 項目 | 詳細 |
10
10
  |------|------|
11
- | **バージョン** | 1.0.21 |
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
- | **テスト数** | 381 (全合格) |
17
+ | **テスト数** | 439 (全合格) |
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-06
317
- **Version**: 1.0.21
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
  [![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen)](https://nodejs.org/)
7
7
  [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
8
8
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue)](https://www.typescriptlang.org/)
9
- [![Tests](https://img.shields.io/badge/tests-381%20passing-brightgreen)](https://github.com/nahisaho/MUSUBIX)
9
+ [![Tests](https://img.shields.io/badge/tests-439%20passing-brightgreen)](https://github.com/nahisaho/MUSUBIX)
10
10
 
11
11
  > MUSUBI × YATA 統合による次世代AIコーディングシステム
12
12
  >
13
- > **v1.0.21** - TimeSlotService・BillingCalculator・TimeWindowValidatorユーティリティ追加、12プロジェクト検証からの自己学習適用
13
+ > **v1.1.1** - DomainDetector(62ドメイン)& ComponentInferenceモジュール追加
14
14
 
15
15
  ## 概要
16
16
 
package/README.md CHANGED
@@ -7,11 +7,11 @@
7
7
  [![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen)](https://nodejs.org/)
8
8
  [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
9
9
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue)](https://www.typescriptlang.org/)
10
- [![Tests](https://img.shields.io/badge/tests-381%20passing-brightgreen)](https://github.com/nahisaho/MUSUBIX)
10
+ [![Tests](https://img.shields.io/badge/tests-439%20passing-brightgreen)](https://github.com/nahisaho/MUSUBIX)
11
11
 
12
12
  > Next-generation AI Coding System powered by MUSUBI × YATA Integration
13
13
  >
14
- > **v1.0.21** - TimeSlotService, BillingCalculator, TimeWindowValidator utilities from 12-project validation
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.0.21 | **60ドメイン対応** | **~390コンポーネント** | **381テスト**
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
- | **ドメイン** | 汎用 | 60専門ドメイン対応 |
33
+ | **ドメイン** | 汎用 | 62専門ドメイン対応 |
34
34
  | **自己学習** | なし | フィードバックベースの適応学習 |
35
35
 
36
36
  # 1. MUSUBIとは?
@@ -969,5 +969,5 @@ claude mcp list
969
969
 
970
970
  **著者**: nahisaho
971
971
  **公開日**: 2026-01-02
972
- **更新日**: 2026-01-05
973
- **バージョン**: v1.0.20
972
+ **更新日**: 2026-01-04
973
+ **バージョン**: v1.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musubix",
3
- "version": "1.0.21",
3
+ "version": "1.1.1",
4
4
  "description": "Neuro-Symbolic AI Coding System - MUSUBI × YATA Integration",
5
5
  "type": "module",
6
6
  "workspaces": [
@@ -63,6 +63,6 @@
63
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.15"
66
+ "musubix": "^1.1.0"
67
67
  }
68
68
  }