feat: fix agent harness — remove out-of-scope platform files#69
Conversation
- Remove DEVIN.md (Devin reads AGENTS.md directly) - Remove GEMINI.md (Gemini CLI out of scope) - Update AGENTS.md platform table: keep only Claude Code, Devin, Windsurf - Devin now references AGENTS.md directly instead of DEVIN.md Scope: Claude Code, Devin, Windsurf only (no Cursor, Gemini, JetBrains) 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. |
|
| | Devin | `AGENTS.md` | `.agents/skills/` | `.agents/RULES.md` | | ||
| | Windsurf | `.windsurfignore` | `.agents/skills/` | `rules/*.instructions.md` | |
There was a problem hiding this comment.
🚩 Stale references to deleted DEVIN.md and GEMINI.md in .agents/ files
This PR deletes DEVIN.md and GEMINI.md but does not update the files that still reference them:
.agents/CONTEXT.md:16listsDEVIN.mdandGEMINI.mdin the priority hierarchy: "Arquivo de plataforma (CLAUDE.md,DEVIN.md,GEMINI.md)".agents/README.md:8-9lists both files in the diagram: "DEVIN.md ← Delta para Devin" and "GEMINI.md ← Delta para Gemini CLI"
An agent following the context hierarchy in .agents/CONTEXT.md would attempt to load these non-existent files. These should be updated to reflect the new state (Devin now uses AGENTS.md directly, Gemini row was removed).
Was this helpful? React with 👍 or 👎 to provide feedback.
| | Devin | `DEVIN.md` | `.agents/skills/` | `.agents/RULES.md` | | ||
| | Gemini CLI | `GEMINI.md` | `.agents/skills/` | `.agents/RULES.md` | | ||
| | Devin | `AGENTS.md` | `.agents/skills/` | `.agents/RULES.md` | | ||
| | Windsurf | `.windsurfignore` | `.agents/skills/` | `rules/*.instructions.md` | |
There was a problem hiding this comment.
📝 Info: Windsurf 'Config Principal' lists an ignore file rather than an instruction file
The new Windsurf row sets .windsurfignore as the "Config Principal", but this is an ignore/exclusion file, not a configuration or instruction file. Every other platform lists a markdown instruction file in this column (AGENTS.md, CLAUDE.md). While there is no WINDSURF.md or .windsurfrules in the repo so this may be the best available option, it's semantically inconsistent with the column's purpose. Consider whether AGENTS.md would be more appropriate here (since Windsurf would presumably also use it as its SSoT), or add a note clarifying that Windsurf has no dedicated config file.
Was this helpful? React with 👍 or 👎 to provide feedback.



All Submissions:
Changes to Core Features:
Description
Per the Agent Harness Production-Ready playbook, scope is limited to Claude Code, Devin, and Windsurf.
Changes:
DEVIN.md— Devin reads AGENTS.md directly (no dedicated file needed)GEMINI.md— Gemini CLI is out of playbook scopeAGENTS.mdplatform table — now shows only Base, Claude Code, Devin, WindsurfImpact: No functional code changes. Only documentation/harness files affected. Devin now uses
AGENTS.mdas its single source of truth.Link to Devin session: https://app.devin.ai/sessions/3b8be10535714264b5ab7946c1f110c3
Requested by: @afonsoft