docs: audit bookkeeping (2026-07-10 drift-watch)#324
Draft
hongyi-chen wants to merge 1 commit into
Draft
Conversation
Allowlist the 404 page and regenerate the missing_docs surface snapshot. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Audit bookkeeping for the
missing_docsdrift-watch run on 2026-07-10. Collects the surface-map and snapshot updates that accompany the sibling feature PRs, and records every deferred finding so nothing is silently dropped.What changed
feature_surface_map.md: allowlisted the404page in the Unlisted docs pages section (Astro's built-in 404 page, intentionally not in the sidebar).surface_snapshot.json: regenerated with--update-snapshotto re-baseline change detection (captures the newagentCLI flags, theagents.usage_display_modesetting, theNldPromptHistoryMatchdogfood flag, and thePOST /api/v1/factory/avatarroute).Companion feature PRs
reference/cli/index.mdx) — docs: document oz agent run-cloud harness flags #322agents.usage_display_modesetting (terminal/settings/all-settings.mdx) — docs: document agents.usage_display_mode setting #323Deferred findings (not addressed in this run)
API endpoints — 19 (route via sync-openapi-spec, not hand-documented)
warp-server is a private repo, and these endpoints are not in the released OpenAPI spec (
developers/agent-api-openapi.yaml), so per the skill's public/private guardrail they are NOT hand-documented. Confirm release status and route released ones through thesync-openapi-specskill, or map internal:GET /agent/artifacts/{uid}GET /agent/events,GET /agent/events/stream,POST /agent/events/{run_id}POST /agent/messages,POST /agent/messages/{id}/delivered,POST /agent/messages/{id}/read,GET /agent/messages/{run_id}GET /agent/schedules/{id},PUT /agent/schedules/{id},DELETE /agent/schedules/{id},POST /agent/schedules/{id}/pause,POST /agent/schedules/{id}/resumeGET /factory,POST /factory,POST /factory/avatar,GET /factory/{uid},PATCH /factory/{uid},DELETE /factory/{uid}Terminology / staleness — 32 (owned by the style_lint skill)
32
potentially_stale_docsfindings (e.g. "warp ai", "ai credits", "agent-mode", "warp terminal", "oz agent") are pure wording issues. Per the skill, terminology/style enforcement is owned bystyle_lint, notmissing_docs. Deferred to astyle_lintsweep.No docs needed
NldPromptHistoryMatchfeature flag (dogfood) — tracked by the snapshot only; re-flags on promotion to GA.terminal/windows/tabs.mdx; markdown editor syntax highlighting, "Copy file path" right-click, scrollable custom-inference model lists, and the heap-profile command palette action are minor polish with no dedicated doc surface.Validation
undocumented_settings,unlisted_pages,surface_changes, andchangelog_reviewall → 0. Remaining findings are the deferred API (19) and staleness (32) items above.npm run buildsucceeded (346 pages).Conversation: https://staging.warp.dev/conversation/693d79a7-7cf9-4a67-b070-2aeb15986da6
Run: https://oz.staging.warp.dev/runs/019f4cf8-d573-7793-af78-d05ffd29cfd5
This PR was generated with Oz.