ci(clio): test @hanzo/clio; workspace includes packages/clio

Clio practice-management integration — OAuth2 + Clio API v4, AI actions over
matters/documents with write-back to matter notes/activities, and Custom Actions
to embed AI buttons inside Clio. A hosted web app + token-exchange service
(clio.hanzo.ai; client_secret server-only, KMS), so CI-tested — no sideload
binary. Completes the daily-lawyer surface set (iManage/NetDocuments deferred).
This commit is contained in:
Hanzo Dev
2026-07-03 17:22:43 -07:00
parent 91a595b822
commit a1a355b1d1
2 changed files with 18 additions and 0 deletions
+3
View File
@@ -45,6 +45,9 @@ jobs:
- name: Test PDF workspace
run: pnpm --filter @hanzo/pdf test
- name: Test Clio integration
run: pnpm --filter @hanzo/clio test
- name: Test tools package
run: pnpm --filter @hanzo/cli-tools test
+15
View File
@@ -258,6 +258,21 @@ importers:
specifier: ^3.2.6
version: 3.2.6(@types/node@20.19.9)(jsdom@26.1.0)(terser@5.43.1)
packages/clio:
devDependencies:
'@types/node':
specifier: ^20.14.0
version: 20.19.9
esbuild:
specifier: ^0.25.8
version: 0.25.8
typescript:
specifier: ^5.8.3
version: 5.8.3
vitest:
specifier: ^3.2.6
version: 3.2.6(@types/node@20.19.9)(jsdom@26.1.0)(terser@5.43.1)
packages/dxt:
devDependencies:
archiver: