Skip to content

chant run CLI #8

@lex00

Description

@lex00

Part of the Op / Temporal deployment workflow redesign.

New chant run command family for starting, monitoring, and controlling Op executions. Manages Temporal worker lifecycle via profiles defined in chant.config.ts. Generates deployment reports on completion and on demand.

Tasks

  • chant run <name> — resolve profile, start worker if auto, submit workflow to Temporal, stream phase progress
  • chant run <name> --profile <p> — profile selection
  • chant run list — list all Ops with current run status
  • chant run status <name> — current phase and step state from Temporal query
  • chant run signal <name> <signal> — send named signal to unblock a gate activity
  • chant run cancel <name> — cancel in-progress run
  • chant run log <name> — run history
  • chant run <name> --report — print deployment report on demand
  • Auto-generate deployment report to dist/<name>-report.md on terminal state (done/failed)
  • chant graph — Op dependency graph
  • Remove chant spell * commands

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions