@vizamodo/modo-dispatcher
v1.1.77
Published
Dispatcher module for GitHub workflow automation across Viza projects
Readme
@vizamodo/modo-dispatcher
Client-side dispatch engine for the Viza CLI platform. Handles authentication, payload encryption, gateway communication, session lifecycle, and artifact normalization for both runtime (hub-worker) and infra (GitHub Actions) executions.
🚨 AI & Agentic Workflow Directives
Do not rely on this root README for system truths.
Historical context, deep architecture details, coding rules, contracts, and playbooks have been moved to the .ai/ Layered Context System. All future AI agents and automated tooling MUST bootstrap via .clinerules and read .ai/index/README.md immediately before performing any work on this repository.
Quick route for agents:
.ai/index/README.md→ follow layers 00 → 10 → 20 → 30 in order.
Quick Start (For Humans)
npm install
npm run build
npm test| Task | Command |
|------|---------|
| Build | npm run build |
| Test | npm test |
| Publish (dev) | npm run release:dev |
| Publish (prod) | npm run release:prod |
For advanced build/publish workflows, see .ai/40-playbooks/build-and-publish.md.
Package Info
- npm:
@vizamodo/modo-dispatcher(public) - Version: 1.1.72
- Type: ESM TypeScript library
- Runtime: Node.js >= 20
- Dependencies:
chalk,ws - License: MIT
