Skip to content

Commit ff6985e

Browse files
chore: move .cognition/skills/ to .agents/skills/ (#474)
Rename the skills directory from the tool-specific `.cognition/` path to the more generic `.agents/skills/` convention. Updates all documentation references (AGENTS.md, dev/modules/, dev/design/) and replaces Devin-specific attribution in debug-perlonjava skill with tool-agnostic placeholders per AI_POLICY.md. Generated with [Devin](https://cli.devin.ai/docs) Co-authored-by: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 5ee00fd commit ff6985e

File tree

19 files changed

+18
-18
lines changed

19 files changed

+18
-18
lines changed

.cognition/skills/debug-perlonjava/SKILL.md renamed to .agents/skills/debug-perlonjava/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ git add -A && git commit -m "Fix <what> by <how>
230230
231231
<Details of the bug and fix>
232232
233-
Generated with [Devin](https://cli.devin.ai/docs)
233+
Generated with [TOOL_NAME](TOOL_DOCS_URL)
234234
235-
Co-Authored-By: Devin <noreply@cognition.ai>"
235+
Co-Authored-By: TOOL_NAME <TOOL_BOT_EMAIL>"
236236
```
237237

238238
### 3. Push branch and create PR
@@ -247,7 +247,7 @@ gh pr create --title "Fix: description" --body "## Summary
247247
- [ ] Unit tests pass
248248
- [ ] Reproducer now works correctly
249249
250-
Generated with [Devin](https://cli.devin.ai/docs)"
250+
Generated with [TOOL_NAME](TOOL_DOCS_URL)"
251251
```
252252

253253
### 4. After PR is merged, clean up
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ The perl_test_runner.pl sets these automatically based on the test file being ru
188188

189189
## Available Skills
190190

191-
See `.cognition/skills/` for specialized debugging and development skills:
191+
See `.agents/skills/` for specialized debugging and development skills:
192192
- `debug-perlonjava` - General debugging
193193
- `interpreter-parity` - JVM vs interpreter parity issues
194194
- `debug-exiftool` - ExifTool test debugging

0 commit comments

Comments
 (0)