musubix 1.0.21 → 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 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
+ | **テスト数** | 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-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-411%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.0** - ThresholdAlertユーティリティ追加、14プロジェクト検証からの自己学習適用
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-411%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.0** - ThresholdAlert utility added, 14-project self-learning validation
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 | **60ドメイン対応** | **~390コンポーネント** | **411テスト**
25
25
 
26
26
  | 項目 | MUSUBI | MUSUBIX |
27
27
  |------|--------|---------||
@@ -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.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musubix",
3
- "version": "1.0.21",
3
+ "version": "1.1.0",
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.0.21"
67
67
  }
68
68
  }