platform-codebase/pnpm-workspace.yaml
Quinn Ftw 3a27274fff chore: update workspace configuration
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>
2025-12-28 16:11:35 -08:00

23 lines
744 B
YAML

packages:
# Feature packages (cohesive feature units)
- 'features/*/frontend'
- 'features/*/server'
- 'features/*/agent'
- 'features/*/host-status-monitor'
- 'features/*/shared'
- 'features/*/worker'
# 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'