Files
mlx-knife/mlxk2/spec.py
T
The BROKE Cluster Team 9261bc0c4e 2.0.0-beta.3: Feature Complete - Clone Implementation & Issue Resolution
- Clone Feature (Issue #29): Complete workspace-based workflow with ADR-007
  - Pull Preflight (Issue #30): Prevents cache pollution from gated/private repos
  - Lenient MLX Detection (Issue #31): Framework detection beyond mlx-community
  - Multi-shard Health (Issue #27): Strict completeness validation
  - Full JSON API 0.1.4: Complete schema for all 10 commands
  - Test Suite: 254/254 passed, comprehensive validation

  See CHANGELOG.md fnd TESTING.md or technical implementation details.
2025-09-18 14:09:32 +02:00

8 lines
237 B
Python

"""Spec constants for MLX-Knife 2.0 JSON API.
Single source of truth for the JSON API specification version used by the
current code and tests. Keep this in sync with docs/json-api-specification.md.
"""
JSON_API_SPEC_VERSION = "0.1.4"