bun init now generates a default Claude.md file
bun is a JavaScript runtime that emphasizes speed and modern tooling. The `bun init` command scaffolds a new project with default files. Documentation now
bun is a JavaScript runtime that emphasizes speed and modern tooling. The `bun
init` command scaffolds a new project with default files. Documentation now
shows that it automatically creates a file named Claude.md. Claude.md is
intended for storing prompts or notes related to Claude AI. This default file
appears without additional flags during project initialization. Developers can
edit or remove the file if it is not needed. The behavior simplifies setup for
users who plan to integrate Claude. The change is detailed in the official bun
runtime templating guide.