docs: update migration checklist with Copilot and Roo verified results
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fc583f28ba
commit
288d2e9bc4
|
|
@ -194,14 +194,14 @@ Support assumption: full Agent Skills support. BMAD currently uses a custom inst
|
||||||
**Install:** VS Code extension `GitHub.copilot` — search "GitHub Copilot" in Extensions or `code --install-extension GitHub.copilot`
|
**Install:** VS Code extension `GitHub.copilot` — search "GitHub Copilot" in Extensions or `code --install-extension GitHub.copilot`
|
||||||
|
|
||||||
- [x] Confirm GitHub Copilot native skills path is `.github/skills/{skill-name}/SKILL.md` — also reads `.claude/skills/` automatically
|
- [x] Confirm GitHub Copilot native skills path is `.github/skills/{skill-name}/SKILL.md` — also reads `.claude/skills/` automatically
|
||||||
- [ ] Design the migration away from the custom prompt/agent installer model
|
- [x] Design the migration away from the custom prompt/agent installer model — replaced 699-line custom installer with config-driven `skill_format: true`
|
||||||
- [ ] Implement native skills output, ideally with shared config-driven code where practical
|
- [x] Implement native skills output, ideally with shared config-driven code where practical
|
||||||
- [ ] Add legacy cleanup for `.github/agents`, `.github/prompts`, and any BMAD-owned Copilot instruction file behavior that should be retired
|
- [x] Add legacy cleanup for `.github/agents`, `.github/prompts`, and BMAD markers in `copilot-instructions.md`
|
||||||
- [ ] Test fresh install
|
- [x] Test fresh install — 43 skills installed to `.github/skills/`
|
||||||
- [ ] Test reinstall/upgrade from legacy custom installer output
|
- [x] Test reinstall/upgrade from legacy custom installer output — legacy dirs removed, BMAD markers stripped, user content preserved
|
||||||
- [x] Confirm no ancestor conflict protection is needed because manual Copilot verification showed child-local `child-only` skill loaded while parent-only skill was not inherited
|
- [x] Confirm no ancestor conflict protection is needed because manual Copilot verification showed child-local `child-only` skill loaded while parent-only skill was not inherited
|
||||||
- [ ] Implement/extend automated tests
|
- [x] Implement/extend automated tests — 11 assertions in test suite 17 including marker cleanup
|
||||||
- [ ] Commit
|
- [x] Commit
|
||||||
|
|
||||||
## KiloCoder
|
## KiloCoder
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue