tpmjs/packages
Ajax Davis eaaa40f130 feat: add usernames, pretty URLs, cloning, and sharing docs
## Usernames
- Add username field to User model (unique, URL-friendly)
- Add slug field to Collection model (unique per user)
- Update sign-up flow to require username with availability checking
- Create username check API endpoint

## Pretty URLs
- Add route group (profile) with pretty URL pages:
  - /{username} - User profile
  - /{username}/agents/{uid} - Agent detail
  - /{username}/agents/{uid}/chat - Chat redirect
  - /{username}/collections/{slug} - Collection detail
- Add client-side redirects from old /agents/[id] and /collections/[id] URLs

## Cloning
- Add clone API endpoints for agents and collections
- Create CloneButton component
- Add AGENT_CLONED and COLLECTION_CLONED activity types

## Documentation
- Add /docs/sharing page explaining all shareable URLs
- Document cloning functionality and visibility settings

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-08 20:47:08 +10:00
..
config feat: redesign dashboard with sidebar layout and table components 2026-01-07 18:40:52 +10:00
db feat: add usernames, pretty URLs, cloning, and sharing docs 2026-01-08 20:47:08 +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: add GitHub stars syncing to metrics sync 2026-01-07 14:11:06 +10:00
package-executor fix: evaluate SANDBOX_EXECUTOR_URL at runtime 2026-01-02 12:06:38 +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 fix: resolve type errors and lint issues for CI 2026-01-07 15:40:50 +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 usernames, pretty URLs, cloning, and sharing docs 2026-01-08 20:47:08 +10:00
ui feat: add like/love system for tools, collections, and agents 2026-01-07 21:04:31 +10:00
utils chore: prepare for Hacker News launch 2025-12-28 11:46:59 +10:00