Перейти к содержимому

Все команды

chimera project

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

Подкоманды

chimera project approve

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

Аргументы

  • PROJECT_IDstrобязательный

    Project id.

Параметры

  • --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).

Аргументы

  • PROJECT_IDstrобязательный

    Project id.

Параметры

  • --cardstrобязательный

    The high-risk card to reject.

chimera project run

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

Аргументы

  • PROJECT_IDstrобязательный

    Project id.

Параметры

  • --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.

Аргументы

  • SPECstrобязательный

    Spec YAML (the acceptance authority).

Параметры

  • --workspace, -wstrпо умолчанию: '.'

    Project workspace root.

  • --model, -mstr

    Override the solve model.

  • --max-iterationsintпо умолчанию: 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.

Аргументы

  • PROJECT_IDstrобязательный

    Project id.

Параметры

У этой команды нет параметров.

chimera project step

Run exactly one iteration (cron-able).

Аргументы

  • PROJECT_IDstrобязательный

    Project id.

Параметры

  • --model, -mstr

    Override the solve model.