apps/docs/content/docs/react/migration/(migration-for-agents)/agents-md.mdx
Download HeroUI v2 to v3 migration documentation directly into your project for AI assistants to reference.
<Callout> **Note:** The `agents-md --migration` command downloads migration docs only. Use `--react` for component documentation. Only one library option is supported at a time. </Callout>npx heroui-cli@latest agents-md --migration
Or specify output file:
npx heroui-cli@latest agents-md --migration --output AGENTS.md
.heroui-docs/migration/AGENTS.md or CLAUDE.md with migration-specific content.heroui-docs/ to .gitignore automatically--migration - Download migration docs only (v2 to v3)--output <files...> - Target file(s) (e.g., AGENTS.md or AGENTS.md CLAUDE.md)--ssh - Use SSH for git cloneMigration docs are useful for any project migrating from HeroUI v2 to v3. The target project needs:
@heroui/react or @heroui/styles (after migration)