feat: fix agent harness — remove out-of-scope platform files#55
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 <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:
|
|
| | 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.
🚩 Windsurf config file referenced in table does not exist
The new Windsurf row in the platform table (AGENTS.md:61) lists .windsurfignore as the Config Principal, but no such file exists in the repository. While the deleted DEVIN.md and GEMINI.md previously existed when they were referenced, this new entry references a non-existent file. This may be intentional (documenting the expected convention for a future Windsurf setup), but it's worth confirming whether .windsurfignore or .windsurfrules should be created as part of this PR or a follow-up.
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