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 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 "overdue" # Find it across all entities
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-api
3
- version: 5.1.0
3
+ version: 5.1.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, 117 production gotchas, error
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-cli
3
- version: 5.1.0
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, 247 agent tools. Also fully compatible with Juan Accounting (same API, same endpoints).
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), `search`, `quick-fix`, `capsules`, `capsule-transaction` (alias: `ct`, 13 recipe types)
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
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: jaz-conversion
3
- version: 5.1.0
3
+ version: 5.1.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-jobs
3
- version: 5.1.0
3
+ version: 5.1.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.1.0
3
+ version: 5.1.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