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

The shared card-builder — one canonical PanelSpec → Slack Block Kit / Teams
Adaptive Cards / Google CardService with stable action ids. The missing
foundation piece for card-host adapters (Slack/Teams/Google); pairs with the
existing @hanzo/ai (headless client) + @hanzo/iam (identity) SDKs. Pure, zero
runtime deps, 66 tests.
This commit is contained in:
Hanzo Dev
2026-07-03 18:55:22 -07:00
parent bb1a88abd0
commit 733c87313d
2 changed files with 18 additions and 0 deletions
+3
View File
@@ -48,6 +48,9 @@ jobs:
- name: Test Clio integration
run: pnpm --filter @hanzo/clio test
- name: Test cards (shared card-builder)
run: pnpm --filter @hanzo/cards test
- name: Test tools package
run: pnpm --filter @hanzo/cli-tools test