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:
parent
017eb4278b
commit
acb866774c
@ -85,8 +85,8 @@ Equivalent readiness checks should include, at minimum, the repo's canonical ins
|
|||||||
## Current Status
|
## Current Status
|
||||||
|
|
||||||
- **Ready for sequential rollout:** yes
|
- **Ready for sequential rollout:** yes
|
||||||
- **Ready for parallel or one-shot migration:** no
|
- **Ready for parallel or one-shot migration:** N/A — all repos migrated
|
||||||
- **Current next repo:** `learning_voice_ai_agent`
|
- **Current next repo:** ✅ ALL COMPLETE
|
||||||
- **Completed pilot:** `learning_ai_flowmonk`
|
- **Completed pilot:** `learning_ai_flowmonk`
|
||||||
|
|
||||||
## Pilot Evidence
|
## 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
|
### Wave 3 — Higher blast-radius repos
|
||||||
|
|
||||||
- [ ] `learning_voice_ai_agent`
|
- [x] `learning_voice_ai_agent`
|
||||||
|
|
||||||
### Wave 4 — Shared-platform validation and tracker-hosting cleanup
|
### Wave 4 — Shared-platform validation and tracker-hosting cleanup
|
||||||
|
|
||||||
- [ ] `learning_ai_common_plat`
|
- [x] `learning_ai_common_plat`
|
||||||
|
|
||||||
## Repo Tracker
|
## Repo Tracker
|
||||||
|
|
||||||
@ -223,31 +223,26 @@ Update each repo section immediately after work lands.
|
|||||||
|
|
||||||
### 8. `learning_voice_ai_agent`
|
### 8. `learning_voice_ai_agent`
|
||||||
|
|
||||||
- [ ] migration started
|
- [x] migration started
|
||||||
- [ ] migration completed
|
- [x] migration completed
|
||||||
- [ ] repo verification passed
|
- [x] repo verification passed
|
||||||
- [ ] post-completion audit passed
|
- [x] post-completion audit passed
|
||||||
- [ ] `/production-readiness` passed
|
- [x] `/production-readiness` passed
|
||||||
- [ ] docs/tracker updated
|
- [x] docs/tracker updated
|
||||||
- [ ] commits pushed
|
- [x] commits pushed
|
||||||
- migration commit: `TBD`
|
- migration commit: `c3a88af`
|
||||||
- fix/audit commit: `TBD`
|
- 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`
|
||||||
- docs/tracker commit: `TBD`
|
|
||||||
- notes: use the local pointer doc `learning_voice_ai_agent/PNPM_MIGRATION.md` to reference this tracker
|
|
||||||
|
|
||||||
### 9. `learning_ai_common_plat`
|
### 9. `learning_ai_common_plat`
|
||||||
|
|
||||||
- [ ] migration started
|
- [x] migration started
|
||||||
- [ ] migration completed
|
- [x] migration completed
|
||||||
- [ ] repo verification passed
|
- [x] repo verification passed
|
||||||
- [ ] post-completion audit passed
|
- [x] post-completion audit passed
|
||||||
- [ ] `/production-readiness` passed
|
- [x] `/production-readiness` passed
|
||||||
- [ ] docs/tracker updated
|
- [x] docs/tracker updated
|
||||||
- [ ] commits pushed
|
- [x] commits pushed
|
||||||
- migration commit: `TBD`
|
- notes: `Already pnpm-native; added packageManager: pnpm@10.6.5 to root package.json; all packages build clean`
|
||||||
- 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
|
|
||||||
|
|
||||||
## Blocker Logging Rule
|
## Blocker Logging Rule
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
"name": "@bytelyst/root",
|
"name": "@bytelyst/root",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"packageManager": "pnpm@10.6.5",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm -r build",
|
"build": "pnpm -r build",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user