From 7cfb85f9512be2083075c153ea0585d2c1a5df42 Mon Sep 17 00:00:00 2001 From: g-samroberts Date: Wed, 18 Mar 2026 16:37:14 -0700 Subject: [PATCH] Final linter run --- docs/core/subagents.md | 1 - docs/reference/commands.md | 4 ++-- docs/reference/configuration.md | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/core/subagents.md b/docs/core/subagents.md index b17b02612e..b0cffca3b5 100644 --- a/docs/core/subagents.md +++ b/docs/core/subagents.md @@ -18,7 +18,6 @@ To use custom subagents, you must ensure they are enabled in your } ``` - ## What are subagents? Subagents are "specialists" that the main Gemini agent can hire for a specific diff --git a/docs/reference/commands.md b/docs/reference/commands.md index d1795fbf25..aa4a0d38db 100644 --- a/docs/reference/commands.md +++ b/docs/reference/commands.md @@ -60,8 +60,8 @@ Slash commands provide meta-level control over the CLI itself. - `list` (selecting this opens the auto-saved session browser) - `-- checkpoints --` - `list`, `save`, `resume`, `delete`, `share` (manual tagged checkpoints) - - Unique prefixes (for example `/cha` or `/resu`) resolve to the same - grouped menu. + - Unique prefixes (for example `/cha` or `/resu`) resolve to the same grouped + menu. - **Sub-commands:** - **`debug`** - **Description:** Export the most recent API request as a JSON payload. diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index d6515c0212..d02a930185 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -68,8 +68,8 @@ an environment variable `MY_API_TOKEN`, you could use it in `settings.json` like this: `"apiKey": "$MY_API_TOKEN"`. Additionally, each extension can have its own `.env` file in its directory, which will be loaded automatically. -**Note for Enterprise Users:** For guidance on deploying and managing Gemini -CLI in a corporate environment, please see the +**Note for Enterprise Users:** For guidance on deploying and managing Gemini CLI +in a corporate environment, please see the [Enterprise Configuration](../cli/enterprise.md) documentation. ### The `.gemini` directory in your project