Skip to content

v3.0.0 — re-baselined to animus-cli v0.7.0-rc.18 + the portal surface

Latest

Choose a tag to compare

@ZooNamoo ZooNamoo released this 15 Jul 23:33

Every skill re-baselined from animus-cli v0.5.21 to v0.7.0-rc.18 and the current animus-launchapp portal MCP surface. Full ground truth + per-skill audit in docs/plans/2026-07-15-v0.7-rebaseline.md.

Breaking surface changes now documented

  • Dispatch: --task-id/--requirement-id (CLI) and task_id/requirement_id (MCP) → --subject-id/subject_id with qualified kind:ID values; requirement dispatch no longer defaults to animus.requirement/plan.
  • Plugin model: animus.toml manifest + animus install [--locked] / add / remove; .animus/plugins.lock is the source of truth (schema 2.0, per-platform integrity); plugins.yaml is a derived projection; avm owns kernel upgrades for managed installs.

New coverage

  • Workflow YAML (v0.7): workspaces:, environment_routing:, workflow/phase environment: + workspace:, custom-verdict routing, approval_policy: llm, retry_on/no_retry_on, schedule owner_id, OAuth client_secret_env.
  • Execution substrate: cross-phase environment broker (one ephemeral coder node per run; command phases execute in it) documented alongside the local worktree model.
  • New skills: animus-environment-operations, animus-portal-operations.
  • Portal MCP: team_*, script_*, skill_*, phase_context_schema, paginated list_subjects, animus.budget.get/set; plugin renames (animus-subject-postgresanimus-postgres), animus-subject-mcp (ext.* projection), animus-environment-railway; Claude/Codex subscription Connections (no Gemini connection — removed upstream).
  • Provider transports requalified (codex over MCP, gemini/opencode over ACP since v0.6.9); config_source plugin architecture; journal resume-not-cancel; fail-closed TOFU + context-aware signature policy.

Compatibility

On animus-cli 0.5.x? Use v2.3.0 — this release documents commands and flags that do not exist on 0.5.21.

🤖 Generated with Claude Code