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
This commit is contained in:
Matt Vollmer
2026-03-17 20:37:39 -04:00
committed by GitHub
parent 665db7bdeb
commit 9df7fda5f6
2 changed files with 11 additions and 11 deletions
@@ -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).
+1 -1
View File
@@ -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"]