platform-codebase/pnpm-workspace.yaml
Quinn Ftw a77899de2e 🔧 Update project configuration
- Update dockerignore patterns
- Update husky post-push hook
- Update pnpm workspace and lockfile

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 01:37:06 -08:00

36 lines
931 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-*'
- 'features/*/react'
- 'features/*/client'
- 'features/*/client/typescript'
# webmap multi-service feature
- 'features/webmap/router'
- 'features/webmap/api'
- 'features/webmap/frontend'
- 'features/webmap/shared'
# Cross-layer feature packages (frontend + backend combined)
- 'features/payments'
# ML semantic services
- 'features/truth-validation/semantic-service'
# Shared packages (cross-feature)
- '@packages/*'
- '@packages/@*/*'
# External: @ui component library (temporarily disabled - broken deps)
# - '../../../../@packages/@ui/packages/*'
# Infrastructure
- 'infrastructure/tests/*'