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

@@ -19,7 +19,7 @@ The agent must keep the workspace behavior aligned with recurring user correctio
- Update `.opencode/commands/` for slash-command behavior.
- Update `prompts/` for reusable drafting shape.
- Update `.opencode/agents/` and `AGENTS.md` for default agent behavior.
- Update `.opencode/skills/` for specialized workflows.
- Update `.agents/skills/` for specialized workflows.
- Update `agent-memory/` for reusable agent operating rules.
- Update `project-knowledge/` only when the correction changes project knowledge or project-facing process documentation.
@@ -32,4 +32,3 @@ The agent must keep the workspace behavior aligned with recurring user correctio
- Agent implementation chatter.
- Generic preference notes that only affect agent behavior.
- Duplicate summaries of already-correct project facts.