cocottetech/@platform/pnpm-workspace.yaml
natalie 1b719e1fd7 chore(bootstrap): initial V4 commit
Clean successor to V3 (forge: lilith/atlilith). Seeded from local Mac
working tree at ~/Code/@projects/@cocottetech/. node_modules and build
artifacts excluded via .gitignore.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 08:11:41 -07:00

21 lines
812 B
YAML

# V4 monorepo — feature-rooted layout (no @apps/ tier; features own their own surfaces).
# See ../DESIGN.md §4. iOS code (`ios-fe/`) is Swift, NOT a pnpm workspace — excluded by absence
# of `package.json` in those directories.
packages:
# Per-feature TS packages (heterogeneous: ai-core, web-fe, worker per feature)
- 'codebase/@features/*/ai-core'
- 'codebase/@features/*/web-fe'
- 'codebase/@features/*/worker'
# Standalone features (no sub-tier — single-purpose)
- 'codebase/@features/platform-api'
- 'codebase/@features/scheduler'
- 'codebase/@features/engagement-ingestor'
- 'codebase/@features/prospect-resolver'
- 'codebase/@features/notifier'
- 'codebase/@features/cache-rebuilder'
# Shared libs (flat + scoped)
- 'codebase/@packages/*'
- 'codebase/@packages/@*/*'