From 291233243a1a745e71fa4d91446b8268ae8a496e Mon Sep 17 00:00:00 2001 From: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com> Date: Sat, 1 Aug 2026 08:40:23 -0600 Subject: [PATCH] fix: update llms.txt top-level description 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 --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index c579201c..dcbf7a35 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -163,7 +163,7 @@ export default defineConfig({ // extends it to llms-full.txt and custom sets as well. exclude: ['support-and-community/community/open-source-licenses'], description: - 'Documentation for Warp, the agentic development environment, and Oz, Warp\'s programmable agent for running and coordinating agents at scale.', + 'Documentation for Warp, the agentic development environment. Covers Warp Terminal, Warp Agents, and the Oz platform for cloud agents and orchestration at scale.', customSets: [ { label: 'Terminal', description: 'Warp Terminal features and configuration.', paths: ['terminal/**'] }, { label: 'Agent Platform', description: 'Warp\'s Agent Platform: capabilities, local agents, and CLI agents.', paths: ['agent-platform/**'] },