agents-docs
v1.0.0
Published
Initialize AGENTS.md and docs scaffolding for AI-assisted development
Readme
agents-docs
CLI to bootstrap agent-oriented docs in your repo.
Usage
From your project root:
npx agents-docs initRun again to refresh the AGENTS.md guidance block; existing files are left as-is.
Layout
.
├── AGENTS.md # Agent rules (appended by this CLI)
├── CONTEXT.md # Domain glossary
├── DESIGN.md # UI / interaction conventions
└── docs/
├── adr/ # ADRs: 0001-slug.md, …
└── prd/ # PRDs: one file per feature