jaz-clio 5.1.0 → 5.1.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.
- package/README.md +1 -1
- package/assets/skills/api/SKILL.md +1 -1
- package/assets/skills/cli/SKILL.md +3 -3
- package/assets/skills/conversion/SKILL.md +1 -1
- package/assets/skills/jobs/SKILL.md +1 -1
- package/assets/skills/transaction-recipes/SKILL.md +1 -1
- package/cli.mjs +298 -298
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ clio reports pdf profit-loss # Download P&L as PDF
|
|
|
42
42
|
clio calc lease --payment 5000 --term 36 --rate 5 # IFRS 16 (offline, instant)
|
|
43
43
|
clio jobs month-end --period 2026-03 # Step-by-step close playbook
|
|
44
44
|
clio magic create --file receipt.pdf # AI extracts → draft transaction
|
|
45
|
-
clio search
|
|
45
|
+
clio invoices search --query 'status:unpaid AND $500+' # Structured per-entity search
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
53 command groups. 16 report types. 13 calculators. 12 job playbooks. Every command supports `--json`. Run `clio --help` for the full list.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: jaz-cli
|
|
3
|
-
version: 5.1.
|
|
3
|
+
version: 5.1.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,
|
|
@@ -14,7 +14,7 @@ compatibility: Requires Node.js >= 18.0.0. Install via npm install -g jaz-clio.
|
|
|
14
14
|
|
|
15
15
|
# Clio CLI Skill
|
|
16
16
|
|
|
17
|
-
You are working with **Clio** (`jaz-clio`) — the CLI for the Jaz accounting platform. 53 command groups, 13 calculators, 12 job blueprints,
|
|
17
|
+
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).
|
|
18
18
|
|
|
19
19
|
## When to Use This Skill
|
|
20
20
|
|
|
@@ -252,7 +252,7 @@ Sending `lineItems[]` to the FLAT endpoint silently ignores them and creates a $
|
|
|
252
252
|
|
|
253
253
|
**Reports & Exports**: `reports` (16 report types), `exports`
|
|
254
254
|
|
|
255
|
-
**AI & Automation**: `magic` (create, status, search, split), `
|
|
255
|
+
**AI & Automation**: `magic` (create, status, search, split), `quick-fix`, `capsules`, `capsule-transaction` (alias: `ct`, 13 recipe types)
|
|
256
256
|
|
|
257
257
|
**Calculators**: `calc` (loan, lease, depreciation, prepaid-expense, deferred-revenue, fx-reval, ecl, provision, fixed-deposit, asset-disposal, accrued-expense, leave-accrual, dividend)
|
|
258
258
|
|