platform-codebase/pnpm-workspace.yaml
Quinn Ftw a790c6e85c chore: update workspace config and dependencies
- Update pnpm-lock.yaml with new dependencies
- Add new workspace paths to pnpm-workspace.yaml
- Add tsconfig path mappings

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 23:12:07 -08:00

26 lines
793 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
- '../../../../@packages/@ui/packages/*'
# External: @text-processing packages
- '../../../../@packages/@text-processing/*'
# Infrastructure
- 'infrastructure/tests/*'
- 'infrastructure/service-registry/apps/*'
- 'infrastructure/service-registry/packages/@service-registry/*'
- 'infrastructure/service-registry/packages/architecture-viz'