mirror of
https://github.com/cloudstack-llc/mlx-knife.git
synced 2026-07-15 04:46:32 -04:00
eedb91b75c
- Push (upload-only): quiet JSON by default; capture hub logs in data.hf_logs - No-op detection aligned to hub signal; clear commit fields; uploaded_files_count=0 - Add --dry-run (plan vs remote) and --check-only (offline preflight); merge .hfignore; extend default ignores - Human output: concise; --verbose shows commit URL; JSON shape unchanged - Tests: add offline dry-run cases; live push remains opt-in (wet/live_push) - Docs: README push section updated; TESTING.md reference + mini-matrix; - Changelog: add 2.0.0-alpha.2; note Issue #31 under 1.1.1 pending - Spec: keep schema stable (0.1.3); CLI/version docs consistent
8 lines
237 B
Python
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.3"
|