@matrix/mx-cli (0.1.0)

Published 2026-06-21 04:12:46 +00:00 by hivecast-admin

Installation

@matrix:registry=
npm install @matrix/mx-cli@0.1.0
"@matrix/mx-cli": "0.1.0"

About this package

@matrix/mx-cli

Matrix CLI for package management.

Installation

cd packages/mx-cli
npm install
npm run build

Usage

mx --help
mx --version
mx init                 # Initialize a new Matrix package (B013)
mx actor <name>         # Scaffold a new actor package (B014)
mx install <package>    # Install a package (future)
mx fork <package>       # Fork and install a package (future)
mx publish              # Publish a package (future)
mx list                 # List installed packages (future)

Development

  • Build: npm run build
  • Test: npm test (requires Node spawn capability)

Architecture

See:

  • ARCHITECTURE/protocol/MATRIX-PROTOCOL-10.md (MXTYPE-1 - Homoiconic Type System)
  • ralph/beads/cycle-0002-B012-mx-cli-package-foundation.md
  • ralph/beads/cycle-0002-B013-mx-init-command.md
  • ralph/beads/cycle-0002-B014-mx-actor-scaffold.md

Status

  • B012: Foundation complete (package structure, CLI routing, help/version)
  • B013: mx init implemented (manifest + directory scaffolding + validation)
  • B014: mx actor implemented (actor package scaffold with examples/skills/tests)

Dependencies

Dependencies

ID Version
@open-matrix/cli 0.1.11
@open-matrix/contracts 0.1.4
@open-matrix/core 0.1.4
@open-matrix/federation 0.2.4
@open-matrix/host-auth-store 1.0.0
@open-matrix/host-control 0.1.0
@open-matrix/nats-auth 0.1.4
@open-matrix/runtime-control 0.1.1
@open-matrix/sqlite-store 1.0.0
commander ^11.0.0
nats ^2.29.3
nkeys.js ^1.1.0

Development Dependencies

ID Version
@types/node ^20.0.0
esbuild ^0.25.0
glob ^13.0.0
tsx ^4.0.0
typescript ^5.3.0
Details
npm
2026-06-21 04:12:46 +00:00
1
107 KiB
Assets (1)
Versions (2) View all
0.1.1 2026-06-21
0.1.0 2026-06-21