docs: fix stale DEVIN.md/GEMINI.md references in .agents/ files#56
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 <afonsoft@gmail.com>
🤖 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:
|
|
| AGENTS.md ← SSoT (≤500 linhas) — lido por Devin e Windsurf | ||
| CLAUDE.md ← Delta para Claude Code (@import AGENTS.md) | ||
| .claudeignore ← Ignore Claude Code | ||
| .cursorignore ← Ignore Cursor | ||
| .devinignore ← Ignore Devin | ||
| .geminiignore ← Ignore Gemini CLI | ||
| .windsurfignore ← Ignore Windsurf |
There was a problem hiding this comment.
📝 Info: Stale ignore files remain in repo after documentation cleanup
The PR removes .aiignore, .cursorignore, and .geminiignore from the README diagram, but these files still exist in the repository (confirmed via ls). While the documentation is being simplified to only reference Claude Code, Devin, and Windsurf, the orphaned ignore files for removed platforms were not cleaned up. This isn't a bug (the files are harmless), but a follow-up to delete them would keep the repo consistent with the updated docs.
Was this helpful? React with 👍 or 👎 to provide feedback.
| | Feature | Claude Code | Devin | Windsurf | | ||
| |---------|-------------|-------|----------| | ||
| | AGENTS.md (SSoT) | Sim | Sim | Sim | | ||
| | Platform file | CLAUDE.md | AGENTS.md | AGENTS.md | |
There was a problem hiding this comment.
🚩 Cross-file inconsistency: Windsurf config principal in AGENTS.md vs README
The new README line 37 states Windsurf's platform file is AGENTS.md, and CONTEXT.md line 16 states "Devin e Windsurf leem AGENTS.md diretamente". However, AGENTS.md:61 lists Windsurf's Config Principal as .windsurfignore, which is an ignore file, not a configuration file. The AGENTS.md entry appears to be a pre-existing error (an ignore file shouldn't be listed as config principal), and this PR's changes are arguably more accurate. However, since AGENTS.md is the declared SSoT, the inconsistency between these files should be resolved — ideally by also correcting AGENTS.md:61 to list AGENTS.md as Windsurf's config principal.
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 #55 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