Skip to content

Commit c9c406f

Browse files
Update MONOREPO_MERGER_PLAN.md and MONOREPO_MERGER_PLAN_REF.md to reflect completion of Phase 3
- Marked Phase 3 as complete in the merger plan reference document. - Updated task list in the main merger plan to indicate completion of all tasks related to the preparation of the core package for the workspace structure. These changes ensure that the merger plan accurately reflects the current status of the project and the progress made in restructuring.
1 parent 40ccdb2 commit c9c406f

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/MONOREPO_MERGER_PLAN.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -299,22 +299,22 @@ After the initial merge, the following CI adjustments may be needed:
299299

300300
**Tasks:**
301301

302-
- [ ] Create `packages/react-on-rails/` directory
303-
- [ ] Move `node_package/src/` to `packages/react-on-rails/src/` (excluding pro/ subdirectory)
304-
- [ ] Create `packages/react-on-rails/package.json` with correct configuration
305-
- [ ] Update root `package.json` to workspace manager (packages/react-on-rails only)
306-
- [ ] Update build scripts and import paths
307-
- [ ] Update TypeScript configurations (build output moves from `node_package/lib/` to `packages/react-on-rails/lib/`)
308-
- [ ] Move core JS tests to `packages/react-on-rails/tests/`
309-
- [ ] Keep `react_on_rails_pro/` directory unchanged
310-
- [ ] Update CI to build via workspace
311-
- [ ] Update LICENSE.md to include new package path
302+
- [x] Create `packages/react-on-rails/` directory
303+
- [x] Move `node_package/src/` to `packages/react-on-rails/src/` (excluding pro/ subdirectory)
304+
- [x] Create `packages/react-on-rails/package.json` with correct configuration
305+
- [x] Update root `package.json` to workspace manager (packages/react-on-rails only)
306+
- [x] Update build scripts and import paths
307+
- [x] Update TypeScript configurations (build output moves from `node_package/lib/` to `packages/react-on-rails/lib/`)
308+
- [x] Move core JS tests to `packages/react-on-rails/tests/`
309+
- [x] Keep `react_on_rails_pro/` directory unchanged
310+
- [x] Update CI to build via workspace
311+
- [x] Update LICENSE.md to include new package path
312312

313313
**License Compliance:**
314314

315-
- [ ] **CRITICAL: Verify NO pro files moved to MIT-licensed core package**
316-
- [ ] Ensure `packages/react-on-rails/src/` contains ONLY MIT-licensed code
317-
- [ ] Update LICENSE.md to reflect new paths:
315+
- [x] **CRITICAL: Verify NO pro files moved to MIT-licensed core package**
316+
- [x] Ensure `packages/react-on-rails/src/` contains ONLY MIT-licensed code
317+
- [x] Update LICENSE.md to reflect new paths:
318318

319319
```md
320320
## MIT License applies to:

docs/MONOREPO_MERGER_PLAN_REF.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ This plan outlines the 7-phase implementation for merging the `react_on_rails` a
1111
- Complete git history preservation
1212
- CI integrity at every step
1313

14-
**Status:** Phase 2 - Git Subtree Merger (Complete) ✅
14+
**Status:** Phase 3 - Prepare Core Package for Workspace Structure (Complete) ✅
1515

1616
For implementation details, progress tracking, and specific tasks, refer to the main plan document.

0 commit comments

Comments
 (0)