jaz-clio 5.4.4 → 5.4.5

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.
package/README.md CHANGED
@@ -18,8 +18,8 @@ Requires **Node.js 18+** ([nodejs.org](https://nodejs.org)). Also fully compatib
18
18
  ## Contents
19
19
 
20
20
  - [Three Ways In](#three-ways-in) — CLI, MCP, Skills
21
- - [CLI](#cli) — 53 command groups
22
- - [MCP Server](#mcp-server) — 265 tools for AI agents
21
+ - [CLI](#cli) — 55 command groups
22
+ - [MCP Server](#mcp-server) — 274 tools for AI agents
23
23
  - [Skills](#skills) — Teach any AI the Jaz API
24
24
  - [Setup](#setup) — Auth, multi-org, automation
25
25
 
@@ -27,7 +27,7 @@ Requires **Node.js 18+** ([nodejs.org](https://nodejs.org)). Also fully compatib
27
27
 
28
28
  | | What happens | Try it |
29
29
  |---|---|---|
30
- | **CLI** | 53 command groups, every accounting operation | `clio invoices list` |
30
+ | **CLI** | 55 command groups, every accounting operation | `clio invoices list` |
31
31
  | **MCP** | Plug into Claude Code, Cursor, Codex, Copilot | `clio mcp` |
32
32
  | **Skills** | Teach any AI tool the Jaz API | `clio init` |
33
33
 
@@ -48,7 +48,7 @@ clio practice onboard --name "Acme Pte Ltd" --fy-end 12-31 --gst quarterly
48
48
  clio practice create-engagement acme-pte-ltd --type monthly-close --period 2026-03
49
49
  ```
50
50
 
51
- 54 command groups. 16 report types. 13 calculators. 12 job playbooks. New in v5.2.0: practitioner workspace (`clio practice`). Every command supports `--json`. Run `clio --help` for the full list.
51
+ 55 command groups. 16 report types. 13 calculators. 12 job playbooks. New in v5.2.0: practitioner workspace (`clio practice`). Every command supports `--json`. Run `clio --help` for the full list.
52
52
 
53
53
  ---
54
54
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-api
3
- version: 5.4.4
3
+ version: 5.4.5
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, 141 production gotchas, error
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-cli
3
- version: 5.4.4
3
+ version: 5.4.5
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,
@@ -8,6 +8,7 @@ description: >-
8
8
  command groups, auth precedence, output formats, entity resolution, and common
9
9
  workflow patterns. Also use when the user asks how to use clio, what commands
10
10
  are available, or how to automate accounting tasks from the command line.
11
+ Covers all 55 command groups and 274 agent tools.
11
12
  license: MIT
12
13
  compatibility: Requires Node.js >= 18.0.0. Install via npm install -g jaz-clio.
13
14
  ---
@@ -16,7 +17,7 @@ compatibility: Requires Node.js >= 18.0.0. Install via npm install -g jaz-clio.
16
17
 
17
18
  > **Audience note:** for power users and CI/automation. Most practitioners using Claude Desktop or `jaz-practice` workflows can ignore this skill — the practice MCP tools (`practice_*`) cover the day-to-day flows. Load this skill only when you're scripting from a terminal, building shell pipelines, or debugging from `clio --json` output.
18
19
 
19
- You are working with **Clio** (`jaz-clio`) — the CLI for the Jaz accounting platform. 53 command groups, 13 calculators, 12 job blueprints, 265 agent tools. Also fully compatible with Juan Accounting (same API, same endpoints).
20
+ You are working with **Clio** (`jaz-clio`) — the CLI for the Jaz accounting platform. 55 command groups, 13 calculators, 12 job blueprints, 274 agent tools. Also fully compatible with Juan Accounting (same API, same endpoints).
20
21
 
21
22
  ## When to Use This Skill
22
23
 
@@ -33,7 +34,7 @@ You are working with **Clio** (`jaz-clio`) — the CLI for the Jaz accounting pl
33
34
  | Need | Skill |
34
35
  |------|-------|
35
36
  | CLI command syntax, flags, output | **jaz-cli** (this skill) |
36
- | API field names, error codes, 117 gotchas | **jaz-api** |
37
+ | API field names, error codes, 141 gotchas | **jaz-api** |
37
38
  | IFRS transaction recipes (depreciation, leases, loans) | **jaz-recipes** |
38
39
  | Month-end close, bank recon, GST filing workflows | **jaz-jobs** |
39
40
  | Migration from Xero/QuickBooks/Sage | **jaz-conversion** |
@@ -1,6 +1,6 @@
1
1
  # Clio Command Catalog
2
2
 
3
- Complete reference for all 53 command groups. Organized by domain.
3
+ Complete reference for all 55 command groups. Organized by domain.
4
4
 
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-conversion
3
- version: 5.4.4
3
+ version: 5.4.5
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-jobs
3
- version: 5.4.4
3
+ version: 5.4.5
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-practice
3
- version: 5.4.4
3
+ version: 5.4.5
4
4
  description: >-
5
5
  Use this skill whenever an accounting practitioner is doing client work in
6
6
  Jaz — closing the books, filing GST, year-end statutory, onboarding a new
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-recipes
3
- version: 5.4.4
3
+ version: 5.4.5
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.4.4",
3
+ "version": "5.4.5",
4
4
  "description": "Clio: Command Line Interface Operator for Jaz AI.",
5
5
  "type": "module",
6
6
  "bin": {