# Manifest to AGENTS.md generator

Canonical tool: https://repoagentkit.com/manifest-to-agents-md

Turn one `package.json`, `pyproject.toml`, `go.mod`, or `Cargo.toml` into a copy-ready root `AGENTS.md`. The tool runs entirely in the visitor's browser and does not upload manifest contents or require an API key.

## What it detects

- Project or module name
- Common framework and tool signals
- Exact common scripts from `package.json`
- Conservative Python commands when pytest, Ruff, mypy, or Poetry are declared
- Standard Go and Cargo validation commands

The result deliberately states that it is a first draft. A single manifest cannot reveal architecture boundaries, CI-only checks, generated-code rules, migrations, or prohibited actions. Review the README, CI configuration, and nearby code before committing the generated file.

## Privacy

File reading, parsing, generation, copying, and downloading happen locally in the browser. Repo Agent Kit analytics record only aggregate tool actions and never manifest contents, filenames, query strings, IP addresses at the application layer, or cross-day identity.
