本文へスキップ

All commands

chimera project

Run a project start-to-finish against a Spec (drift = acceptance authority).

Subcommands

chimera project approve

Approve the initial plan (default) or a paused high-risk card, then continue.

Arguments

  • PROJECT_IDstrrequired

    Project id.

Options

  • --cardstr

    Approve a specific high-risk card instead of the plan.

  • --model, -mstr

    Override the solve model.

chimera project deny

Reject a paused high-risk card (parks it for review, escalates to a human).

Arguments

  • PROJECT_IDstrrequired

    Project id.

Options

  • --cardstrrequired

    The high-risk card to reject.

chimera project run

Continue running a paused/escalated project (re-attempts a soft rail-stop).

Arguments

  • PROJECT_IDstrrequired

    Project id.

Options

  • --model, -mstr

    Override the solve model.

chimera project start

Create a project from a spec and run it until it aligns or a rail stops it.

Arguments

  • SPECstrrequired

    Spec YAML (the acceptance authority).

Options

  • --workspace, -wstrdefault: '.'

    Project workspace root.

  • --model, -mstr

    Override the solve model.

  • --max-iterationsintdefault: 20

    Hard rail on card runs.

  • --yes, -yboolean

    Skip the initial plan-approval pause (auto-approve).

chimera project status

Show a project's status and its board.

Arguments

  • PROJECT_IDstrrequired

    Project id.

Options

This command takes no options.

chimera project step

Run exactly one iteration (cron-able).

Arguments

  • PROJECT_IDstrrequired

    Project id.

Options

  • --model, -mstr

    Override the solve model.