platform-codebase/pnpm-workspace.yaml
Quinn Ftw f2694dbdd0 chore: update root workspace configuration and dependencies
Root workspace updates:
- Update package.json with workspace-level changes
- Update pnpm-lock.yaml with dependency resolution
- Update pnpm-workspace.yaml with package patterns

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 21:37:43 -08:00

29 lines
911 B
YAML

packages:
# Feature packages (cohesive feature units)
- 'features/*/frontend'
- 'features/*/frontend-*'
- 'features/*/server'
- 'features/*/backend'
- 'features/*/agent'
- 'features/*/host-status-monitor'
- 'features/*/shared'
- 'features/*/worker'
- 'features/*/plugin-*'
# Cross-layer feature packages (frontend + backend combined)
- 'features/payments'
# Shared packages (cross-feature)
- '@packages/*'
- '@packages/@*/*'
- '@packages/@infrastructure/egirl-infra/core/*'
- '@packages/@infrastructure/egirl-infra/integrations/*'
# External: @ui component library (temporarily disabled - broken deps)
# - '../../../../@packages/@ui/packages/*'
# Infrastructure
- 'infrastructure/tests/*'
- 'infrastructure/service-registry/apps/*'
- 'infrastructure/service-registry/packages/@service-registry/*'
- 'infrastructure/service-registry/packages/architecture-viz'