docs: deep polish across all sections (typos, terminology, formatting)#189
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
…changelog
Meaning-preserving copyedit across owned docs directories:
- Headers to sentence case (preserving proper feature names: Agent Mode,
Codebase Context, Command Palette, Warp Drive, Code Review, Skills, etc.)
- Settings paths normalized to **Settings** > **X** (arrows -> bold + >)
- Keyboard shortcuts in backticks with + separator (Cmd+I, Ctrl+Shift+P);
fixed ALL-CAPS combos (CTRL+SHIFT+C -> Ctrl+Shift+C)
- Terminology: agent-mode -> Agent Mode, Mac -> macOS, Github -> GitHub,
ambient agent -> cloud agent, blocklist -> denylist, Secret Reduction ->
Secret Redaction, codebase context -> Codebase Context
- UI buttons bolded (Apply Changes, Fast-Forward, Save)
- Raw-URL link anchors replaced with descriptive link text
- Fixed a stale anchor (#what-telemetry-data-are-you-collecting-and-why ->
#what-telemetry-data-does-warp-collect-and-why)
- Typo fixes ("y you" -> "you", "Serve" -> "server", "t-short" -> "t-shirt",
"commens"/"sumary" in example prompts)
- changelog: light touch only (Github -> GitHub casing typos)
Left intentionally: linter false positives (proper nouns, JSON field names
like status_message/detail, macOS app-bundle paths Contents/MacOS),
embedded sample WARP.md content, generated license body text, verbatim
error-message headers, and judgment-based screenshot-width warnings.
Co-Authored-By: Oz <oz-agent@warp.dev>
Meaning-preserving polish across agent-platform/, getting-started/, and the root index.mdx/quickstart.mdx: - Terminology: normalize "Third-Party CLI Agents" -> "Third-party CLI agents" and "Cloud Agents Overview" -> "Cloud Agents overview"; "Streamable HTTPS" -> "Streamable HTTP"; lowercase "git repository" -> "Git repository"; "docker" -> "Docker"; "StackOverflow" -> "Stack Overflow"; "Large Language Model(s)" -> lowercase for consistency. - Headings/titles: sentence-case generic titles (Keyboard shortcuts, Supported shells, Agent notifications, Integrations overview, Cloud providers); remove redundant bold inside headings. - Formatting: bold settings paths and UI buttons/menu items instead of backticks/plain text; fix Shift-Tab -> Shift+Tab separator; remove GitBook artifacts (trailing/leading  , escaped backticks); add a missing blank line before a heading. - Grammar/punctuation: "a MCP" -> "an MCP server"; "To add a multiple" -> "To add multiple"; missing periods; "bash, and zsh" -> "bash and zsh". - Cross-references: fix an "environment" link that pointed to integration-setup instead of environments; add trailing slashes to two internal links; descriptive link text for fishshell.com. Co-Authored-By: Oz <oz-agent@warp.dev>
Corrective, meaning-preserving polish: typos, grammar, terminology (per glossary), header sentence-case, Settings-path and UI-element formatting, callout types, and link-text quality. Co-Authored-By: Oz <oz-agent@warp.dev>
Consolidates corrective polish of the Warp docs: typos, grammar, terminology consistency, and style-guide formatting fixes across agent-platform, terminal, code, knowledge-and-collaboration, enterprise, guides, reference, support-and-community, getting-started, changelog, and root pages. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR applies broad text-only polish across the docs, including terminology, Markdown formatting, and typo fixes. I reviewed the attached diff, PR description, and spec context; there is no approved spec context to compare against, and I found no blocking correctness or security concerns.
Concerns
- No blocking concerns.
- Non-blocking: a few touched lines still use legacy shortcut notation or quoted UI labels instead of the docs style guide format.
Verdict
Found: 0 critical, 0 important, 3 suggestions
Approve with nits
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
Revert the description-cell terminology edits in the privacy.mdx "Exhaustive telemetry table" so it stays a faithful mirror of the canonical telemetry.json event descriptions. Keep only the header sentence-case fix (anchor slug unchanged). Terminology in telemetry event descriptions should be fixed upstream at the source. Co-Authored-By: Oz <oz-agent@warp.dev>
Per reviewer preference, revert the sentence-casing of frontmatter title: fields across 34 pages. All other polish edits (body section headers, terminology, typos, formatting, links) are unchanged. Co-Authored-By: Oz <oz-agent@warp.dev>
Co-authored-by: oz-for-oss[bot] <277970191+oz-for-oss[bot]@users.noreply.github.com> Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com>
Standardize all Step N: / Step N. / Step N — heading variants to the consistent N. Title format across PR 189 files. Co-Authored-By: Oz <oz-agent@warp.dev>
Summary
Deep, corrective polish across the entire Warp docs content set (
src/content/docs/). This is a cleanup-only pass — typos, grammar, terminology consistency, and style-guide formatting — with no page rewrites, restructures, renames, or navigation/redirect changes.The work was split across three parallel agents, each owning a disjoint set of directories, then merged into this branch:
Total: 181 files changed (+645 / -644).
Representative fixes
AGENTS.md+.agents/references/terminology.md):agent mode→Agent Mode;Github→GitHub;MacOS→macOS;Blocklist→denylist;ambient agent→cloud agent;Agent Modality→Terminal and Agent modes; Oz "programmable agent" → "programmable platform";Streamable HTTPS→Streamable HTTP;WezTerm/iTerm2/VoiceOvercasing.**Settings** > **X**; real clickable UI elements bolded; headers to sentence case (preserving feature/proper names); keyboard shortcuts into backticks with+separators; leftover GitBook artifacts and escaped backticks removed; one mis-leveled:::danger→:::caution.git push –set-upstream(en-dash) →--set-upstream;SHIFT-UP/SHIFT-UPkeybinding →SHIFT-UP/SHIFT-DOWN; broken link slugnvdn/thefuck→nvbn/thefuck; malformed markdown link missing];Secret Reduction→Secret Redaction; assorteda MCP→an MCP,Warps→Warp's, etc.Related issues
None — proactive cleanup pass.
Validation
npm run build— ✅ 337 pages built, 0 errors.npm run typecheck(astro check) — ✅ 0 errors (pre-existing TS deprecation hints in.astro/.tsxcomponents only).python3 .agents/skills/check_for_broken_links/check_links.py --internal-only— ✅ 0 broken internal links (2,907 checked).python3 .agents/skills/style_lint/style_lint.py --all— actionable categories reduced (OZ-TERM 4→0, DEPRECATED 5→2, PRODUCT-CASING 17→2, HEADER-CASE 156→79). Remaining items are confirmed false positives or intentional keeps: proper-noun headers, defined-term acronyms (ZDR/SSO/BYOLLM), code identifiers and keyboard keys in backticks (Enter,.dmg,settings.toml,imagePullSecrets,status_message), and 217 judgment-based screenshot-maxWidthwarnings (left per scope).npm run lint(Trunk) not run — Trunk is not installed locally.Screenshots
None — text-only changes.
Follow-ups
Items intentionally left for human review (out of polish scope or need a domain decision):
secret-redaction.mdxkeeps the literal UI label "Hide secrets in blocklist" — the product UI itself uses the deprecated "blocklist" term.cmd.exesupport wording differs betweensupported-shellsandmigrate-from-windows-terminal; conversation-forking key differs between two pages; skill-directory precedence order differs betweenskills.mdxandskills-as-agents.mdx;subshells.mdxusesdefaults update(likely should bedefaults write).⌘+IvsCMD + Ivs⌘I), "Computer Use"/"Full Terminal Use" body casing vs lowercase page titles, and relative vs absolutedocs.warp.devcross-space link style.how-to-set-up-ollama.mdxand a GitHub MCP guide; a possibly-stray bullet intabs-behavior.mdx.Co-Authored-By: Oz oz-agent@warp.dev