refactor: update skill paths to use .agents/skills/ for consistency and remove obsolete skill references
This commit is contained in:
@@ -54,7 +54,7 @@ When the user corrects a recurring behavior, the workspace should update the fil
|
||||
- `.agents/workflows/` for slash commands (with `.opencode/commands/` for compatibility)
|
||||
- `prompts/` for reusable drafting templates
|
||||
- `.agents/rules/` and `AGENTS.md` for default agent behavior
|
||||
- `.agents/skills/` for specialized workflows (with `.opencode/skills/` for compatibility)
|
||||
- `.agents/skills/` for specialized workflows. Do not mirror into `.opencode/skills/`; OpenCode discovers `.agents/skills/` directly.
|
||||
- `project-knowledge/00-start/` and `project-knowledge/03-context/process/` for project-facing onboarding and process rules
|
||||
- `agent-memory/` for agent-specific behavior, learning, promotion, verification, and self-maintenance rules
|
||||
|
||||
|
||||
Reference in New Issue
Block a user