Update pnpm workspace and lockfile for new dependencies: - class-validator and class-transformer for DTO validation - Updated workspace configuration for host-status-monitor package 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
515 B
YAML
18 lines
515 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/@*/*'
|
|
|
|
# Infrastructure
|
|
- 'infrastructure/tests/*'
|
|
- 'infrastructure/service-registry/apps/*'
|
|
- 'infrastructure/service-registry/packages/@service-registry/*'
|
|
- 'infrastructure/service-registry/packages/architecture-viz'
|