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) andtask_id/requirement_id(MCP) →--subject-id/subject_idwith qualifiedkind:IDvalues; requirement dispatch no longer defaults toanimus.requirement/plan. - Plugin model:
animus.tomlmanifest +animus install [--locked] / add / remove;.animus/plugins.lockis the source of truth (schema 2.0, per-platform integrity);plugins.yamlis a derived projection; avm owns kernel upgrades for managed installs.
New coverage
- Workflow YAML (v0.7):
workspaces:,environment_routing:, workflow/phaseenvironment:+workspace:, custom-verdict routing,approval_policy: llm,retry_on/no_retry_on, scheduleowner_id, OAuthclient_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, paginatedlist_subjects,animus.budget.get/set; plugin renames (animus-subject-postgres→animus-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