Skip to content

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

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)#68
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 metar-decoder, seguindo convenções modernas de Harness Engineering (OpenAI, Anthropic, agents.md spec, agentskills.io).

Artefatos Gerados

Raiz

  • AGENTS.md — SSoT (≤500 linhas) com stack METAR/TAF, estrutura, comandos, conceitos-chave, hard/soft rules
  • 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, token budget, chunking por ChunkDecoder
  • RULES.md — Hard rules (6) + Soft rules (5), permissões, ICAO compliance
  • MEMORY.md — Estado cross-session (decisões, débitos, lições: DatetimeChunkDecoder rollover, RTD)
  • TOOLS.md — Ferramentas de build, qualidade, CI/CD (inclui nota sobre Travis/AppVeyor legados)
  • WORKFLOWS.md — Workflows (Novo ChunkDecoder, Bug Fix, Novo Formato, Release)
  • README.md — Documentação do harness com diagrama e compatibilidade

skills/

  • metar-development/SKILL.md — Desenvolvimento de ChunkDecoders, Value Objects, Evolutions
  • metar-testing/SKILL.md — Testes NUnit com dados reais METAR/TAF

rules/

  • csharp-metar.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 METAR/TAF domain 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: metar-development, metar-testing
- Added rules: csharp-metar.instructions.md (applyTo: **/*.cs)
- Added ignore files for all platforms: .aiignore, .claudeignore, .cursorignore, .devinignore, .geminiignore, .windsurfignore

Co-Authored-By: Afonso Dutra Nogueira Filho <[email protected]>
@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

@afonsoft

Copy link
Copy Markdown
Owner

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
🔚 Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@sonarqubecloud

Copy link
Copy Markdown

@afonsoft
afonsoft merged commit 7b274a5 into main May 19, 2026
16 of 19 checks passed
@afonsoft
afonsoft deleted the devin/1779147843-agent-harness branch July 12, 2026 18:26
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