Skip to content

Commit 26c481e

Browse files
docs(audit): tier 1 — terminology drift + orchestration cross-link (#107)
Cleanup after the orchestration-launch + multi-agent merges: * warp-hosting.mdx - drop 'Oz' prefix from description and body; remove 'easily' per style guide. * enterprise/analytics-api.mdx:139 - '(Oz cloud agents)' -> '(cloud agents)'. * reference/cli/artifacts.mdx:4 - 'produced by an Oz agent run' -> 'by an agent run'. * privacy.mdx telemetry table (4x) - 'ambient agent' -> 'cloud agent' in event descriptions. The literal event names in the left column (AmbientAgent.*, CLI.Execute.Agent.RunAmbient) stay as-is since they're emitted by product code. * warp-for-product-managers.mdx - '5 AI agent workflows…' -> '5 agent workflows…' (drop redundant 'AI' prefix). * cloud-agents/overview.mdx - add Multi-agent orchestration bullet to the Learn more list (was missing after PR #84 landed). Validation: 0 broken links / 2577 internal, lint clears all 11 previously-flagged OZ-TERM warnings, 332 pages build clean. Co-authored-by: Oz <oz-agent@warp.dev>
1 parent 5c0c762 commit 26c481e

6 files changed

Lines changed: 10 additions & 9 deletions

File tree

src/content/docs/agent-platform/cloud-agents/overview.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ If your credit balance reaches zero, cloud agent runs will not be able to execut
146146
* [Oz Platform](/agent-platform/cloud-agents/platform/) — CLI, Oz API/SDK, orchestration, tasks, environments, hosts, integrations, and more.
147147
* [Harnesses](/agent-platform/cloud-agents/harnesses/) — pick between Warp Agent, Claude Code, and Codex for any cloud agent run.
148148
* [Agent identities](/agent-platform/cloud-agents/agents/) — team-scoped bot accounts that own and execute cloud agent runs.
149+
* [Multi-agent orchestration](/agent-platform/cloud-agents/orchestration/) — coordinate a parent agent and its child agents across local and cloud runs to build supervisor/worker, fan-out, critic, DAG, and swarm workflows.
149150
* [Skills as Agents](/agent-platform/cloud-agents/skills-as-agents/) — run agents based on reusable skill definitions from the CLI, web app, API, or on a schedule.
150151
* [Oz CLI](/reference/cli/) — shows how to run agents in non-interactive mode from CI, scripts, or remote machines, including auth and common commands.
151152
* [Environments](/agent-platform/cloud-agents/environments/) — explains how environments provide the runtime context (repo, image, startup commands) for agent tasks.

src/content/docs/agent-platform/cloud-agents/warp-hosting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Warp-hosted agents
33
description: >-
4-
Run Oz cloud agents on Warp's infrastructure. Warp handles scaling, isolation, and performance for agent execution.
4+
Run cloud agents on Warp's infrastructure. Warp handles scaling, isolation, and performance for agent execution.
55
sidebar:
66
label: "Warp-hosted agents"
77
---
88

9-
Warp's managed infrastructure lets your team easily run Oz cloud agent workloads in fast and secure sandboxes.
9+
Warp's managed infrastructure lets your team run cloud agent workloads in fast, secure sandboxes.
1010

1111
Use Warp-hosted agents to quickly get started with Oz, without needing to configure compute resources or maintain services.
1212

src/content/docs/enterprise/enterprise-features/analytics-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ In the grouped response, every leaf array is the same length as `period_list`, a
136136

137137
### `GET /api/v1/enterprises/analytics/users`
138138

139-
Returns per-user aggregated usage, split into `local` (Warp app) and `cloud` (Oz cloud agents) sections. Results are paginated.
139+
Returns per-user aggregated usage, split into `local` (Warp app) and `cloud` (cloud agents) sections. Results are paginated.
140140

141141
**Query parameters:**
142142

src/content/docs/guides/agent-workflows/warp-for-product-managers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "5 AI agent workflows for product managers"
2+
title: "5 agent workflows for product managers"
33
description: >-
44
Five agent workflows that automate status updates, documentation, Slack search,
55
and meeting prep for product managers.

src/content/docs/reference/cli/artifacts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Artifacts
33
description: >-
4-
Get metadata for and download files produced by an Oz agent run using the
4+
Get metadata for and download files produced by an agent run using the
55
`oz artifact` subcommands.
66
sidebar:
77
label: "Artifacts"

src/content/docs/support-and-community/privacy-and-security/privacy.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
114114
| `AgentManagement.ConversationOpened` | User opened a conversation |
115115
| `AgentManagement.DetailsPanelContinueLocally` | User clicked Continue locally in the details panel |
116116
| `AgentManagement.DetailsViewed` | User clicked View details |
117-
| `AgentManagement.DismissSetupGuide` | User dismissed the ambient agent setup guide |
117+
| `AgentManagement.DismissSetupGuide` | User dismissed the cloud agent setup guide |
118118
| `AgentManagement.FilterChanged` | User changed a filter in the management view |
119-
| `AgentManagement.OpenSetupGuide` | User opened the ambient agent setup guide |
119+
| `AgentManagement.OpenSetupGuide` | User opened the cloud agent setup guide |
120120
| `AgentManagement.SessionLinkCopied` | User copied a session link |
121121
| `AgentManagement.SetupGuideDocsLink` | User clicked a docs URL in the setup guide |
122122
| `AgentManagement.SetupGuideStepCopy` | User copied a workflow step from the setup guide |
@@ -178,7 +178,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
178178
| `AmbientAgent.ConcurrencyModal.Dismissed` | User dismissed the cloud agent capacity modal |
179179
| `AmbientAgent.ConcurrencyModal.Opened` | User opened the cloud agent capacity modal |
180180
| `AmbientAgent.ConcurrencyModal.UpgradeClicked` | User clicked the upgrade button in the cloud agent capacity modal |
181-
| `AmbientAgent.DispatchFailed` | Ambient agent failed to dispatch or encountered an error |
181+
| `AmbientAgent.DispatchFailed` | Cloud agent failed to dispatch or encountered an error |
182182
| `AmbientAgent.EnvironmentSettings.CreatedEnvironment` | User created a new environment |
183183
| `AmbientAgent.EnvironmentSettings.DeletedEnvironment` | User deleted an environment |
184184
| `AmbientAgent.EnvironmentSettings.Image.Suggested` | Docker image was suggested for an environment |
@@ -214,7 +214,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
214214
| `CLI.Execute.Agent.List` | Listed agents from the Warp CLI |
215215
| `CLI.Execute.Agent.Profile.List` | Listed agent profiles from the Warp CLI |
216216
| `CLI.Execute.Agent.Run` | Ran an agent from the Warp CLI |
217-
| `CLI.Execute.Agent.RunAmbient` | Ran an ambient agent from the Warp CLI |
217+
| `CLI.Execute.Agent.RunAmbient` | Ran a cloud agent from the Warp CLI |
218218
| `CLI.Execute.Artifact.Download` | Downloaded an artifact from the Warp CLI |
219219
| `CLI.Execute.Artifact.Get` | Got artifact metadata from the Warp CLI |
220220
| `CLI.Execute.Artifact.Upload` | Uploaded an artifact from the Warp CLI |

0 commit comments

Comments
 (0)