Skip to content

docs(audit): tier 2/3/5 — feature-name + Github casing sweep#108

Merged
hongyi-chen merged 2 commits into
mainfrom
hyc/audit-tier2-casing
May 19, 2026
Merged

docs(audit): tier 2/3/5 — feature-name + Github casing sweep#108
hongyi-chen merged 2 commits into
mainfrom
hyc/audit-tier2-casing

Conversation

@hongyi-chen
Copy link
Copy Markdown
Collaborator

Post-orchestration-launch audit, pass 2: align titles + link text + feature-name casing across docs.

Changes

Title sentence case

  • deployment-patterns.mdx:2 'Deployment Patterns' → 'Deployment patterns'
  • managing-cloud-agents.mdx:2 'Managing Cloud Agents' → 'Managing cloud agents'

Both match their existing sidebar labels.

Body-text link sentence case

The Self-hosting page title is sentence case (Self-hosting), but seven links throughout the corpus used [Self-Hosting] (Title Case). One link also used [Deployment Patterns]. Fixed in:

  • enterprise/getting-started/getting-started-enterprise.mdx:166
  • agent-platform/cloud-agents/platform.mdx:188
  • agent-platform/cloud-agents/overview.mdx:60
  • agent-platform/cloud-agents/faqs.mdx (L60, L206, L229)
  • reference/api-and-sdk/troubleshooting/errors/operation-not-supported.mdx:58

Feature-name PRODUCT-CASING (Codebase Context / Agent Mode / Command Palette)

  • code/overview.mdx:9 — 'codebase context' → 'Codebase Context'
  • privacy.mdx (8×) — telemetry table descriptions. Event names in the left column are emitted by product code and remain unchanged; descriptions in the right column now match the canonical feature-name casing.

External-name casing (Github → GitHub)

  • guides/agent-workflows/how-to-run-3-agents-in-parallel-...mdx:52 — prompt example
  • guides/build-an-app-in-warp/building-a-real-time-chat-app-...mdx:2,232 — page title + appendix link (also dropped a stray trailing space)
  • guides/external-tools/github-mcp-summarizing-...mdx:2 — page title

Intentionally skipped (false positives)

  • enterprise/index.mdx:12 'Warp Terminal' — legitimate distinguishing usage (the bullet that distinguishes Warp Terminal from Oz). Per AGENTS.md: Warp (not 'Warp Terminal' unless specifically distinguishing) — this is the exception case.
  • sending-us-feedback.mdx:109,112 'MacOS' — literal macOS app-bundle directory name in /Applications/Warp.app/Contents/MacOS/<binary>. Cannot change without breaking the path.
  • slash-commands.mdx:21 'agent mode' — couldn't locate a lowercase "agent mode" on that line; appears to be a lint false positive.

Validation

  • check_for_broken_links: 0 broken / 2577 internal links
  • style_lint: PRODUCT-CASING 11 → 2 (false positives), EXTERNAL-CASING 6 → 2 (false positives)
  • npm run build: 332 pages built clean

Stacking

This PR sits alongside #107 (Tier 1 terminology drift). Both target main; they touch overlapping files (overview.mdx, privacy.mdx) but disjoint regions. PR #107 can be merged first or after.

Tier 6 (blocklist → denylist sweep) will follow as a separate PR.

Co-Authored-By: Oz oz-agent@warp.dev

@vercel
Copy link
Copy Markdown

vercel Bot commented May 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment May 19, 2026 11:45pm

Request Review

@cla-bot cla-bot Bot added the cla-signed label May 19, 2026
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented May 19, 2026

@hongyi-chen

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 /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR applies documentation casing updates across page titles, link text, feature names, and GitHub references. I reviewed the annotated diff, the PR description, and the available spec context; the changes are docs-only and align with the documented casing conventions.

Concerns

No blocking concerns found. No approved or repository spec context was available for additional spec-drift validation.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

…ontext / Agent Mode / Command Palette casing in privacy.mdx, fix Github → GitHub in guides

Casing sweep after the orchestration-launch + multi-agent merges.

## Title sentence case (deployment-patterns, managing-cloud-agents)
* deployment-patterns.mdx, managing-cloud-agents.mdx — page titles
  switched from Title Case to sentence case, matching their sidebar
  labels.

## Body-text link sentence case ([Self-Hosting], [Deployment Patterns])
Per AGENTS.md (sentence-case headers; proper-feature-name casing in
PROPER_FEATURE_NAMES); the page itself is 'Self-hosting' so link text
should match:
* enterprise/getting-started/getting-started-enterprise.mdx
* agent-platform/cloud-agents/platform.mdx
* agent-platform/cloud-agents/overview.mdx
* agent-platform/cloud-agents/faqs.mdx (3 occurrences, including one
  [Deployment Patterns] → [Deployment patterns])
* reference/api-and-sdk/troubleshooting/errors/operation-not-supported.mdx

## Feature-name PRODUCT-CASING (Codebase Context / Agent Mode /
Command Palette)
* code/overview.mdx:9 — 'codebase context' → 'Codebase Context'
* privacy.mdx telemetry table (8x) — event-description column updated
  to capitalize the feature names. Event names in the left column are
  emitted by product code and unchanged.

## External name casing (Github → GitHub)
* guides/.../how-to-run-3-agents-...mdx:52 — prompt example
* guides/build-an-app-in-warp/building-a-real-time-chat-app-...mdx:2,232
  — page title + appendix link (also dropped a trailing space)
* guides/external-tools/github-mcp-summarizing-...mdx:2 — page title

## Skipped (false positives)
* enterprise/index.mdx:12 'Warp Terminal' — legitimate distinguishing
  usage (it's the bullet that distinguishes Warp Terminal from Oz).
* sending-us-feedback.mdx:109,112 'MacOS' — literal macOS app-bundle
  directory name in /Applications/.../Contents/MacOS/<binary>.
* slash-commands.mdx:21 'agent mode' — unable to locate a lowercase
  'agent mode' string on that line; likely a lint false positive.

Validation: 0 broken links / 2577 internal, lint clears 7 PRODUCT-CASING +
Title Case + External-Casing warnings, 332 pages build clean.

Co-Authored-By: Oz <oz-agent@warp.dev>
Copy link
Copy Markdown
Contributor

@rachaelrenk rachaelrenk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 🚀

@hongyi-chen hongyi-chen merged commit fbe224b into main May 19, 2026
6 of 7 checks passed
@hongyi-chen hongyi-chen deleted the hyc/audit-tier2-casing branch May 19, 2026 23:43
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