@lumiarq/lumis
v1.2.0
Published
Lumis — multi-pack AI coding agent CLI
Downloads
872
Readme
@lumiarq/lumis
Lumis is the CLI host package for the Lumiarq code-generation and verification stack.
What it does
- Detects the best framework pack for a project
- Builds and updates IR from adapters
- Runs commands like
doctor,init,runtime, andcommands - Orchestrates runtime profiles, transcript storage, and post-make tasks
Install
npm install -g @lumiarq/lumisOr run locally in a project:
npx @lumiarq/lumis --helpDevelopment
pnpm install
pnpm turbo run build
pnpm turbo run test
pnpm turbo run typecheckContributing
- Open an issue describing the feature or bug.
- Add tests with your change.
- Keep exports stable and update docs for user-facing behavior.
- Run
pnpm turbo run test typecheck buildbefore creating a PR.
