From 3cfe9ce80c12c51d4d679ce4189a783bb1d80387 Mon Sep 17 00:00:00 2001 From: LeadGoEngineer Date: Tue, 19 May 2026 07:42:10 -0400 Subject: [PATCH] =?UTF-8?q?docs(contract):=20flip=20=C2=A74=20withings=20c?= =?UTF-8?q?ells=20from=20human=20to=20machine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QUA-17 wired compat/formats against withings-export-cli (PR quantcli/withings-export-cli#36, merged 2026-05-11). The four §4 withings cells the bundle attests now flip from human to machine: - --format flag surface (documented, rejects unknown) - --format markdown (default) - --format json - --format csv crono and liftoff stay human / — pending their consumer-wire PRs (QUA-16, QUA-19); those flips are tracked under their own tickets. Refs: QUA-29 Co-Authored-By: Paperclip --- CONTRACT.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRACT.md b/CONTRACT.md index 3b2868d..8f04332 100644 --- a/CONTRACT.md +++ b/CONTRACT.md @@ -18,10 +18,10 @@ Each cell shows whether the section is implemented and how it is attested for th | Timezone policy | human | human | human | | Date flags (`--since` / `--until`) — surface | **machine** | **machine** | **machine** | | Date flags — local-midnight semantics | human | human | human | -| `--format` flag surface (documented, rejects unknown) | human | human | human | -| `--format markdown` (default) | human | human | human | -| `--format json` | human | human | human | -| `--format csv` | — | — | human | +| `--format` flag surface (documented, rejects unknown) | human | human | **machine** | +| `--format markdown` (default) | human | human | **machine** | +| `--format json` | human | human | **machine** | +| `--format csv` | — | — | **machine** | | `auth status` subcommand | human | human | human | | `prime` subcommand | human | human | human | | Hermetic `--help` / flag-validation (§7) | **machine** | **machine** | **machine** |