Commit 93cbce6
Add critical lessons learned and corrections to Phase 2 plan
Based on Phase 2 implementation experience, add crucial guidance:
CORRECTIONS:
- Fix git subtree command (remove --squash to preserve individual commits)
- Correct branch workflow (create branch FIRST before any work)
- Update duration estimate (2-3 days, 1-2 with lessons learned)
LESSONS LEARNED:
1. Branch management workflow corrections
2. Git subtree best practices
3. Complete linting tool configuration requirements
4. Yalc vs file: dependency management approach
5. Multiple dummy apps that need updates
6. CircleCI optimization strategies
7. Local dependency management patterns
These lessons will significantly speed up future monorepo merger implementations.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Correct Phase 2 git strategy to use filter-repo approach
Update merger plan to reflect the actual commands used:
STRATEGY CHANGE:
- Replace git subtree approach with git filter-repo + merge
- Use git filter-repo --to-subdirectory-filter for better file history
- Use git merge --allow-unrelated-histories for clean integration
BENEFITS OF FILTER-REPO APPROACH:
- Better file history browsing with git log --follow
- Cleaner history integration compared to subtree prefixing
- No issues with path-based git operations
- Easier to browse pro file history with no problems
This approach was actually used in the implementation and provides
superior file history preservation and browsing experience.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 3d7eb90 commit 93cbce6
1 file changed
+51
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
162 | 164 | | |
163 | | - | |
164 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
165 | 176 | | |
| 177 | + | |
166 | 178 | | |
167 | | - | |
168 | | - | |
| 179 | + | |
| 180 | + | |
169 | 181 | | |
170 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
171 | 189 | | |
172 | 190 | | |
173 | | - | |
| 191 | + | |
174 | 192 | | |
175 | 193 | | |
176 | 194 | | |
| |||
230 | 248 | | |
231 | 249 | | |
232 | 250 | | |
233 | | - | |
| 251 | + | |
234 | 252 | | |
235 | 253 | | |
236 | 254 | | |
| |||
241 | 259 | | |
242 | 260 | | |
243 | 261 | | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
244 | 287 | | |
245 | 288 | | |
246 | 289 | | |
| |||
0 commit comments