jaz-clio 5.29.0 → 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.0
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.0
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.0
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
@@ -46,7 +46,7 @@ Every flow is specified in `references/flows.md` — that file is the procedure,
46
46
 
47
47
  | Intent | Flow | Command |
48
48
  |---|---|---|
49
- | Set up the kit · add an organization | `init` | `/clio-init` |
49
+ | Set up the kit · add a company | `setup` | `/clio-setup` |
50
50
  | Start work on one organization | `open` | `/clio-open <org>` |
51
51
  | Run a period close | `close` | `/clio-close <period>` |
52
52
  | Clear the draft review queue | `review` | `/clio-review` |
@@ -14,11 +14,11 @@ Schemas live in `workspace.md` (KIT.md, ORG.md, `.env`) and `close-state.md` (CL
14
14
 
15
15
  ---
16
16
 
17
- ## init — set up the kit, onboard an organization
17
+ ## setup — set up the kit, onboard an organization
18
18
 
19
19
  Triggers: "set up Clio Kit", "add my company", "onboard a new client", "connect another org".
20
20
 
21
- Idempotent. No kit → create it. Kit exists → this is the add-an-organization flow.
21
+ Idempotent. No kit → create it. Kit exists → this is the add-a-company flow.
22
22
 
23
23
  **1. Locate the root.** `JAZ_KIT_HOME` if set, else `~/Documents/Clio Kit`. If it exists, skip to step 4.
24
24
 
@@ -71,7 +71,7 @@ Present the filled ORG.md and ask the user to confirm or correct. Never present
71
71
 
72
72
  Triggers: "open <org>", "switch to <org>", "work on <client>", "let's do <org>'s books".
73
73
 
74
- **1. Resolve the slug.** Fuzzy-match against `orgs/*/`. No match → offer the init flow. Ambiguous → list candidates and ask.
74
+ **1. Resolve the slug.** Fuzzy-match against `orgs/*/`. No match → offer the setup flow. Ambiguous → list candidates and ask.
75
75
 
76
76
  **2. Guard against sync conflicts.** Glob the org directory for `*conflicted copy*` (iCloud writes these when two machines edit the same file). Any hit → stop, list them, and ask the user to resolve before continuing. Proceeding would read stale state.
77
77
 
@@ -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.0
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.0
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.0
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.0
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.0",
3
+ "version": "5.29.2",
4
4
  "description": "Clio: Command Line Interface Operator for Jaz AI.",
5
5
  "type": "module",
6
6
  "bin": {