docs: fix stale DEVIN.md/GEMINI.md references in .agents/ files#70
Conversation
Remove references to deleted DEVIN.md, GEMINI.md, .aiignore, .cursorignore, and .geminiignore from .agents/README.md and .agents/CONTEXT.md. Update compatibility table to reflect in-scope platforms only (Claude Code, Devin, Windsurf). Co-Authored-By: Afonso Dutra Nogueira Filho <[email protected]>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
| .claudeignore ← Ignore Claude Code | ||
| .cursorignore ← Ignore Cursor | ||
| .devinignore ← Ignore Devin | ||
| .geminiignore ← Ignore Gemini CLI | ||
| .windsurfignore ← Ignore Windsurf |
There was a problem hiding this comment.
🚩 Orphaned ignore files still exist in repo after documentation cleanup
The PR removes references to .aiignore, .cursorignore, and .geminiignore from the README diagram, but these files still exist in the repository root. While this doesn't cause any functional issue (ignore files are passive), it creates a discrepancy between documented infrastructure and actual repo contents. If the intent is to drop Gemini, Cursor, and JetBrains AI support, a follow-up should delete these orphaned files.
Was this helpful? React with 👍 or 👎 to provide feedback.



All Submissions:
Changes to Core Features:
What: Fix stale references to
DEVIN.md,GEMINI.md,.aiignore,.cursorignore, and.geminiignorein.agents/README.mdand.agents/CONTEXT.md.Why: PR #69 removed
DEVIN.mdandGEMINI.md(out-of-scope per harness playbook) but left stale references in.agents/files. An agent following the context hierarchy in.agents/CONTEXT.mdwould attempt to load these non-existent files.Changes:
.agents/README.md: Updated file diagram to remove deleted files; updated compatibility table to show only in-scope platforms (Claude Code, Devin, Windsurf).agents/CONTEXT.md: Updated priority hierarchy to note that Devin and Windsurf readAGENTS.mddirectlyLink to Devin session: https://app.devin.ai/sessions/3b8be10535714264b5ab7946c1f110c3
Requested by: @afonsoft