jaz-clio 5.29.0 → 5.29.1

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.1
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.1
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.1
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
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-conversion
3
- version: 5.29.0
3
+ version: 5.29.1
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.1
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.1
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.1
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.1",
4
4
  "description": "Clio: Command Line Interface Operator for Jaz AI.",
5
5
  "type": "module",
6
6
  "bin": {