Skip to content

feat: add complete agent harness (AGENTS.md, skills, rules, platform files)#51

Merged
afonsoft merged 1 commit into
mainfrom
devin/1779147843-agent-harness
May 19, 2026
Merged

feat: add complete agent harness (AGENTS.md, skills, rules, platform files)#51
afonsoft merged 1 commit into
mainfrom
devin/1779147843-agent-harness

Conversation

@devin-ai-integration
Copy link
Copy Markdown
Contributor

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

New Feature Submissions:

  1. Does your submission pass tests? (docs-only, no code changes)
  2. Have you lint your code locally prior to submission?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • N/A — No code changes, documentation/configuration only

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 loop
  • CLAUDE.md — Delta para Claude Code (@import AGENTS.md)
  • DEVIN.md — Delta para Devin
  • GEMINI.md — Delta para Gemini CLI
  • .aiignore, .claudeignore, .cursorignore, .devinignore, .geminiignore, .windsurfignore

.agents/

  • CONTEXT.md — Estratégias de carregamento de contexto, token budget, chunking
  • RULES.md — Hard rules (7) + Soft rules (5), permissões por ambiente
  • MEMORY.md — Estado cross-session (decisões técnicas, débitos, lições)
  • TOOLS.md — Ferramentas de build, qualidade, CI/CD
  • WORKFLOWS.md — Workflows (Novo Renderizador, Novo Payload, Bug Fix, Release)
  • README.md — Documentação do harness com diagrama e guia de compatibilidade

skills/

  • qrcode-development/SKILL.md — Desenvolvimento de renderizadores e payloads
  • qrcode-testing/SKILL.md — Testes xUnit com Shouldly e coverlet

rules/

  • csharp-qrcoder.instructions.md — Rules C# (applyTo: **/*.cs)

Link to Devin session: https://app.devin.ai/sessions/2fe82e11aebc4f61afccecfae9da8ec5
Requested by: @afonsoft

…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>
@devin-ai-integration
Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@sonarqubecloud
Copy link
Copy Markdown

@afonsoft afonsoft merged commit c6571b5 into main May 19, 2026
17 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant