tpmjs/packages
Ajax Davis 2335e89b31 feat: add collections feature for organizing tools
- Add Collection and CollectionTool models to Prisma schema
- Create Zod validation schemas for collections
- Implement full CRUD API routes for collections
- Add tool management endpoints (add/remove tools)
- Create UI components: CollectionCard, CollectionForm, CollectionList,
  AddToolSearch, CollectionToolList
- Add /dashboard/collections pages for list and detail views
- Add new icons to @tpmjs/ui: folder, plus, trash, edit, box, search,
  loader, arrowLeft, alertCircle, globe
- Add xs size variant to Icon component
- Add Collections link to dashboard page

Features:
- Full CRUD for named collections
- Public/private visibility toggle
- Tool search to add tools to collections
- Ownership-based access control
- Collection limit: 50 per user
- Tool limit: 100 per collection
2026-01-02 02:35:32 +10:00
..
config fix: add biome-ignore comments and config overrides for lint issues 2026-01-02 01:51:46 +10:00
db feat: add collections feature for organizing tools 2026-01-02 02:35:32 +10:00
env chore: prepare for Hacker News launch 2025-12-28 11:46:59 +10:00
mocks feat: upgrade to AI SDK v6 beta and Zod v4 to fix tool schema errors 2025-11-30 19:14:01 +10:00
npm-client feat: upgrade to AI SDK v6 beta and Zod v4 to fix tool schema errors 2025-11-30 19:14:01 +10:00
package-executor Revert "feat(package-executor): add 2-minute in-memory cache for execution results" 2025-12-17 11:40:04 +10:00
storybook feat: upgrade to AI SDK v6 beta and Zod v4 to fix tool schema errors 2025-11-30 19:14:01 +10:00
test feat: upgrade to AI SDK v6 beta and Zod v4 to fix tool schema errors 2025-11-30 19:14:01 +10:00
tool-ideas feat: add 55 new business tools and improve existing implementations 2026-01-01 19:23:32 +10:00
tools fix: add biome-ignore comments and config overrides for lint issues 2026-01-02 01:51:46 +10:00
types feat: add collections feature for organizing tools 2026-01-02 02:35:32 +10:00
ui feat: add collections feature for organizing tools 2026-01-02 02:35:32 +10:00
utils chore: prepare for Hacker News launch 2025-12-28 11:46:59 +10:00