platform_versions
List, create, publish, and audit immutable agent versions for a project. Diff versions, check qualifications, and enforce draft hash guards for controlled deployments.
Instructions
[Arch Build] Arch creates and changes projects, agents, tools, configuration, versions, and deployments. Manage immutable agent versions. Actions: list, get, publish (current draft with raw-DSL hash guard), qualifications, audit, and diff. Legacy create/version-promote return migration guidance without HTTP calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Bounded read limit | |
| action | Yes | ||
| status | No | Legacy promote status (unsupported) | |
| version | No | Published semantic version | |
| agentName | Yes | Agent name | |
| changelog | No | Changelog for publish | |
| projectId | Yes | Project ID | |
| publishMode | No | Publish mode | |
| otherVersion | No | Other version for diff | |
| expectedDraftSourceHash | No | Authoritative working-copy source hash; derived from the agent when omitted |