Skip to content

CL-5786: Wire Library to tenant assets - #22

Merged
TheGreatAxios merged 1 commit into
mainfrom
cl-5786-library-wire-artifacts-for-real
Aug 9, 2026
Merged

CL-5786: Wire Library to tenant assets#22
TheGreatAxios merged 1 commit into
mainfrom
cl-5786-library-wire-artifacts-for-real

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Contributor

Summary

  • Library fetches GET /api/tenants/:id/assets instead of rendering a permanent empty list
  • Pure AssetRowArtifactSummary mapping with unit tests
  • Honest empty copy when a bench has no assets yet

Test plan

  • bun run --cwd apps/web test (includes library-artifacts + pages empty-state)
  • bun run --cwd apps/web typecheck
  • bun run --cwd apps/web build (Tailwind production CSS check)

Linear: CL-5786

The Library page was an empty seam. Tenant assets already exist at
GET /api/tenants/:id/assets — workflows, skills, package registries,
and agent state — so the page fetches that list and maps each row into
the existing ArtifactSummary shape instead of staying empty forever.
@TheGreatAxios
TheGreatAxios force-pushed the cl-5786-library-wire-artifacts-for-real branch from e06523d to 827f16e Compare August 9, 2026 17:46
@TheGreatAxios
TheGreatAxios merged commit 0bf9674 into main Aug 9, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant