jaz-clio 5.47.12 → 5.47.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-api
3
- version: 5.47.12
3
+ version: 5.47.13
4
4
  description: >-
5
5
  Use this skill whenever you call, debug, or review code that touches the Jaz
6
6
  REST API. Covers field names, response shapes, 159 production gotchas, error
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-cli
3
- version: 5.47.12
3
+ version: 5.47.13
4
4
  description: >-
5
5
  Use this skill when running Clio CLI commands, building shell scripts with
6
6
  Clio, debugging auth issues, understanding --json output, paginating results,
@@ -70,7 +70,9 @@ clio auth unpin # Unset JAZ_ORG from current shell
70
70
 
71
71
  ## Output Formats
72
72
 
73
- Every command supports `--json`. Most list commands also support `--format <type>`.
73
+ **`--json` is the contract; `--format` is an extra.** Every command that talks to the API accepts `--json` all 398 of them — so a script never needs to special-case a command. `--format` exists only where a MULTI-ROW rendering is meaningful: 31/31 `search` and 33/39 `list` leaves have it, and `get` has it on 0 of 33, because CSV or YAML of a single record is not a table. `clio bills get --format json` is therefore an `unknown option`, by design — use `--json`.
74
+
75
+ This rule is enforced by `surface-honesty.test.ts`, which also guarantees the flags are HONEST: 58 leaves once declared `--format` and never read it, so `--format csv` printed a human table and exited 0. Those declarations were deleted rather than left lying.
74
76
 
75
77
  | Flag | Format | Use case |
76
78
  |------|--------|----------|
@@ -152,7 +154,7 @@ Rules:
152
154
  | `--api-key <key>` | All online commands | Override auth for this command |
153
155
  | `--org <label>` | All online commands | Use a specific saved profile |
154
156
  | `--json` | All commands | Structured JSON output |
155
- | `--format <type>` | List commands | table, json, csv, yaml |
157
+ | `--format <type>` | List/search commands ONLY — not `get` | table, json, csv, yaml |
156
158
  | `--limit <n>` | List/search commands | Max results per page |
157
159
  | `--offset <n>` | List/search commands | Page offset (0-indexed) |
158
160
  | `--all` | List/search commands | Auto-paginate all pages |
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-conversion
3
- version: 5.47.12
3
+ version: 5.47.13
4
4
  description: >-
5
5
  Use this skill when migrating accounting data into Jaz — importing from Xero,
6
6
  QuickBooks, Sage, MYOB, or Excel exports. Covers the full conversion pipeline:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-kit
3
- version: 5.47.12
3
+ version: 5.47.13
4
4
  description: >-
5
5
  Use this skill when an accountant, bookkeeper, or owner is running real books
6
6
  in Jaz across one or more organizations from the terminal — setting up a
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-pseudo-sql
3
- version: 5.47.12
3
+ version: 5.47.13
4
4
  description: >-
5
5
  Use this skill when answering ad-hoc data questions that aren't covered by
6
6
  download_export (canonical reports — anomaly, audit, aging, P&L, BS, GL,
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-jobs
3
- version: 5.47.12
3
+ version: 5.47.13
4
4
  description: >-
5
5
  Use this skill for recurring accounting workflows — month/quarter/year-end
6
6
  close, bank reconciliation, GST/VAT filing, payment runs, credit control,
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-recipes
3
- version: 5.47.12
3
+ version: 5.47.13
4
4
  description: >-
5
5
  Use this skill when modeling complex multi-step accounting transactions —
6
6
  anything that spans multiple periods, involves changing amounts, or requires