musubix 1.0.0 → 1.0.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/README.ja.md CHANGED
@@ -1,10 +1,11 @@
1
1
  # MUSUBIX - ニューロシンボリックAI統合システム
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/musubix.svg)](https://www.npmjs.com/package/musubix)
4
+ [![npm core](https://img.shields.io/npm/v/@nahisaho/musubix-core.svg?label=@nahisaho/musubix-core)](https://www.npmjs.com/package/@nahisaho/musubix-core)
5
+ [![npm mcp](https://img.shields.io/npm/v/@nahisaho/musubix-mcp-server.svg?label=@nahisaho/musubix-mcp-server)](https://www.npmjs.com/package/@nahisaho/musubix-mcp-server)
3
6
  [![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen)](https://nodejs.org/)
4
7
  [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
5
8
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue)](https://www.typescriptlang.org/)
6
- [![Build](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/nahisaho/MUSUBIX)
7
- [![Tests](https://img.shields.io/badge/tests-16%20passed-brightgreen)](https://github.com/nahisaho/MUSUBIX)
8
9
 
9
10
  > MUSUBI × YATA 統合による次世代AIコーディングシステム
10
11
 
package/README.md CHANGED
@@ -1,7 +1,9 @@
1
1
  # MUSUBIX - Neuro-Symbolic AI Integration System
2
2
 
3
3
  [![CI](https://github.com/nahisaho/MUSUBIX/actions/workflows/ci.yml/badge.svg)](https://github.com/nahisaho/MUSUBIX/actions/workflows/ci.yml)
4
- [![npm version](https://img.shields.io/npm/v/@nahisaho/musubix-core.svg)](https://www.npmjs.com/package/@nahisaho/musubix-core)
4
+ [![npm version](https://img.shields.io/npm/v/musubix.svg)](https://www.npmjs.com/package/musubix)
5
+ [![npm core](https://img.shields.io/npm/v/@nahisaho/musubix-core.svg?label=@nahisaho/musubix-core)](https://www.npmjs.com/package/@nahisaho/musubix-core)
6
+ [![npm mcp](https://img.shields.io/npm/v/@nahisaho/musubix-mcp-server.svg?label=@nahisaho/musubix-mcp-server)](https://www.npmjs.com/package/@nahisaho/musubix-mcp-server)
5
7
  [![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen)](https://nodejs.org/)
6
8
  [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
7
9
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue)](https://www.typescriptlang.org/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musubix",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Neuro-Symbolic AI Coding System - MUSUBI × YATA Integration",
5
5
  "type": "module",
6
6
  "workspaces": [
@@ -57,6 +57,7 @@
57
57
  "@modelcontextprotocol/sdk": "1.25.1",
58
58
  "@nahisaho/musubix-core": "^1.0.0",
59
59
  "@nahisaho/musubix-mcp-server": "^1.0.0",
60
- "@nahisaho/musubix-yata-client": "^1.0.0"
60
+ "@nahisaho/musubix-yata-client": "^1.0.0",
61
+ "musubix": "^1.0.0"
61
62
  }
62
63
  }