Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ docs/ # Documentação bilíngue

| Plataforma | Config Principal | Skills | Rules |
|-----------|-----------------|--------|-------|
| Todos | `AGENTS.md` | `.agents/skills/` | `.agents/RULES.md`, `rules/` |
| Base (todas) | `AGENTS.md` | `.agents/skills/` | `.agents/RULES.md`, `rules/` |
| Claude Code | `CLAUDE.md` | auto-loaded | `.agents/RULES.md` |
| 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` |

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 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.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.


## Comandos de Build

Expand Down
26 changes: 0 additions & 26 deletions DEVIN.md

This file was deleted.

22 changes: 0 additions & 22 deletions GEMINI.md

This file was deleted.

Loading