diff --git a/docs/api/glob.md b/docs/api/glob.md index 10cac0e00f..0da7e72251 100644 --- a/docs/api/glob.md +++ b/docs/api/glob.md @@ -15,7 +15,6 @@ for await (const file of glob.scan(".")) { } ``` - **Match a string against a glob pattern**: ```ts diff --git a/docs/api/globals.md b/docs/api/globals.md index 5e3cdd1113..1a98bb0899 100644 --- a/docs/api/globals.md +++ b/docs/api/globals.md @@ -385,4 +385,3 @@ Bun implements the following globals. -   {% /table %} - diff --git a/docs/cli/init.md b/docs/cli/init.md index a3b5919e02..0253333b73 100644 --- a/docs/cli/init.md +++ b/docs/cli/init.md @@ -34,6 +34,7 @@ It creates: - a `README.md` file AI Agent rules (disable with `$BUN_AGENT_RULE_DISABLED=1`): + - a `CLAUDE.md` file when Claude CLI is detected (disable with `CLAUDE_CODE_AGENT_RULE_DISABLED` env var) - a `.cursor/rules/*.mdc` file to guide [Cursor AI](https://cursor.sh) to use Bun instead of Node.js and npm when Cursor is detected diff --git a/docs/cli/outdated.md b/docs/cli/outdated.md index 27e4f9f374..2b1d15aee9 100644 --- a/docs/cli/outdated.md +++ b/docs/cli/outdated.md @@ -88,4 +88,3 @@ $ bun outdated -r ``` {% bunCLIUsage command="outdated" /%} -