docs(missing_docs): update surface map and snapshot#345
Conversation
Map the CloudRunners/CloudAgentRunners flags and oz runner CLI to the new runners page, re-map the stale gated:CloudAgentRunnerCLICommands entries (flag removed on GA), mark the TUI-only /exit and /view-logs slash commands internal, and regenerate surface_snapshot.json. 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 bookkeeping PR updates the missing-docs surface map and regenerated surface snapshot for runner-related surfaces, TUI-only slash commands, and newly detected platform/API surfaces.
Concerns
- The new runner mappings point at
src/content/docs/platform/runners.mdx, but that page is not added by this PR and is absent from the checked-out docs repo/base context, so merging this branch before the runners page lands leaves the surface map with missing target findings.
Verdict
Found: 0 critical, 1 important, 0 suggestions
Request changes
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
| # `--runner` flag on `run-cloud`; CloudAgentRunners gates the `oz runner` CRUD | ||
| # commands and the runner dropdown in the orchestration card. Both are GA | ||
| # (default cargo features). | ||
| CloudRunners -> src/content/docs/platform/runners.mdx |
There was a problem hiding this comment.
src/content/docs/platform/runners.mdx is the target for these new mappings, but this PR does not add that page and it is absent from the checked-out docs repo; merging this before the runners page lands will leave map hygiene with missing-target findings. Add/merge the runners page first, or keep these entries gated until the target exists.
Summary
Companion audit-bookkeeping PR for this
missing_docsdrift-watch run. Collects allfeature_surface_map.mdmappings and the regeneratedsurface_snapshot.jsonso feature PRs stay focused and conflict-free.Changes
CloudRunnersandCloudAgentRunners(now GA) toplatform/runners.mdx, and re-map the fiveoz runner*CLI entries from the stalegated:CloudAgentRunnerCLICommandssentinel (that flag was removed when the feature went GA) toplatform/runners.mdx. This clears the 5 map-hygiene findings./exitand/view-logstointernal. Both are added only when the settings mode is TUI (warp-tui), so they aren't present in the GUI desktop app or on the public slash-commands page. Consistent with the existinggeneral.autoupdate_enabled -> internalTUI precedent.surface_snapshot.jsonrefreshed via--update-snapshot. Captures the runner CLI/flags,CloudRunners/CloudAgentRunnersGA promotions,code.editor.auto_save, the new factory/agent API routes, and the newtui-migrate-setupbundled skill.The mapped
platform/runners.mdxtarget lands in the sibling runners PR (#343); map hygiene only requires the target to exist onmain, so this PR is independently mergeable.Deferred findings (nothing silently dropped)
factory/*(files, automations, avatar, source, syncs, plan, apply),agent/artifacts/*,agent/events*,agent/messages*,agent/schedules/{id}*, andagent/run-by-external-reference.warp-serveris private and these are not in the releaseddevelopers/agent-api-openapi.yaml. Per the skill's public/private guardrail they must not be hand-documented. Route any publicly released endpoints through thesync-openapi-specskill as a separate change; defer the rest. Left as standing findings so the pressure remains.style_lintskill per SKILL.md; deferred there rather than fixed here.Reviewers
Source owners for the mapped surfaces:
@moirahuang(slash commands),@bnavetta/@ianhodge(runner CLI).Validation
npm run buildpasses (348 pages). Re-running the audit shows all runner, setting, slash, and map-hygiene findings resolved; only the deferred API + terminology findings remain.Conversation: https://staging.warp.dev/conversation/1a0de95c-efc7-4af6-941b-bb8c5b9c83c7
Run: https://oz.staging.warp.dev/runs/019f8078-72eb-7187-aba7-cfc11da0d5a4
This PR was generated with Oz.