mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
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:
@@ -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
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user