You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update documentation formatting for Phase 5 completion
- Update MONOREPO_MIGRATION_STATUS.md with Phase 5 status
- Add PHASE_5_COMPLETION_NOTES.md documenting completion and known issues
- Update PHASE_5_CHECKLIST.md with execution results
- Update PHASE_6_CHECKLIST.md with formatting
- Update PHASE_7_8_CHECKLIST.md with improved structure
- Update YALC_ALTERNATIVES_ANALYSIS.md with formatting
- Update GitHub issue tracking documents
Note: Node-renderer TypeScript build errors are pre-existing and documented for follow-up PR
The monorepo migration is in **Phase 2 (Git Merger) - COMPLETE**. We've successfully merged repositories but need to complete Phases 3-7 to achieve the final monorepo structure with proper YALC publishing, directory organization, and CI/CD consolidation.
5
6
6
7
## 🚨 Critical Issues to Address First
7
8
8
9
### 1. YALC Publishing - All Packages
10
+
9
11
**Priority: CRITICAL** ⚠️
12
+
10
13
-[ ] Fix `package-scripts.yml` path reference from `node_package/lib/` to `packages/react-on-rails/lib/`
11
14
-[ ] Implement YALC publishing for ALL packages:
12
15
-[ ]`packages/react-on-rails` (open-source core)
@@ -18,7 +21,9 @@ The monorepo migration is in **Phase 2 (Git Merger) - COMPLETE**. We've successf
18
21
-[ ] Document yalc workflow for all packages
19
22
20
23
### 2. Evaluate YALC Alternatives
24
+
21
25
**Priority: HIGH**
26
+
22
27
-[ ] Research npm/yarn link improvements in recent versions
23
28
-[ ] Evaluate Verdaccio (local npm registry)
24
29
-[ ] Consider yarn workspaces with `file:` protocol
@@ -27,7 +32,9 @@ The monorepo migration is in **Phase 2 (Git Merger) - COMPLETE**. We've successf
27
32
-[ ] Create migration plan if switching tools
28
33
29
34
### 3. Directory Restructuring - Siblings Not Nested
35
+
30
36
**Priority: HIGH**
37
+
31
38
-[ ] Create new structure:
32
39
```
33
40
/packages/
@@ -44,6 +51,7 @@ The monorepo migration is in **Phase 2 (Git Merger) - COMPLETE**. We've successf
0 commit comments