docs(missing_docs): audit bookkeeping (surface map + snapshot)#341
Merged
Conversation
…audit - Map PinnedTabs -> terminal/windows/tabs.mdx (feature went GA; documented). - Move PinnedTabs out of the ignore list now that it is GA and mapped. - Ignore TerminalLifecycleRecovery (internal reliability mechanism, no user surface). - Defer oz runner CRUD via gated:CloudAgentRunnerCLICommands (dogfood-gated). - Prune stale map/ignore entries for removed flags (RunAgentsTool, PRCommentsSlashCommand, OrchestrationViewerStreamer, OwnerOrchestrationAncestorStreamer). - Regenerate surface_snapshot.json. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
I'm starting a first review of this pull request. You can follow along in the session on Warp. I cancelled the in-progress review run because this pull request was closed. Powered by Oz |
hongyi-chen
enabled auto-merge (squash)
July 17, 2026 17:23
advait-m
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Companion audit-bookkeeping PR for the
missing_docsdrift-watch run. Updates the surface map and regenerates the surface snapshot so the next audit diffs against a clean baseline. No user-facing docs change here (those ship in the sibling feature PRs).Surface map changes (
references/feature_surface_map.md)terminal/windows/tabs.mdx(feature went GA; documented in docs: document Pinned tabs #339). Removed its old ignore-list entry.oz runnerCRUD →gated:CloudAgentRunnerCLICommands. The command group is gated by a dogfood-only flag, so it auto-defers until GA.RunAgentsTool(orchestration stabilized/GA; still documented atplatform/orchestration/multi-agent-runs.mdx),PRCommentsSlashCommand(slash command removed; see docs: remove /pr-comments slash command #340), and ignore-list entriesOrchestrationViewerStreamer/OwnerOrchestrationAncestorStreamer(flags removed from code).Snapshot
references/surface_snapshot.json(--update-snapshot). This clears thesurface_changesandchangelog_reviewdiffs for this run.Validation
unaccounted: none).surface_changesandchangelog_reviewcleared.npm run buildpassed (347 pages built).Deferred findings (not silently dropped)
These remain open by design and are not addressed in this run:
Public Oz Agent API endpoints missing from the OpenAPI spec (27) — route via
sync-openapi-spec, do not hand-document.warp-serveris private, and none of these are in the releaseddevelopers/agent-api-openapi.yaml, so per the skill's public/private guardrail they are deferred pending release-status confirmation:agent/artifacts/{uid},agent/artifacts/{uid}/downloadagent/events,agent/events/stream,agent/events/{run_id}agent/messages,agent/messages/{id}/delivered,agent/messages/{id}/read,agent/messages/{run_id}agent/schedules/{id}(GET/PUT/DELETE),agent/schedules/{id}/pause,agent/schedules/{id}/resumefactory,factory/{uid}(GET/PATCH/DELETE),factory/avatar,factory/automations(+{id},events/{provider},{id}/subscriptions,{id}/subscriptions/{subscription_id})Terminology / staleness findings (32) — owned by the
style_lintskill. Pure wording issues (e.g. "warp ai", "ai credits", "agent-mode", "ambient agent", "warp terminal") across billing, inference, harness, privacy, and terminal pages are delegated tostyle_lintrather than fixed here.Dogfood-only / non-GA surfaces — tracked, no docs.
BoxDrawingGlyphs,OscHyperlinks,CloudAgentRunnerCLICommands,GeminiEnterprise,NldPromptHistoryMatch. The snapshot will re-flag them on GA promotion.Other verified-covered items: the
/mcpslash command is TUI-only and already counts as doc-covered;AsyncFind(now GA) is already covered by the documentedexperimental.async_find_enabledsetting. Changelog "improvements" items were reviewed and are minor UI changes not needing dedicated docs.Conversation: https://staging.warp.dev/conversation/ce1c5f13-b8a2-497f-843e-57f84d63b745
Run: https://oz.staging.warp.dev/runs/019f7105-5e3a-7d03-8d21-1a7784c46f9a
This PR was generated with Oz.