Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.05 KB

File metadata and controls

40 lines (30 loc) · 1.05 KB

Contractiles A2ML v1 Release Notes

1. Summary

Contractiles A2ML v1 defines a stable, non-executable profile for the Contractiles four-file model and ships validation and emission tooling with fixtures and CI.

2. Highlights

  • v1 spec and JSON emission schema.

  • Validator/emitter tool with type overrides.

  • Positive and negative fixtures with deterministic expected JSON.

  • CI workflow for contractiles A2ML tests.

  • Profile guidance: validation-only, no execution.

3. Commands

just contractiles-a2ml-validate
just contractiles-a2ml-emit build/contractiles
just contractiles-a2ml-test
just contractiles-k9-validate

4. Files of Note

  • docs/CONTRACTILES-A2ML-V1.adoc

  • contractiles/spec/contractiles-v1.json

  • scripts/contractiles-a2ml-tool.js

  • tests/contractiles/fixtures/*

  • .github/workflows/contractiles-a2ml.yml

5. Notes

This release formalizes A2ML profiles as validation-only. Any execution or side effects are out of scope and must be gated by separate tooling.