@manifesto-ai/studio-cli
v0.1.0
Published
Thin CLI surface over `@manifesto-ai/studio-core`.
Readme
@manifesto-ai/studio-cli
Thin CLI surface over @manifesto-ai/studio-core.
Usage
pnpm build
pnpm studio:cli help
pnpm studio:cli analyze apps/web/src/domain/coin-sapiens.mel
pnpm studio:cli graph apps/web/src/domain/coin-sapiens.mel --format json
pnpm studio:cli graph apps/web/src/domain/coin-sapiens.mel --format dot
pnpm studio:cli explain openPosition apps/web/src/domain/coin-sapiens.mel --snapshot snapshot.jsonCommands
analyze/check: findings reportgraph: domain graph projection, including--format jsonand--format dotexplain: action blocker explanationtrace: trace replay projectionavailability: action availability projectionsnapshot: snapshot inspector projectionlineage: lineage state projectiongovernance: governance state projection
Inputs
--mel <file>: compile MEL through@manifesto-ai/compiler--schema <file>: loadDomainSchemaJSON--bundle <file>: load an analysis bundle JSON--snapshot,--trace,--lineage,--governance: attach overlay JSON artifacts
