This is the agents.map project — a spec, CLI, and landing site for the AGENTS.map format.
spec/— The v1 specification (v1.md).cli/— TypeScript CLI published asagentsmapon npm.site/— React + Tailwind landing page.examples/— Example AGENTS.map.md files for common repo architectures.
- All code is TypeScript, strict mode.
- CLI uses ESM (
"type": "module") with Node 18+. - Site uses Vite, Tailwind CSS v4, React.
- Commits should be concise and describe the "why."
- CLI tests:
cd cli && npm test(Vitest, 32 tests). - Site build:
cd site && pnpm build.
AGENTS.map.md— The root map indexing all AGENTS.md files in this repo (we eat our own dog food).cli/src/index.ts— CLI entry point with all commands.spec/v1.md— The canonical spec document.