Skip to content

Commit 23fbec9

Browse files
committed
Document live skill verification for Auggie and OpenCode
1 parent 2f8443b commit 23fbec9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/docs/native-skills-migration-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ Support assumption: full Agent Skills support. Kiro docs confirm project skills
143143

144144
Support assumption: full Agent Skills support. BMAD currently splits output between `.opencode/agents` and `.opencode/commands`; target should consolidate to `.opencode/skills`.
145145

146-
- [x] Confirm OpenCode native skills path and compatibility loading from `.claude/skills` and `.agents/skills` in OpenCode docs
146+
- [x] Confirm OpenCode native skills path and compatibility loading from `.claude/skills` and `.agents/skills` in OpenCode docs and with local `opencode run` repros
147147
- [x] Implement installer migration from multi-target legacy output to single native skills target
148148
- [x] Add legacy cleanup for `.opencode/agents`, `.opencode/commands`, `.opencode/agent`, and `.opencode/command`
149149
- [x] Test fresh install
150150
- [x] Test reinstall/upgrade from split legacy output
151-
- [x] Confirm ancestor conflict protection is required because OpenCode docs state project-local skill discovery walks upward to the git worktree
151+
- [x] Confirm ancestor conflict protection is required because local `opencode run` repros loaded both child-local `child-only` and ancestor `parent-only`, matching the docs that project-local skill discovery walks upward to the git worktree
152152
- [x] Implement/extend automated tests
153153
- [ ] Commit
154154

0 commit comments

Comments
 (0)