Infrastructure updates: - Update pnpm-lock.yaml with dependency changes - Update pnpm-workspace.yaml configuration - Update .npmrc settings - Add/update tsconfig.json files for packages - Add info-panel.json i18n translations - Add styled.d.ts type definitions for payments 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
28 lines
883 B
YAML
28 lines
883 B
YAML
packages:
|
|
# Feature packages (cohesive feature units)
|
|
- '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'
|