Till-JS
6b8ab585d9
feat(wisekeep): add auth routes and protected layout
...
- Add auth store using shared-auth
- Add (auth) route group with login, register, forgot-password pages
- Move main pages to (protected) route group
- Add AppSlider and Header components
- Update layout for authenticated routing
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 21:03:29 +01:00
Till-JS
f7c96128fc
chore(wisekeep): add shared package dependencies
...
Add workspace dependencies for auth and UI integration:
- @manacore/shared-auth
- @manacore/shared-auth-ui
- @manacore/shared-branding
- @manacore/shared-ui
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 20:58:54 +01:00
Wuesteon
d36b321d9d
style: auto-format codebase with Prettier
...
Applied formatting to 1487+ files using pnpm format:write
- TypeScript/JavaScript files
- Svelte components
- Astro pages
- JSON configs
- Markdown docs
13 files still need manual review (Astro JSX comments)
2025-11-27 18:33:16 +01:00
Till-JS
cb5657579b
feat(wisekeep): rename transcriber app to wisekeep
...
Rebranding the transcriber application to better reflect its purpose:
AI-powered wisdom extraction from video content.
Changes:
- Renamed folder: apps/transcriber → apps/wisekeep
- Updated all package names to @wisekeep/* namespace:
- @wisekeep/backend
- @wisekeep/web
- @wisekeep/landing
- @wisekeep/mobile
- @wisekeep/shared-types
- Updated root package.json scripts:
- wisekeep:dev, dev:wisekeep:backend, dev:wisekeep:web, etc.
- Updated documentation in CLAUDE.md files
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 14:44:44 +01:00