docs: glossary terminology + build hygiene cleanup#46
Merged
hongyi-chen merged 3 commits intomainfrom May 8, 2026
Merged
Conversation
* Replace 'AI agent(s)' with 'agent(s)' across 15 guide pages — the glossary calls out the redundant AI prefix. * Capitalize 'agent mode' to 'Agent Mode' in two guides and the privacy telemetry table. * Replace 'whitelist' with 'allowlist' in the customize-appearance guide. Note: 'blocklist' references in src/content/ were intentionally left as-is. Most refer to Warp UI element names (e.g. 'Blocklist' subshell feature, 'Hide secrets in blocklist' setting) or to the list-of-Blocks UX, not security denylists. A separate content rewrite pass would be needed to bring those into glossary alignment. Co-Authored-By: Oz <oz-agent@warp.dev>
* astro.config.mjs: Map 'promql' to 'text' through Expressive Code's shiki.langAlias config. Shiki doesn't bundle a PromQL grammar, so every build emitted six 'language could not be found' warnings for the PromQL examples in monitoring.mdx. Aliasing keeps the semantic 'promql' tag in the source MDX while silencing the warnings. * .agents/skills/style_lint/style_lint.py: Update DOCS_ROOT from 'docs' to 'src/content/docs' so the script actually scans Astro Starlight content. Previously '--all' silently scanned 0 files and reported 'No issues found'. Also include .mdx alongside .md in the file walk and fix a stale 'docs/' path in the changed-files and PR helpers. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
rachaelrenk
reviewed
May 8, 2026
| @@ -1,5 +1,5 @@ | |||
| --- | |||
| title: "5 AI agent workflows for product managers" | |||
Contributor
There was a problem hiding this comment.
I have a feeling that we included "AI" in the title for SEO reasons, an intentional stray from our style rule that "AI agents" is redundant 🤔
Collaborator
Author
There was a problem hiding this comment.
Good catch — restored "AI" in the title for SEO in 4c1b306.
rachaelrenk
approved these changes
May 8, 2026
Contributor
rachaelrenk
left a comment
There was a problem hiding this comment.
One ? about a page title change, no strong feelings just a hunch we chose that title specifically...otherwise, all LGTM! 🛸
Per Rachael's review comment: keep "AI" in the title intentionally for SEO even though our style guide treats "AI agents" as redundant. Co-Authored-By: Oz <oz-agent@warp.dev>
dannyneira
pushed a commit
that referenced
this pull request
May 8, 2026
* Apply glossary terminology fixes * Replace 'AI agent(s)' with 'agent(s)' across 15 guide pages — the glossary calls out the redundant AI prefix. * Capitalize 'agent mode' to 'Agent Mode' in two guides and the privacy telemetry table. * Replace 'whitelist' with 'allowlist' in the customize-appearance guide. Note: 'blocklist' references in src/content/ were intentionally left as-is. Most refer to Warp UI element names (e.g. 'Blocklist' subshell feature, 'Hide secrets in blocklist' setting) or to the list-of-Blocks UX, not security denylists. A separate content rewrite pass would be needed to bring those into glossary alignment. Co-Authored-By: Oz <oz-agent@warp.dev> * Fix build noise and broken style_lint script * astro.config.mjs: Map 'promql' to 'text' through Expressive Code's shiki.langAlias config. Shiki doesn't bundle a PromQL grammar, so every build emitted six 'language could not be found' warnings for the PromQL examples in monitoring.mdx. Aliasing keeps the semantic 'promql' tag in the source MDX while silencing the warnings. * .agents/skills/style_lint/style_lint.py: Update DOCS_ROOT from 'docs' to 'src/content/docs' so the script actually scans Astro Starlight content. Previously '--all' silently scanned 0 files and reported 'No issues found'. Also include .mdx alongside .md in the file walk and fix a stale 'docs/' path in the changed-files and PR helpers. Co-Authored-By: Oz <oz-agent@warp.dev> * Restore "AI" in PM guide title for SEO Per Rachael's review comment: keep "AI" in the title intentionally for SEO even though our style guide treats "AI agents" as redundant. Co-Authored-By: Oz <oz-agent@warp.dev> --------- Co-authored-by: Oz <oz-agent@warp.dev>
dannyneira
added a commit
that referenced
this pull request
May 8, 2026
* docs: add changelog entry for 2026.05.06 release Co-Authored-By: Oz <oz-agent@warp.dev> * fix: address review comments on 2026.05.06 changelog entry - Add missing blank line before ### header - Wrap slash commands in backticks (/set-tab-color, /continue-locally, /feedback, /open-file) - Wrap gh pr view and --version flag in backticks - Fix keyboard shortcut formatting: cmd+f → `⌘+F`, Ctrl-G → `Ctrl+G` - Add Linux capitalization - Fix verb tense: Fixes → Fixed - Rewrite internal ticket copy to user-facing prose - Expand Cmd/Ctrl+Shift+Up/Down to platform-split format with symbols Co-Authored-By: Oz <oz-agent@warp.dev> * docs: glossary terminology + build hygiene cleanup (#46) * Apply glossary terminology fixes * Replace 'AI agent(s)' with 'agent(s)' across 15 guide pages — the glossary calls out the redundant AI prefix. * Capitalize 'agent mode' to 'Agent Mode' in two guides and the privacy telemetry table. * Replace 'whitelist' with 'allowlist' in the customize-appearance guide. Note: 'blocklist' references in src/content/ were intentionally left as-is. Most refer to Warp UI element names (e.g. 'Blocklist' subshell feature, 'Hide secrets in blocklist' setting) or to the list-of-Blocks UX, not security denylists. A separate content rewrite pass would be needed to bring those into glossary alignment. Co-Authored-By: Oz <oz-agent@warp.dev> * Fix build noise and broken style_lint script * astro.config.mjs: Map 'promql' to 'text' through Expressive Code's shiki.langAlias config. Shiki doesn't bundle a PromQL grammar, so every build emitted six 'language could not be found' warnings for the PromQL examples in monitoring.mdx. Aliasing keeps the semantic 'promql' tag in the source MDX while silencing the warnings. * .agents/skills/style_lint/style_lint.py: Update DOCS_ROOT from 'docs' to 'src/content/docs' so the script actually scans Astro Starlight content. Previously '--all' silently scanned 0 files and reported 'No issues found'. Also include .mdx alongside .md in the file walk and fix a stale 'docs/' path in the changed-files and PR helpers. Co-Authored-By: Oz <oz-agent@warp.dev> * Restore "AI" in PM guide title for SEO Per Rachael's review comment: keep "AI" in the title intentionally for SEO even though our style guide treats "AI agents" as redundant. Co-Authored-By: Oz <oz-agent@warp.dev> --------- Co-authored-by: Oz <oz-agent@warp.dev> * docs: add Oz updates sections to 2026.05.06 and 2026.04.29 changelog entries Co-Authored-By: Oz <oz-agent@warp.dev> --------- Co-authored-by: Oz <oz-agent@warp.dev> Co-authored-by: Hong Yi Chen <hongyi@warp.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Docs cleanup pass after auditing for issues worth fixing: terminology drift against the AGENTS.md glossary, build noise, and a silently broken
style_lintskill. Each commit is scoped to a single fix.Changes
Apply glossary terminology fixesAI agent(s)→agent(s)across 15 guide pages — the glossary calls out the redundant "AI" prefix.agent mode→Agent Modein two guides and the privacy telemetry table (4 occurrences).whitelist→allowlistinhow-to-customize-warps-appearance.mdx.blocklistreferences insrc/content/. Most refer to Warp UI element names (e.g.Blocklistsubshell feature,Hide secrets in blocklistsetting) or to the list-of-Blocks UX, not security denylists. A separate content rewrite is the right vehicle for those.Fix build noise and broken style_lint scriptastro.config.mjs: Mappromql→textthrough Expressive Code'sshiki.langAlias. Shiki doesn't bundle a PromQL grammar, so every build emitted six "language could not be found" warnings for the PromQL examples inmonitoring.mdx. Aliasing keeps the semanticpromqltag in the source while silencing the warnings..agents/skills/style_lint/style_lint.py: UpdateDOCS_ROOTfromdocs→src/content/docsso the script actually scans Astro Starlight content. Previously--allsilently scanned 0 files and reported "No issues found". Also include.mdxalongside.mdin the file walk and fix a staledocs/path in the changed-files / PR helpers. Verified:--allnow scans 307 files (was 0).Validation
npm run buildsucceeds — 316 pages built, no warnings, noRangeError(the prior_llms-txt/support.txtcrash was caused by a stale localnode_moduleswherepatch-packagehadn't appliedpatches/starlight-llms-txt+0.8.1.patch; reapplying the patch fixed it without touching this branch).python3 .agents/skills/check_for_broken_links/check_links.py --internal-onlyreports 0 broken links across 314 files / 2,371 internal links.Artifacts
Co-Authored-By: Oz oz-agent@warp.dev