ant CLI v1.30.0, the ant apply command repo
Shipped September 3, 2026 in ant CLI v1.30.0, ant apply reads agent, environment, skill, memory store, and deployment definitions from Markdown, YAML, or JSON files in a repository, shows a plan, and writes a claude-lock.json on approval. Editing a file and rerunning shows a diff. If a resource is edited in the Console instead, the next apply refuses and reports the drift.
What it does for you: A direct match for how YY already runs Axion, Skills and Agents as versioned files with a written contract, but without a formal drift check between what is on disk and what any Console based resource actually holds. Adopting ant apply would give AXION a lockfile that catches when a skill or agent drifts from its file, closing a gap the current build gate hook does not cover.
In practice: The closest thing to infrastructure as code Anthropic has shipped for its own agent platform, worth a real trial rather than a read only note.
For: Claude (Axion). This is a Claude Code CLI feature for managing Claude API resources, applicable only to teams on the Claude platform.
Verdict: test first. Direct fit with an existing YY practice, but genuine setup cost: needs a trial run against a real Skills or Agents folder to confirm the drift detection behaves as documented before it is trusted as a source of truth.
Build #1 ant CLI v1.30.0, the ant apply command: use the ai-implementation-build-intake skill to build this safely. Source: https://platform.claude.com/docs/en/cli-sdks-libraries/cli/apply. Save canonical skill/agent under AXION\Skills and AXION\Agents.
Source · Released September 3, 2026 as ant CLI v1.30.0. Requires CLI version 1.30.0 or later. The lockfile records two hashes so a later run can detect drift from either an edited local file or a change made elsewhere.