jaz-clio 5.29.1 → 5.29.2

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.29.1
3
+ version: 5.29.2
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, 158 production gotchas, error
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-cli
3
- version: 5.29.1
3
+ version: 5.29.2
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,
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: clio-kit
3
- version: 5.29.1
3
+ version: 5.29.2
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
@@ -6,7 +6,7 @@ Fill ORG.md from the platform first, then ask only what the platform cannot know
6
6
 
7
7
  | Call | Fills |
8
8
  |---|---|
9
- | `clio org info --org <label> --json` | `name`, `organization_id`, `base_currency`, `country`, `fy_end` |
9
+ | `clio org info --org <label> --json` | `name`, `organization_id`, `base_currency`, `country`, `fy_end` (returned as `financialYearEnd` in `DD-MM` — write it out in full) |
10
10
  | `clio reports generate ledger-highlights --org <label> --json` | `multi_currency`, which modules are live, active accounts, period range |
11
11
  | `search_journals` over the last three months | Candidate `recurring_accruals` |
12
12
  | `clio context --org <label> -w <workflow> --json` | Reference detail, only if needed — **always pass `-w`** |
@@ -55,7 +55,7 @@ The close configuration. Everything the jobs skill's playbooks otherwise stop to
55
55
  | `country` | Recorded for the user's own reference and for report labelling |
56
56
  | `base_currency` | Reporting currency |
57
57
  | `multi_currency` | Whether foreign-currency balances exist — gates the FX verification step |
58
- | `fy_end` | Fiscal year end (e.g. `31 December`, `30 June`) — resolves `FY<year>` |
58
+ | `fy_end` | Fiscal year end, written in full: `31 December`, `30 June`. `clio org info` returns it as `financialYearEnd` in `DD-MM` form (`31-12`) — **spell it out before storing it**, because `FY<year>` and fiscal-quarter resolution both read this field and `01-12` is ambiguous |
59
59
 
60
60
  **Filing** — every value here comes from the user. The kit tracks their calendar; it does not own one.
61
61
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-conversion
3
- version: 5.29.1
3
+ version: 5.29.2
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-pseudo-sql
3
- version: 5.29.1
3
+ version: 5.29.2
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.29.1
3
+ version: 5.29.2
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.29.1
3
+ version: 5.29.2
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jaz-clio",
3
- "version": "5.29.1",
3
+ "version": "5.29.2",
4
4
  "description": "Clio: Command Line Interface Operator for Jaz AI.",
5
5
  "type": "module",
6
6
  "bin": {