v1.1.0 is the current line. The repository enforces one canonical publication model:
- schema bindings resolve through
https://commandlayer.org/schemas/... - the legacy duplicate schema field is removed
- commons cards use
https://runtime.commandlayer.org/execute - commercial cards use
x402://<agent>/<verb>/v1.1.0
Canonical current-line surfaces:
agents/v1.1.0/schemas/v1.1.0/meta/manifest.json.well-known/checksums.txt
Archival-only surfaces:
agents/v1.0.0/schemas/v1.0.0/dist-pin/agent-cards/v1.0.0/
- Keep
$schema,$id,version,schemas, andentryaligned. - Use only canonical hosted schema URLs under
commandlayer.org. - Never reintroduce the legacy duplicate schema field.
- Commons entries must stay on the runtime endpoint.
- Commercial entries must stay on the x402 route pattern.
npm run generate:dist-pinnode scripts/generate-checksums.mjsnpm run validatenpm run validate:release
Historical scripts under scripts/archive/ are preserved only for migration reference.