feat(repo): add packageManager field + finalize pnpm migration tracker

- Add packageManager: pnpm@10.6.5 to root package.json
- Mark all 9 repos complete in PNPM_MIGRATION.md
- Record lysnrai commit c3a88af + common-plat completion notes
This commit is contained in:
saravanakumardb1 2026-03-22 20:36:41 -07:00
parent 017eb4278b
commit acb866774c
2 changed files with 22 additions and 26 deletions

View File

@ -85,8 +85,8 @@ Equivalent readiness checks should include, at minimum, the repo's canonical ins
## Current Status
- **Ready for sequential rollout:** yes
- **Ready for parallel or one-shot migration:** no
- **Current next repo:** `learning_voice_ai_agent`
- **Ready for parallel or one-shot migration:** N/A — all repos migrated
- **Current next repo:** ✅ ALL COMPLETE
- **Completed pilot:** `learning_ai_flowmonk`
## Pilot Evidence
@ -125,11 +125,11 @@ Do not change the order below unless a later repo becomes a hard dependency bloc
### Wave 3 — Higher blast-radius repos
- [ ] `learning_voice_ai_agent`
- [x] `learning_voice_ai_agent`
### Wave 4 — Shared-platform validation and tracker-hosting cleanup
- [ ] `learning_ai_common_plat`
- [x] `learning_ai_common_plat`
## Repo Tracker
@ -223,31 +223,26 @@ Update each repo section immediately after work lands.
### 8. `learning_voice_ai_agent`
- [ ] migration started
- [ ] migration completed
- [ ] repo verification passed
- [ ] post-completion audit passed
- [ ] `/production-readiness` passed
- [ ] docs/tracker updated
- [ ] commits pushed
- migration commit: `TBD`
- fix/audit commit: `TBD`
- docs/tracker commit: `TBD`
- notes: use the local pointer doc `learning_voice_ai_agent/PNPM_MIGRATION.md` to reference this tracker
- [x] migration started
- [x] migration completed
- [x] repo verification passed
- [x] post-completion audit passed
- [x] `/production-readiness` passed
- [x] docs/tracker updated
- [x] commits pushed
- migration commit: `c3a88af`
- notes: `115 backend tests passed; replaced manual webpack aliases with transpilePackages; fixed Stripe API version; backend + web Docker builds passed; iltorb native dep needed --ignore-scripts in Docker`
### 9. `learning_ai_common_plat`
- [ ] migration started
- [ ] migration completed
- [ ] repo verification passed
- [ ] post-completion audit passed
- [ ] `/production-readiness` passed
- [ ] docs/tracker updated
- [ ] commits pushed
- migration commit: `TBD`
- fix/audit commit: `TBD`
- docs/tracker commit: `TBD`
- notes: tracker host and shared-platform validation repo; treat this as the final shared cleanup/sign-off phase rather than a standard product-repo npm→pnpm migration
- [x] migration started
- [x] migration completed
- [x] repo verification passed
- [x] post-completion audit passed
- [x] `/production-readiness` passed
- [x] docs/tracker updated
- [x] commits pushed
- notes: `Already pnpm-native; added packageManager: pnpm@10.6.5 to root package.json; all packages build clean`
## Blocker Logging Rule

View File

@ -2,6 +2,7 @@
"name": "@bytelyst/root",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.6.5",
"type": "module",
"scripts": {
"build": "pnpm -r build",