docs: correct Oz CLI/API/web app holdout date to 10/6/2026 (GROW-6090 follow-up) - #681
Conversation
…(GROW-6090) The Oz CLI/API/web app retirement date changed to October 6, 2026 (the Factories GA launch date) instead of September 15, 2026. Update every 9/15-style reference across the files touched by #680, without touching the separate end-of-September-2026 oz command support-window callouts (a distinct deadline). Co-Authored-By: Warp <agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@warp-agent-staging[bot] 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 updates internal terminology references, constants, and code comments from the September 15 Oz CLI/API/web app holdout date to October 6, 2026. The changed lines themselves are consistent with the requested new date, and the security pass found no concerns because the diff only changes documentation/reference copy and comments.
Concerns
⚠️ The PR leaves visible docs content with the old September 15 holdout date, so the site would still publish conflicting retirement guidance after merge. The remaining stale references are insrc/content/docs/platform/index.mdx(transition comment and notice),src/content/docs/platform/overview.mdx(transition comment and notice), and the repository style guide copy inAGENTS.mdunder Automation Platform terminology. These files are not in the annotated diff, so this is reported at the top level instead of inline.
Verdict
Found: 0 critical, 1 important, 0 suggestions
Request changes
Comment /warp-agent-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
…md (GROW-6090) The prior commit (223b741) updated the holdout date in .agents/references/terminology.md, style_lint.py, vars.ts, and sidebar.ts, but missed the transition-notice comment + note text in platform/index.mdx and platform/overview.mdx, and the two duplicated copies of the terminology entries in the repo-root AGENTS.md style guide. Update all remaining September 15, 2026 / 2026-09-15 references to October 6, 2026, matching each occurrence's existing prose/date format. The unrelated end-of-September-2026 oz command support-window callouts are untouched. Co-Authored-By: Warp <agent@warp.dev>
|
Addressed in df5eadbbb4a1d409aca1e23abd5143ccb05a3fa3: updated the remaining September 15, 2026 / 2026-09-15 references to October 6, 2026 in |
There was a problem hiding this comment.
Overview
This follow-up corrects the remaining September 15 holdout dates to October 6. The source changes meet that scope, but the PR description misstates the held-back API scope and needs revision before acceptance.
Concerns
API_SDK_NAME remains Oz API & SDK, and the end-of-September oz command-support window is unchanged.
Verdict
Checks: CI ✅ · typecheck ✅ · style lint ✅ · build unavailable locally (Node 25 is unsupported; CI build passed) · repository lint unavailable (Trunk is not installed)
Found: 0 critical, 1 important, 0 suggestions
Request changes
Review run
https://oz.staging.warp.dev/runs/01a068f6-e3c7-75dc-8f09-8e1e544c5962
Summary
Small follow-up to the merged #680 (terminology sweep). The Oz CLI/API/web app
retirement date changed to October 6, 2026 (the new Factories GA launch
date) — it is not September 15, 2026 as previously documented.
This PR updates every
9/15/2026-09-15-style reference in the filestouched by #680 to October 6, 2026, matching each occurrence's existing date
format:
.agents/references/terminology.md— the "Automation Platform terminology"intro, the Warp Agent CLI usage note, the "Oz web app" glossary entry, and
the "What still says Oz" section intro (4 occurrences).
src/data/vars.ts— the block comment plus theWARP_AGENT_CLI,WEB_APP,WEB_APP_URL, andAPI_SDK_NAMEinline comments, and theWARP_CLInote(6 occurrences total).
src/sidebar.ts— the two-line code comment explaining theWEB_APPtokenflip.
.agents/skills/style_lint/style_lint.py— two code comments referencingthe cutover date.
src/content/docs/platform/index.mdxandsrc/content/docs/platform/overview.mdx— the rename transition-noticecomment and the visible
:::notecallout on each page.AGENTS.md— the "Automation Platform terminology" intro and the "Oz webapp" glossary entry (the repo-root style guide's copies of the same
terminology.md entries).
Not changed: the separate "
ozcommands remain supported through the endof September 2026" support-window callouts (
reference/cli/index.mdx,reference/api-and-sdk/index.mdx, and sibling CLI reference pages) — that isa distinct deadline the requester did not ask to change.
Rework changes
Addressed a top-level review finding
(review)
that visible docs content still carried the old September 15 holdout date:
src/content/docs/platform/index.mdx,src/content/docs/platform/overview.mdx(transition comment + notice), andAGENTS.md(Automation Platform terminology section) still said"September 15, 2026" / "2026-09-15". Implemented — updated all four
occurrences to October 6, 2026, matching each occurrence's existing
prose/date format.
touched) for
9/15/September 15, 2026/2026-09-15; no furtherstale references found.
Verification
npm run build— succeeds.python3 .agents/skills/style_lint/style_lint.py --changed— 2 contentfiles scanned (the platform
.mdxpages touched by this rework), 1pre-existing warning (
TONE-BUZZWORDonplatform/index.mdx:85, unrelatedfiller-word copy that predates this PR), 0 issues introduced by this change.
testable behavior (constant-or-flag-default / pure-copy category).
computer_useverification: docs-only change with no rendered UIsurface affected beyond the two
:::notecallouts, which were visuallyreviewed in source.
Originating thread: https://warpdev.slack.com/archives/C09BVK0PL3Y/p1788456511471569