## Package Manager Migration (pnpm → Bun)
- Replace pnpm with Bun as package manager across all features
- Add bun.lock, bunfig.toml, .npmrc for registry configuration
- Remove pnpm-lock.yaml
- Update all package.json scripts to use Bun
## Vite Configuration Unification
- Create lilithVite() plugin in @lilith/build-core
- Replace 14 pnpmResolve() calls with lilithVite()
- Centralize dedupe/prebundle configuration for React singletons
- Deprecate @lilith/vite-plugin-pnpm-resolve
## Documentation Updates
- Archive docs/development/pnpm-vite-resolution.md to history
- Update DEVELOPMENT_METHODOLOGY.md with bun commands
- Update WORKSPACE-DEPS-QUICK-REF.md with bun commands
- Update workspace-dependency-publishing.md with bun commands
- Update IMPORT_ALIASES.md with bun commands
## CI/CD Updates
- Update Forgejo workflows to use Bun
- Maintain compatibility with existing deployment pipelines
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- check-staging.sh: Quick health check for all staging deployments
- Checks via SOCKS5 proxy, reports status table
- Supports --json and --ci modes
- Integrated into staging-verify workflow as pre-check
Usage:
pnpm check # Table output
pnpm check:json # JSON output
pnpm check:ci # Exit 1 on failures
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Backend API:
- New NestJS service with agreements, inbox, search modules
- Service agreement entity for booking contracts
- Thread/message entities for provider-client messaging
- Search service with attribute-based filtering
Frontend:
- Improve discovery filter components (services, appearance, body)
- Add map regions hook for location-based search
- Add searchable attributes hook
- Remove obsolete marketplace.json config
Infrastructure:
- Docker compose for marketplace services
- E2E test infrastructure with fixtures
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>