Skip to content

docs: add AEO cross-links for agents and orchestration - #612

Merged
rachaelrenk merged 3 commits into
mainfrom
docs/aeo-crosslinks-agents-orchestration-2026-08-24
Aug 24, 2026
Merged

docs: add AEO cross-links for agents and orchestration#612
rachaelrenk merged 3 commits into
mainfrom
docs/aeo-crosslinks-agents-orchestration-2026-08-24

Conversation

@warp-factories

@warp-factories warp-factories Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

AEO brief

Goal
Identify small internal cross-link improvements for agents, cloud agents, and orchestration docs.

Source signals

  • GSC (28d, sc-domain:warp.dev): strong traffic on CLI agent pages and Remote Control (/agents/cli-agents/remote-control/, /agent-platform/cli-agents/remote-control/), multi-agent guide traffic (/guides/agent-workflows/how-to-run-multiple-ai-coding-agents/), platform/orchestration impressions, factory queries (warp factory/factories/), and schedule/cloud-agent language.
  • Peec (Warp project, last 30d): Cloud Agent Orchestration and Software Factory topics; owned HOW_TO / ARTICLE actions around software factories, running/measuring agents, and agent infrastructure; fanout-style queries about overnight cloud agents, real-time agent observability, and multi-agent setups.
  • Existing docs: Claude Code already links Remote Control and overview already links orchestration; Codex/OpenCode still named Remote Control without the destination. Factories overview mentioned orchestration without linking the orchestration guide. Harnesses billing named the orchestration layer without a destination. Factory automations mentioned schedules without factory-specific scheduling guidance.

Pages touched

  • src/content/docs/agents/cli-agents/codex.mdx — align Remote Control with Claude Code pattern.
  • src/content/docs/agents/cli-agents/opencode.mdx — same for OpenCode.
  • src/content/docs/factories/index.mdx — link Automation Platform row to multi-agent orchestration.
  • src/content/docs/factories/factory-agents.mdx — link factory automations to the schedule trigger reference.
  • src/content/docs/platform/harnesses/index.mdx — link orchestration in billing copy and Related pages.

Links added

Source Target Rationale
Codex supported features /agents/cli-agents/remote-control/ Feature list already names Remote Control; Claude Code already links it. Readers setting up Codex need the publish/monitor flow.
OpenCode supported features /agents/cli-agents/remote-control/ Same gap as Codex for a high-traffic CLI agent page.
Factories overview product table /platform/orchestration/ Factories describe coordinating agent fleets on the Automation Platform; orchestration is the platform primitive for parent/child runs.
Factory agents → automations /factories/factory-as-code/#triggersschedule Automations already say "on a schedule"; destination is the factory automation schedule trigger reference, not the standalone Scheduled Agents guide.
Harnesses billing + Related /platform/orchestration/ Billing already charges platform credits for the orchestration layer; Related list lacked the orchestration guide that harness overview and CLI overview already point at.

Reader next step

  • From Codex/OpenCode setup → publish a session and monitor it away from the laptop.
  • From Factories overview → understand platform multi-agent orchestration under a factory workflow.
  • From factory agent automations → configure a schedule trigger for recurring entry.
  • From harnesses docs → see how parent/child orchestration works across harnesses.

Review feedback addressed

  • rachaelrenk (codex.mdx, opencode.mdx) — questioned duplicating the Remote Control link between "Supported Warp features" and "Related pages" on both pages. Removed the Related pages duplicate on both files; the inline feature-list link stays as the single reference.
  • Automated review (factory-agents.mdx) — flagged the automations schedule link as pointing at the standalone Scheduled Agents setup model instead of factory automation scheduling. Repointed it at /factories/factory-as-code/#triggersschedule, the automation schema's schedule trigger reference.
  • The other open question below (factories vs. generic orchestration link) drew no reviewer objection, so that link is unchanged.

Open questions for human review

  • Factories vs generic multi-agent orchestration: the factories link is intentional (platform primitive under a factory), not equating a factory with /orchestrate. Flag if product prefers only /factories/how-factories-work/ here.

Test plan

  • style_lint / broken internal link check on changed tree
  • Confirm destinations resolve (no redirect sources used, including the new #triggersschedule anchor)
  • npm run build (Astro build) succeeds
  • Human skim of anchor text and density on Codex/OpenCode/Factories/Harnesses (review comments addressed above)

Oz run: https://app.warp.dev/conversation/f6a9c10f-5b3d-4cd3-93dd-28c9b81ccc0c

Link Remote Control from Codex and OpenCode, connect Factories and
harnesses docs to multi-agent orchestration, and point factory
automations at scheduled agents.
@cla-bot cla-bot Bot added the cla-signed label Aug 24, 2026
@vercel

vercel Bot commented Aug 24, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Aug 24, 2026 11:45pm

Request Review

@warp-factories

Copy link
Copy Markdown
Contributor Author

This PR was generated with Warp.

Comment @warp-agent on this PR to send it follow-up work.

Comment thread src/content/docs/agents/cli-agents/codex.mdx Outdated
Comment thread src/content/docs/agents/cli-agents/opencode.mdx Outdated
@rachaelrenk
rachaelrenk marked this pull request as ready for review August 24, 2026 23:25
@warp-for-oss

warp-for-oss Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

@rachaelrenk

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 adds AEO-focused internal cross-links from Codex, OpenCode, Factories, and harness docs to Remote Control, orchestration, and scheduling pages. Most links are relevant and resolve to existing docs, but one factory automation link points readers to the standalone Scheduled Agents setup model rather than factory automation scheduling.

Concerns

  • The factory automation schedule link should point to factory-specific automation or scheduling guidance, not the standalone Scheduled Agents reference.
  • Security pass: no findings; this is a documentation-only link change with no code, config, secrets, or dependency changes.
  • Spec context: no approved or repository spec context was provided, so there is no implementation/spec drift to assess.

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

Comment thread src/content/docs/factories/factory-agents.mdx Outdated
@warp-agent-staging warp-agent-staging Bot added the warpy-factory Opened by the Warp factory agents label Aug 24, 2026
Remove duplicated Remote Control links from the Related pages lists on
codex.mdx and opencode.mdx (already linked in Supported Warp features,
per rachaelrenk's review comments). Repoint the factory automations
schedule link at the factory-as-code schedule trigger reference
instead of the standalone Scheduled Agents guide, per the automated
review's important finding.

Co-Authored-By: Warp <agent@warp.dev>
@rachaelrenk
rachaelrenk merged commit 767357a into main Aug 24, 2026
8 checks passed
@rachaelrenk
rachaelrenk deleted the docs/aeo-crosslinks-agents-orchestration-2026-08-24 branch August 24, 2026 23:58
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