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

Все команды

chimera kanban

Task board with worker lanes (backlog/doing/review/done).

Подкоманды

chimera kanban add

Add a card to the backlog.

Аргументы

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

    Short card title.

Параметры

  • --action, -astr

    Task text to run (defaults to title).

  • --lane, -lstrпо умолчанию: 'solve'

    Who works it: solve | crew | the id of one of your agents (`chimera agents`).

  • --verifystr

    Verify command for the solve lane (exit 0).

chimera kanban board

Show the board, column by column.

Параметры

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

chimera kanban learn

Turn recurring tasks (from the experience buffer) into backlog cards. Uses the cron-learner's recurrence detector; each card is confirmed (or --yes), and a task already on the board is skipped — so re-running is safe.

Параметры

  • --minintпо умолчанию: 3

    Min repeats to turn into a card.

  • --lane, -lstrпо умолчанию: 'solve'

    Lane for the created cards.

  • --yes, -yboolean

    Add every card without prompting.

chimera kanban move

Move a card to another column.

Аргументы

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

    Card id.

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

    backlog | doing | review | done.

Параметры

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

chimera kanban rm

Remove a card.

Аргументы

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

    Card id.

Параметры

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

chimera kanban run

Dispatch backlog cards through their lanes (solve/crew). Requires a key.

Параметры

  • --limit, -nint

    Max backlog cards to dispatch.

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

    Workspace for the solve lane.

  • --model, -mstr

    Override the model slug.

  • --workers, -jintпо умолчанию: 1

    Work this many cards at once, each in its own git worktree.