@@ -307,36 +307,36 @@ After the main migration is stable, extract SPC to its own repository:
307307# # Checklist
308308
309309# ## Phase 1: Template Merge
310- - [ ] Add NHSDigital remote
311- - [ ] Merge template with `--allow-unrelated-histories`
312- - [ ] Resolve merge conflicts
313- - [ ] Review and integrate template CI/CD
310+ - [x ] Add NHSDigital remote
311+ - [x ] Merge template with `--allow-unrelated-histories`
312+ - [x ] Resolve merge conflicts
313+ - [x ] Review and integrate template CI/CD
314314
315315# ## Phase 2: Dependencies
316- - [ ] Remove Chromatic
317- - [ ] Remove GSAP
318- - [ ] Update ParallaxScene to use fallback only
319- - [ ] Update ProductRoadmap to use fallback only
316+ - [x ] Remove Chromatic
317+ - [x ] Remove GSAP
318+ - [x ] Update ParallaxScene to use fallback only
319+ - [x ] Update ProductRoadmap to use fallback only
320320
321321# ## Phase 3: Documentation
322- - [ ] Delete 16 identified docs files
323- - [ ] Review 2 ambiguous files
322+ - [x ] Delete 16 identified docs files
323+ - [x ] Review 2 ambiguous files
324324
325325# ## Phase 4: Functionality
326- - [ ] Remove FDP internal dashboards (keep Subnav)
327- - [ ] Remove ~20 development/migration scripts
328- - [ ] Update package.json scripts
326+ - [x ] Remove FDP internal dashboards (keep Subnav)
327+ - [x ] Remove ~20 development/migration scripts
328+ - [x ] Update package.json scripts
329329
330330# ## Phase 5: Package Config
331- - [ ] Update package name to `@nhsdigital/nhs-fdp-design-system`
332- - [ ] Update author to "FDP Product Design Team"
333- - [ ] Update license to MIT
334- - [ ] Update publishConfig for npm public
335- - [ ] Search/replace all package references
331+ - [x ] Update package name to `@nhsdigital/nhs-fdp-design-system`
332+ - [x ] Update author to "FDP Product Design Team"
333+ - [x ] Update license to MIT
334+ - [x ] Update publishConfig for npm public
335+ - [x ] Search/replace all package references
336336
337337# ## Phase 6: CI/CD
338- - [ ] Configure npm publish workflow
339- - [ ] Set up NPM_TOKEN secret
338+ - [x ] Configure npm publish workflow
339+ - [ ] Set up NPM_TOKEN secret (requires manual setup in GitHub)
340340
341341# ## Phase 7: Verification
342342- [ ] All tests pass
0 commit comments