What problem does it solve? New coding projects lack a standardized, agent-readable configuration file, forcing every AI coding assistant to rediscover build commands, test workflows, and style conventions from scratch. ## Core Features & Use Cases - Ecosystem Detection: Reads manifest files like package.json, pyproject.toml, Cargo.toml, and go.mod to infer install, build, test, and lint commands. - AGENTS.md Generation: Produces a concise root AGENTS.md following the open agents.md standard, consumed by OpenCode, Codex, Cursor, Aider, Devin, and Gemini CLI. - Safe Overwrite Handling: When AGENTS.md already exists, it asks the user to skip, overwrite with a timestamped backup, or review a diff before touching anything. - Use Case: After cloning a Node.js monorepo with no agent configuration, run the bootstrap to produce an AGENTS.md capturing pnpm scripts, directory layout, ESLint rules, and PR conventions. ## Quick Start Ask the agent to bootstrap this repository and generate a root AGENTS.md describing its setup, testing, and code style conventions.