From 9df7fda5f6c4bfe497156503caed5a67303daa2d Mon Sep 17 00:00:00 2001 From: Matt Vollmer Date: Tue, 17 Mar 2026 20:37:39 -0400 Subject: [PATCH] docs: rename "Template Routing" to "Template Optimization" (#23192) Renames the page title from "Template Routing" to "Template Optimization" in both the markdown H1 header and the docs manifest entry. --- PR generated with Coder Agents --- .../template-optimization.md | 20 +++++++++---------- docs/manifest.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/ai-coder/agents/platform-controls/template-optimization.md b/docs/ai-coder/agents/platform-controls/template-optimization.md index 40c36d6d77..9082124f77 100644 --- a/docs/ai-coder/agents/platform-controls/template-optimization.md +++ b/docs/ai-coder/agents/platform-controls/template-optimization.md @@ -1,4 +1,4 @@ -# Template Routing +# Template Optimization Not every chat with Coder Agents requires a workspace. A workspace is only provisioned when the agent decides it needs compute — to read files, write code, run commands, or @@ -247,12 +247,12 @@ provisioning from scratch. The agent can begin working immediately. Use this as a quick reference when creating or updating templates for Coder Agents: -- [ ] Template has a specific, natural-language description that includes - language, framework, and target project or service. -- [ ] Display name is readable and descriptive. -- [ ] Network egress is restricted to the control plane and git provider. -- [ ] External service credentials use minimal-scope tokens. -- [ ] Template parameters have sensible defaults and descriptive metadata. -- [ ] Language runtimes, build tools, and git are pre-installed. -- [ ] Prebuilt workspaces are configured for high-traffic presets (Premium). -- [ ] Working directory is set to the target repository (if applicable). +- Template has a specific, natural-language description that includes + language, framework, and target project or service. +- Display name is readable and descriptive. +- Network egress is restricted to the control plane and git provider. +- External service credentials use minimal-scope tokens. +- Template parameters have sensible defaults and descriptive metadata. +- Language runtimes, build tools, and git are pre-installed. +- Prebuilt workspaces are configured for high-traffic presets (Premium). +- Working directory is set to the target repository (if applicable). diff --git a/docs/manifest.json b/docs/manifest.json index d175842551..f2c08a4739 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1218,7 +1218,7 @@ "state": ["early access"], "children": [ { - "title": "Template Routing", + "title": "Template Optimization", "description": "Best practices for creating templates that are discoverable and useful to Coder Agents", "path": "./ai-coder/agents/platform-controls/template-optimization.md", "state": ["early access"]