feat: add complete agent harness (AGENTS.md, skills, rules, platform files)#51
Merged
Merged
Conversation
…files) - Created AGENTS.md as SSoT with full project context - Added CLAUDE.md, DEVIN.md, GEMINI.md platform-specific files - Added .agents/ directory: CONTEXT.md, RULES.md, MEMORY.md, TOOLS.md, WORKFLOWS.md, README.md - Added skills: qrcode-development, qrcode-testing - Added rules: csharp-qrcoder.instructions.md (applyTo: **/*.cs) - Added ignore files for all platforms: .aiignore, .claudeignore, .cursorignore, .devinignore, .geminiignore, .windsurfignore Co-Authored-By: Afonso Dutra Nogueira Filho <afonsoft@gmail.com>
Contributor
Author
🤖 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:
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



All Submissions:
New Feature Submissions:
Changes to Core Features:
Descrição
Adiciona infraestrutura completa de agent harness para o QRCoder.Core, seguindo convenções modernas de Harness Engineering (OpenAI, Anthropic, agents.md spec, agentskills.io).
Artefatos Gerados
Raiz
AGENTS.md— SSoT (≤500 linhas) com stack, estrutura, comandos, padrões, hard/soft rules, agent loopCLAUDE.md— Delta para Claude Code (@import AGENTS.md)DEVIN.md— Delta para DevinGEMINI.md— Delta para Gemini CLI.aiignore,.claudeignore,.cursorignore,.devinignore,.geminiignore,.windsurfignore.agents/
CONTEXT.md— Estratégias de carregamento de contexto, token budget, chunkingRULES.md— Hard rules (7) + Soft rules (5), permissões por ambienteMEMORY.md— Estado cross-session (decisões técnicas, débitos, lições)TOOLS.md— Ferramentas de build, qualidade, CI/CDWORKFLOWS.md— Workflows (Novo Renderizador, Novo Payload, Bug Fix, Release)README.md— Documentação do harness com diagrama e guia de compatibilidadeskills/
qrcode-development/SKILL.md— Desenvolvimento de renderizadores e payloadsqrcode-testing/SKILL.md— Testes xUnit com Shouldly e coverletrules/
csharp-qrcoder.instructions.md— Rules C# (applyTo:**/*.cs)Link to Devin session: https://app.devin.ai/sessions/2fe82e11aebc4f61afccecfae9da8ec5
Requested by: @afonsoft