Skip to main content
Deprecated — the legacy orchestration runtime. It keeps working. This page documents a command group that drives the frozen legacy runtime (also called: orchestration, warm pool, instance pool, Hermes, sidecar, container runtime, hosted runtime, runtime.pool). It keeps working for existing configs and accepts no new capabilities. Nothing here is disabled, refused or gated, and no route or CLI command on this page has been removed.Since 2026-08 each command on this page also prints a one-line banner on stderr and attaches a machine-readable deprecation object to the JSON envelope on stdout, which stays JSON.parse-able. There is no sunset date: the surface is frozen, not scheduled for removal.New work declares a team({ lead, agents }) on runtime.durable() and submits work with naive teams submit. The per-subcommand replacement is in the table directly below.

Replacement

naive objectives is a second noun for “a goal with tasks under it”, on the frozen legacy runtime. The durable runtime has one noun for work. The banner id is dep.objectives.

Overview

How It Works

Objectives are the top-level unit of strategic planning — they represent weeks-to-months of work. The CEO decomposes objectives into tasks on the kanban board, then dispatches them to employees. Objectives can have a pg_cron schedule for automated advancement. Statuses: activepaused | completed | abandoned

List Objectives

Returns all objectives with their status, progress, and linked task counts.

Create an Objective

Options

Output


Show Objective

Returns full details: title, status, progress, success criteria, driving rationale, schedule, and linked tasks.

Update an Objective

Options


Pause an Objective

Pausing an objective:
  • Sets status to paused
  • Existing in-progress tasks continue
  • No new tasks are created or dispatched for this objective
  • Resume with naive objectives update <id> --status active

Abandon an Objective

Permanently abandons the objective. Cancels all pending/in-progress tasks linked to it. Completed tasks are preserved. This cannot be undone.

Typical Workflow