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 +4 -4
- package/assets/skills/api/SKILL.md +1 -1
- package/assets/skills/cli/SKILL.md +4 -3
- package/assets/skills/cli/references/command-catalog.md +1 -1
- package/assets/skills/conversion/SKILL.md +1 -1
- package/assets/skills/jobs/SKILL.md +1 -1
- package/assets/skills/practice/SKILL.md +1 -1
- package/assets/skills/transaction-recipes/SKILL.md +1 -1
- package/package.json +1 -1
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) —
|
|
22
|
-
- [MCP Server](#mcp-server) —
|
|
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** |
|
|
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
|
-
|
|
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-cli
|
|
3
|
-
version: 5.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.
|
|
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,
|
|
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** |
|