Anthropic Claude Platform 的 ant CLI v1.30.0 新增 ant apply 命令,支持以声明式基础设施即代码(Infrastructure as Code)方式管理 Claude API 资源。开发者可将 agents、environments、skills、memory stores、deployments 定义为 Markdown/YAML/JSON 文件,通过 plan-approve-commit 流程管理。提供 lockfile 状态追踪(claude-lock.json)、漂移检测、dry-run、prune、GitHub 远程 skills 引用、CI 非交互模式等能力。这是 Agent 编排层从手动逐个创建向声明式版本控制管理的演进,类似 Terraform 之于云基础设施
L5 工具层L6 执行层