verdoc_agents_md
Generate an AGENTS.md file for a public GitHub repository by extracting build and test commands, directory maps, and entry points from the repo's own manifests, with every path verified against the git tree to avoid guesses.
Instructions
Generate an AGENTS.md for a public GitHub repository: build and test commands quoted from the repository's own manifests with the source file named, a directory map, entry points and edit boundaries. Every path is checked against the git tree and anything ambiguous is marked unverified rather than guessed. Use this before working in a repository you do not already know. Costs $0.02 in USDC from the configured wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Public GitHub repository as owner/name, or a github.com URL. | |
| format | No | 'markdown' returns the file ready to write to disk; 'json' adds provenance. | markdown |