- Create ui/src/api/skillGroups.ts with skillGroupsApi object - All 14 methods covering group CRUD, members, export/import, agent assignments - removeGroup uses raw fetch for DELETE-with-body (api.delete has no body support) - Add skillGroups namespace to ui/src/lib/queryKeys.ts with 6 key factories |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| components.json | ||
| index.html | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
@paperclipai/ui
Published static assets for the Paperclip board UI.
What gets published
The npm package contains the production build under dist/. It does not ship the UI source tree or workspace-only dependencies.
Typical use
Install the package, then serve or copy the built files from node_modules/@paperclipai/ui/dist.