create-astro@5.1.0
vectordotdev/vectorcreate-astro@5.1.0Jun 22, 2026by astrobot-houston
AI Summary
This release adds a default AGENTS.md file to new Astro projects with dev server instructions and documentation links. The package also creates a CLAUDE.md symlink (with hard link fallback) to facilitate Claude Code integration.
Key Highlights
- Adds default AGENTS.md file to new projects
- Includes dev server instructions and documentation links
- Creates CLAUDE.md symlink with hard link fallback
New Features
- AGENTS.md file with project documentation
- CLAUDE.md symlink for Claude Code integration
- Hard link fallback for systems that don't support symlinks
Full Release Notes
### Minor Changes - [#17122](https://github.com/withastro/astro/pull/17122) [`cbd6123`](https://github.com/withastro/astro/commit/cbd6123f072190df9c6bd49f5baf0e248e521d20) Thanks [@matthewp](https://github.com/matthewp)! - Adds a default `AGENTS.md` file to new projects with dev server instructions and documentation links. Also creates a `CLAUDE.md` symlink (with hard link fallback) pointing to `AGENTS.md`.