refactor: update skill paths to use .agents/skills/ for consistency and remove obsolete skill references
This commit is contained in:
@@ -80,7 +80,7 @@ Default path patterns:
|
||||
```text
|
||||
.opencode/commands/*.md
|
||||
.opencode/agents/*.md
|
||||
.opencode/skills/*/SKILL.md
|
||||
.agents/skills/*/SKILL.md
|
||||
prompts/*.md
|
||||
agent-memory/**/*.md
|
||||
core/**/*.md
|
||||
@@ -179,6 +179,6 @@ The agent should also identify recurring quality gaps proactively. If an answer
|
||||
For technical topics, recurring gaps often belong in:
|
||||
|
||||
- domain-specific guidance under `project-knowledge/03-context/`
|
||||
- reusable skills under `.opencode/skills/`
|
||||
- reusable skills under `.agents/skills/`
|
||||
- agent behavior rules under `.opencode/agents/`, `AGENTS.md`, or `agent-memory/`
|
||||
- source anchors for official/current documentation
|
||||
|
||||
Reference in New Issue
Block a user