refactor: update skill paths to use .agents/skills/ for consistency and remove obsolete skill references

This commit is contained in:
2026-05-05 16:22:42 -06:00
parent e4b39c4a9e
commit f72a828805
21 changed files with 21 additions and 51 deletions

View File

@@ -49,7 +49,7 @@ Instructions:
- `.opencode/commands/*.md` when command behavior needs to change
- `prompts/*.md` when a reusable output template needs to change
- `.opencode/agents/*.md` or `AGENTS.md` when default agent behavior needs to change
- `.opencode/skills/*/SKILL.md` when a specialized workflow needs to change
- `.agents/skills/*/SKILL.md` when a specialized workflow needs to change
- `project-knowledge/00-start/*.md` when durable project onboarding guidance needs to change
- `agent-memory/**/*.md` when agent learning, promotion, verification, or self-maintenance behavior needs to change
- Prefer concrete project updates over broad summaries