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.
- package/assets/skills/api/SKILL.md +1 -1
- package/assets/skills/cli/SKILL.md +1 -1
- package/assets/skills/clio-kit/SKILL.md +2 -2
- package/assets/skills/clio-kit/references/flows.md +3 -3
- package/assets/skills/conversion/SKILL.md +1 -1
- package/assets/skills/jaz-pseudo-sql/SKILL.md +1 -1
- package/assets/skills/jobs/SKILL.md +1 -1
- package/assets/skills/transaction-recipes/SKILL.md +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: clio-kit
|
|
3
|
-
version: 5.29.
|
|
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
|
|
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
|
-
##
|
|
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-
|
|
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
|
|
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
|
|