Skip to content

docs: correct Oz CLI/API/web app holdout date to 10/6/2026 (GROW-6090 follow-up) - #681

Merged
rachaelrenk merged 2 commits into
mainfrom
factory/grow-6090-oct-6-date-fix
Sep 3, 2026
Merged

docs: correct Oz CLI/API/web app holdout date to 10/6/2026 (GROW-6090 follow-up)#681
rachaelrenk merged 2 commits into
mainfrom
factory/grow-6090-oct-6-date-fix

Conversation

@warp-agent-staging

@warp-agent-staging warp-agent-staging Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

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 files
touched 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 the WARP_AGENT_CLI, WEB_APP,
    WEB_APP_URL, and API_SDK_NAME inline comments, and the WARP_CLI note
    (6 occurrences total).
  • src/sidebar.ts — the two-line code comment explaining the WEB_APP token
    flip.
  • .agents/skills/style_lint/style_lint.py — two code comments referencing
    the cutover date.
  • src/content/docs/platform/index.mdx and
    src/content/docs/platform/overview.mdx — the rename transition-notice
    comment and the visible :::note callout on each page.
  • AGENTS.md — the "Automation Platform terminology" intro and the "Oz web
    app" glossary entry (the repo-root style guide's copies of the same
    terminology.md entries).

Not changed: the separate "oz commands remain supported through the end
of September 2026" support-window callouts (reference/cli/index.mdx,
reference/api-and-sdk/index.mdx, and sibling CLI reference pages) — that is
a 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:

Verification

  • npm run build — succeeds.
  • python3 .agents/skills/style_lint/style_lint.py --changed — 2 content
    files scanned (the platform .mdx pages touched by this rework), 1
    pre-existing warning (TONE-BUZZWORD on platform/index.mdx:85, unrelated
    filler-word copy that predates this PR), 0 issues introduced by this change.
  • No regression test: this is a docs copy/comment date correction with no
    testable behavior (constant-or-flag-default / pure-copy category).
  • No UI / computer_use verification: docs-only change with no rendered UI
    surface affected beyond the two :::note callouts, which were visually
    reviewed in source.

Originating thread: https://warpdev.slack.com/archives/C09BVK0PL3Y/p1788456511471569

…(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>
@cla-bot cla-bot Bot added the cla-signed label Sep 3, 2026
@vercel

vercel Bot commented Sep 3, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated
docs Ready Ready Preview Sep 3, 2026 8:27pm UTC

Request Review

@warp-agent-staging warp-agent-staging Bot added the warpy-factory Opened by the Warp factory agents label Sep 3, 2026
@warp-agent-staging
warp-agent-staging Bot marked this pull request as ready for review September 3, 2026 20:02
@warp-for-oss

warp-for-oss Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

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

Powered by Oz

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 in src/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 in AGENTS.md under 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>
@warp-agent-staging

Copy link
Copy Markdown
Contributor Author

Addressed in df5eadbbb4a1d409aca1e23abd5143ccb05a3fa3: updated the remaining September 15, 2026 / 2026-09-15 references to October 6, 2026 in src/content/docs/platform/index.mdx (transition comment + notice), src/content/docs/platform/overview.mdx (transition comment + notice), and AGENTS.md (Automation Platform terminology section, two occurrences). Also re-swept the whole repo for 9/15 / September 15, 2026 / 2026-09-15 and found no further stale references. Left the unrelated "oz commands supported through end of September 2026" support-window callouts untouched. Verified with npm run build and python3 .agents/skills/style_lint/style_lint.py --changed (both clean; the one pre-existing TONE-BUZZWORD warning on index.mdx:85 predates this PR and is out of scope).

@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

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

⚠️ [IMPORTANT] The description says the Oz API retirement date changed, although GROW-6090 explicitly leaves the API rename and successor name out of scope. It also retains a rework chronology instead of a clean description of the PR’s net effect. Rewrite it to state that October 6 applies to the Oz CLI and Oz web app holdout references, 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

@rachaelrenk
rachaelrenk merged commit 5ddf5a5 into main Sep 3, 2026
8 checks passed
@rachaelrenk
rachaelrenk deleted the factory/grow-6090-oct-6-date-fix branch September 3, 2026 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed warpy-factory Opened by the Warp factory agents

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant