Lock file sync for dependency changes.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Regenerate lockfile with new bootstrap package dependencies
- Remove dev:admin:local script (redundant)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Change flag from --prod-db to --local-db for clarity
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- dev:admin: Start admin frontend with local dependencies
- dev:admin:prod: Start with production database connection
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add dev:marketplace, dev:marketplace:escorts, dev:cam, etc.
- Add dev:convo shortcut for conversation assistant
- Add Turbo pipeline entries for vertical dev tasks
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Refactored all @ui/ui imports to use specific published packages:
- Grid, Container, Stack → @ui/layout
- Button, Card, Alert, Badge → @ui/primitives
- Heading, Text → @ui/typography
- Navigation, NavigationItem → @ui/navigation
This eliminates the need for @lilith/ui dependency and any shim files.
Each component now imports from its canonical published package.
Also includes:
- pnpm override for @lilith/ui-layout@^1.0.3 (fixes old @transquinnftw import)
- Removed unused ThemeInterface import from RippleEffect.tsx
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add @lilith/i18n to frontend packages
- Add image-security dev dependencies
- Update pnpm-lock.yaml
- Remove queue-infrastructure from tsconfig references
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix TS7030 errors in analytics hooks (useEffect return consistency)
- Fix image-generator test mock and height tolerance assertion
- Fix truth-validation tests (createOllamaProvider mock, model name)
- Add ESLint 9 flat config files for 22 packages missing them
- Add @eslint/js and typescript-eslint deps for flat config support
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
New features in @lilith/queue@1.2.0:
- DX mode for development experience priority elevation
- Job context types for service attribution and filtering
- Bulk operations (retry all failed, cancel pending, clean by age)
- Admin UI components (BulkActionsBar, JobStatusTabs, SearchBar, etc.)
- Context-aware job filtering
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update workspace globs to match new directory structure
- backend-api and frontend-admin/frontend-public patterns
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove workspace dependency from root, marketplace, conversation-assistant
- Add stub implementation in AgreementForm for content flagging
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Sync workspace dependencies
- Update path mappings for new packages
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update pnpm-lock.yaml with resolved dependencies.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update @transquinnftw/configs package version and regenerate lockfile.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update root package.json, pnpm-lock.yaml, and pnpm-workspace.yaml
with new packages and dependencies.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Merges the landing app migration with all fixes:
- ui-effects-mouse tsconfig fix (noEmit mode)
- landing-merch i18n namespace
- AppsGallery back button navigation
- z-index fixes for nav overlays
- E2E test improvements with data-testid
Build ✓, E2E 32/32 ✓, Unit 71/74 ✓
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>