Skip to content

docs: terminology sweep - CLI/API reference sunset callouts (GROW-6090) - #593

Draft
warp-agent-staging[bot] wants to merge 2 commits into
mainfrom
grow-6090-terminology-sweep
Draft

docs: terminology sweep - CLI/API reference sunset callouts (GROW-6090)#593
warp-agent-staging[bot] wants to merge 2 commits into
mainfrom
grow-6090-terminology-sweep

Conversation

@warp-agent-staging

@warp-agent-staging warp-agent-staging Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Summary

Terminology sweep for GROW-6090: verification-and-gap-filling pass over sidebar labels, the style guide/glossary, and new CLI/API reference callouts for the oz -> warp CLI sunset window.

Ref: GROW-6090

Changes

1. Sidebar label audit (src/sidebar.ts)

No changes. Audited every remaining "Oz" occurrence:

  • platform/oz-web-app renders through VARS.WEB_APP (deliberate holdout, matches "What still says Oz").
  • reference/cli legacy label renders through ${VARS.WARP_AGENT_CLI} (legacy) (deliberate holdout).
  • reference/api-and-sdk label renders through VARS.API_SDK_NAME (deliberate holdout).
  • Remaining "Oz" hits are historical code comments (8/18 rename notes), not rendered labels.

No stale hardcoded "Oz" labels found.

2. Style guide / glossary pass (AGENTS.md, .agents/references/terminology.md)

  • Fixed an internal date inconsistency in terminology.md: the "Warp Agent CLI" usage note said the Oz CLI is retired "at the next launch (approximately August 18, 2026)", which contradicted the canonical "What still says Oz" holdout date of 2026-09-15 (and vars.ts) elsewhere in the same file. Updated the note to point at 2026-09-15 and added the new oz-commands-supported-through-September fact from this ticket.
  • Verified AGENTS.md's Terminology standards section against terminology.md (Core terms, Oz CLI commands list, Terms to avoid, Automation Platform article rule, Warp Factories rules) — all consistent, no other gaps found.

3. CLI/API reference callouts (substantive new work)

  • src/content/docs/reference/cli/index.mdx (landing page): the deprecation :::caution states that oz commands remain supported through the end of September 2026, and that the Warp Agent CLI reference does not yet document warp equivalents for every workflow on the page.
  • All 10 CLI reference subpages (agent-profiles, api-keys, artifacts, federate, integration-setup, mcp-servers, quickstart, skills, troubleshooting, warp-drive): kept each page's existing deprecation :::caution, adding only the September 2026 support-window fact (no page-specific "workflows" claim, since that wording didn't fit pages like artifacts or federate).
  • src/content/docs/reference/api-and-sdk/index.mdx: added a :::note scoping the same September 2026 window to the oz command examples referenced from this reference (e.g. oz environment list), and noting the Warp Agent CLI reference doesn't document a warp equivalent yet.
  • Left the Oz API & SDK naming/branding untouched — see below.

Revisions from review

  • src/data/vars.ts: fixed a stale comment that still said the Oz CLI migration happens "at the next launch, approximately 2026-08-18" — now matches the 2026-09-15 holdout date used everywhere else (variable value unchanged).
  • Overly broad "no warp equivalents" claim: the original callout wording implied no warp CLI command exists anywhere, which the 2025 changelog contradicts (warp environment list, warp integration list are already documented there from an earlier CLI surface). Reworded every callout to scope the claim to what the Warp Agent CLI reference documents today, rather than asserting non-existence.
  • Subpage callout wording: removed the "for these workflows... haven't been defined" clause from the 10 CLI reference subpages, since it had no clear referent on pages like artifacts, federate, mcp-servers, skills, and agent-profiles. Those pages now carry only the September 2026 support-window fact; the reference-scoped claim lives on the CLI landing page and the API & SDK note.
  • Contraction in a caution callout: reworded to avoid "haven't" per AGENTS.md's guidance against contractions in formal warnings.
  • Visual proof: added screenshots of the three primary rendered pages below.

Out of scope (needs a human decision)

  • Oz API -> Warp API/SDK naming. Per the ticket, "Warp API" is only a working assumption pending confirmation ahead of the September 19 cutover. I did not add a backwards-compatibility callout naming a successor, and did not touch API_SDK_NAME in vars.ts. A safe, successor-name-free version of that callout is possible (e.g. "the Oz API & SDK name changes soon; endpoints and existing SDK versions keep working") but I left it undone rather than guess.

Overlap with PR #583

Reviewed factory/rev-38-docs-audit-findings (#583). It touches terminology.md (Launch Configuration, Computer Use, Full Terminal Use, ZDR, SSO entries — unrelated to the Automation Platform/Oz sections) and agents/cli/quickstart.mdx, agents/cli/reference.mdx, reference/cli/mcp-servers.mdx (the Warp Agent CLI docs, not the legacy reference/cli/ Oz CLI reference this PR touches, except mcp-servers.mdx where PR #583 renamed a heading unrelated to the callout lines this PR edits). No line-level collisions expected between the two PRs.

Verification

  • npm run build — succeeds, no errors.
  • python3 .agents/skills/style_lint/style_lint.py --changed — no new issues on edited lines (pre-existing, unrelated warnings in touched files were left alone to keep the diff scoped).
  • python3 .agents/skills/style_lint/test_platform_determiner.py and test_factory_proper_noun.py — all pass.
  • python3 .agents/skills/check_for_broken_links/check_links.py --internal-only — 0 broken links across 3859 internal links.
Computer-use screenshots (3)

Page 1 (/reference/cli/) - "Oz CLI reference" title with top "Caution" callout box fully visible after hard reload
Page 1 (/reference/cli/) - "Oz CLI reference" title with top "Caution" callout box fully visible after hard reload

Page 2 (/reference/api-and-sdk/) - "Oz API & SDK reference" title with top "Note" callout box fully visible after hard reload
Page 2 (/reference/api-and-sdk/) - "Oz API & SDK reference" title with top "Note" callout box fully visible after hard reload

Page 3 (/reference/cli/quickstart/) - "CLI quickstart" title with top "Caution" callout box fully visible after hard reload
Page 3 (/reference/cli/quickstart/) - "CLI quickstart" title with top "Caution" callout box fully visible after hard reload

@cla-bot cla-bot Bot added the cla-signed label Aug 21, 2026
@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Aug 21, 2026 12:22am

Request Review

@warp-agent-staging

Copy link
Copy Markdown
Contributor Author

This PR was generated with Warp.

Comment @warp-factory on this PR to send it follow-up work.

View run View conversation View on Linear

- fix stale Aug-18 comment in vars.ts to match the 9/15 holdout
- scope the 'no warp equivalents' claim to what the Warp Agent CLI
  reference documents, instead of asserting nothing exists anywhere
  (the 2025 changelog already lists warp environment/integration list)
- drop the unsupported 'for these workflows' claim from the shared
  subpage callout; keep the reference-scoped claim only on the CLI
  landing page and the API & SDK note
- replace 'haven't' with 'have not' phrasing per AGENTS.md

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

@warp-agent-staging warp-agent-staging Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Overview

Terminology sweep for GROW-6090: sidebar audit (no changes needed), a date-consistency fix in the glossary, and new sunset callouts on the CLI and API & SDK reference pages. One open question needs a human decision before this is safe to merge.

Concerns

  • Three different September dates are now in play and they do not reconcile. The glossary says the Oz CLI is retired and wrapped into the Warp Agent CLI on 2026-09-15, these callouts say oz commands remain supported through the end of September 2026, and GROW-6090 refers to a September 19 cutover. Nothing here states which executable accepts oz commands in the gap after 9/15, so a reader who follows the callout has no migration path for the last two weeks of the support window. Confirm whether 9/15 is only the naming/binary migration with end-of-September as legacy-syntax compatibility — and if so, what accepts the legacy syntax — or pick one authoritative date and the callouts will be rewritten to it.
  • Related and still open from the ticket itself: the successor name for the Oz API is unconfirmed, so this PR deliberately ships no backwards-compatibility callout for the Oz API to Warp API/SDK migration and leaves API_SDK_NAME untouched. That omission is intentional, not a gap. Once the name is confirmed, the callout and the variable flip are a small follow-up.

Verdict

Checks: build pass, tests pass, CI green, visual proof present

Found: 0 critical, 1 important, 0 suggestions, 0 nits

Five further findings were raised in review and are already addressed on this branch in commit 433a697: a stale 2026-08-18 date in src/data/vars.ts, an over-broad "no warp equivalents exist" claim contradicted by the 2025 changelog, subpage callout wording with no referent, a contraction in a formal warning, and the missing visual proof.

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.

0 participants