-
Notifications
You must be signed in to change notification settings - Fork 1
docs: fix stale DEVIN.md/GEMINI.md references in .agents/ files #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,15 +3,10 @@ | |
| ## Diagrama de Arquivos | ||
|
|
||
| ``` | ||
| AGENTS.md ← SSoT (≤500 linhas) | ||
| CLAUDE.md ← Delta para Claude Code | ||
| DEVIN.md ← Delta para Devin | ||
| GEMINI.md ← Delta para Gemini CLI | ||
| .aiignore ← Ignore JetBrains AI | ||
| 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 | ||
| .agents/ | ||
| ├── CONTEXT.md ← Estratégias de contexto | ||
|
|
@@ -36,12 +31,13 @@ rules/ | |
|
|
||
| ## Compatibilidade | ||
|
|
||
| | Feature | Claude | Devin | Gemini | Cursor | Windsurf | | ||
| |---------|--------|-------|--------|--------|----------| | ||
| | AGENTS.md | Sim | Sim | Sim | Sim | Sim | | ||
| | Skills | Sim | Sim | Sim | Sim | Sim | | ||
| | Rules | Sim | Sim | Sim | Sim | Sim | | ||
| | Ignore | .claudeignore | .devinignore | .geminiignore | .cursorignore | .windsurfignore | | ||
| | Feature | Claude Code | Devin | Windsurf | | ||
| |---------|-------------|-------|----------| | ||
| | AGENTS.md (SSoT) | Sim | Sim | Sim | | ||
| | Platform file | CLAUDE.md | AGENTS.md | AGENTS.md | | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚩 Cross-file inconsistency: Windsurf config principal in AGENTS.md vs README The new README line 37 states Windsurf's platform file is Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| | Skills (.agents/skills/) | Sim | Sim | Sim | | ||
| | Rules (rules/) | Sim | Sim | Sim | | ||
| | Ignore file | .claudeignore | .devinignore | .windsurfignore | | ||
|
|
||
| ## Referências | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 Info: Stale ignore files remain in repo after documentation cleanup
The PR removes
.aiignore,.cursorignore, and.geminiignorefrom the README diagram, but these files still exist in the repository (confirmed vials). 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.