# AGENTS.md

O AGENTS.md compacto gerado pelo Project Harness v0.2.0 ao inicializar um repositório novo.

## Starter mínimo

```markdown
# Project Agent Instructions

<!-- project-harness:managed:agents:begin -->
## Project Harness

This harness coordinates context and durable work for this project only.
It does not coordinate sibling projects, workspaces, or external systems.

Read in this order:

1. `docs/project-context.md`
2. `ARCHITECTURE.md`
3. `docs/decisions.md`
4. `docs/next-actions.md`
5. `docs/session-log.md`

Use the package CLI for the supported loop: `open`, `digest`, `checkpoint`,
`close`, and `verify`. Human-authored instructions belong outside this block.
<!-- project-harness:managed:agents:end -->
```

- [Baixar starter](/downloads/artifacts/agents-md/AGENTS.md)

## Resultado esperado

Um agente de código entra no repositório, executa os comandos corretos, respeita as convenções locais e verifica o trabalho sem adivinhar.

## Fonte

- [Project Harness v0.2.0 · Pacote publicado](https://github.com/fabianomag/agent-harnesses/releases/download/v0.2.0/project-harness-0.2.0.zip)
