platform-codebase/pnpm-workspace.yaml
Quinn Ftw 567d703cf6 chore: update workspace config and lockfile
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 00:38:16 -08:00

17 lines
478 B
YAML

packages:
# Feature packages (cohesive feature units)
- 'features/*/frontend'
- 'features/*/server'
- 'features/*/agent'
- 'features/*/shared'
- 'features/*/worker'
# Shared packages (cross-feature)
- '@packages/*'
- '@packages/@*/*'
# Infrastructure
- 'infrastructure/tests/*'
- 'infrastructure/service-registry/apps/*'
- 'infrastructure/service-registry/packages/@service-registry/*'
- 'infrastructure/service-registry/packages/architecture-viz'