Skip to content

docs: document template name format#276

Open
mishushakov wants to merge 1 commit into
mainfrom
mishushakov/template-name-format
Open

docs: document template name format#276
mishushakov wants to merge 1 commit into
mainfrom
mishushakov/template-name-format

Conversation

@mishushakov

Copy link
Copy Markdown
Member

Adds a Name format section to the template names doc, documenting what the server actually enforces: names are trimmed and lowercased, then must match ^[a-z0-9-_]+$ (lowercase letters, numbers, dashes, underscores; at least one character; leading/trailing dashes and underscores allowed; no length cap). Also notes that uppercase input is auto-lowercased and other characters (spaces, dots, slashes) are rejected.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@cla-bot cla-bot Bot added the cla-signed label Jun 26, 2026
@cursor

cursor Bot commented Jun 26, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Documentation-only change with no runtime or API impact.

Overview
Adds a Name format section to docs/template/names.mdx before team-local naming. It documents trim and lowercase normalization, the ^[a-z0-9-_]+$ rule, allowed characters, no max length, auto-lowercasing of uppercase input, and rejection of invalid characters.

Reviewed by Cursor Bugbot for commit 829bf45. Bugbot is set up for automated code reviews on this repo. Configure here.

@mintlify

mintlify Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
e2b 🟢 Ready View Preview Jun 26, 2026, 3:51 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants