fix: update llms.txt top-level description - #449
Conversation
The previous wording framed Oz as "Warp's programmable agent" in a way that conflated Oz with the agent concept broadly. The updated description accurately positions Oz as the platform for cloud agents and orchestration while correctly naming the three areas of coverage (Terminal, Agents, Oz platform). 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 updates the top-level starlight-llms-txt description rendered in docs.warp.dev/llms.txt, replacing wording that conflated Oz with agents more broadly with wording that separates Warp Terminal, Warp Agents, and the Oz platform.
Concerns
- No blocking concerns found.
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
Summary
Updates the top-level description in the
starlight-llms-txtconfig, which is rendered at the top ofdocs.warp.dev/llms.txt.Why
The previous wording — "and Oz, Warp's programmable agent for running and coordinating agents at scale" — framed Oz as the singular programmable agent in a way that conflated Oz with the broader agent concept. HYC flagged this as needing a fix separate from the slug rename (PR #420).
Changes
astro.config.mjs: Updated thedescriptionfield instarlightLlmsTxt()to accurately position Oz as the platform for cloud agents and orchestration, and to name the three major documentation areas (Terminal, Agents, Oz platform).Before:
After:
Notes
Oz Platform,Agent Platform,Oz Agent API) are intentionally unchanged — a broader terminology update will follow the Aug 18 rename.astro.config.mjs.Co-Authored-By: Oz oz-agent@warp.dev