docs(audit): refresh missing_docs surface map and snapshot#332
Draft
hongyi-chen wants to merge 1 commit into
Draft
docs(audit): refresh missing_docs surface map and snapshot#332hongyi-chen wants to merge 1 commit into
hongyi-chen wants to merge 1 commit into
Conversation
- Allowlist the Starlight 404 splash page and the draft Jira integration page (draft: true, non-GA) in the surface map's unlisted-pages section. - Regenerate surface_snapshot.json (advances changelog baseline to 2026.07.09; records new agents.usage_display_mode setting, run-cloud harness CLI flags, NldPromptHistoryMatch dogfood flag, and the POST /factory/avatar route). 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.
Summary
Companion audit-bookkeeping PR for the
missing_docsdrift-watch run. Collects the shared surface-map and snapshot changes so they don't conflict across the feature PRs.404— the custom Starlight 404 page (template: splash), rendered through Starlight's own/404route, so it's intentionally not in the sidebar.platform/integrations/jira— the Jira integration page isdraft: true(private beta; the Oz Jira app isn't published to the Atlassian marketplace yet). Kept out of the sidebar until GA; the snapshot diff will re-flag it on promotion.--update-snapshot. Advances the changelog baseline to2026.07.09and records the newagents.usage_display_modesetting, theoz agent run-cloudharness flags, theNldPromptHistoryMatchdogfood flag, and thePOST /factory/avatarroute.Findings addressed in sibling PRs
agents.usage_display_modesetting → docs: document agents.usage_display_mode setting #330oz agent run-cloudharness flags (--harness,--claude-auth-secret,--codex-auth-secret) → docs: document harness flags on oz agent run-cloud #331Deferred findings (nothing silently dropped)
API endpoints — deferred to the
sync-openapi-specskill (kept separate per policy). warp-server is private; these 19 public-API routes are not in the released OpenAPI spec, so they must not be hand-documented. Route released ones throughsync-openapi-spec; map the rest internal after confirming status:GET /agent/artifacts/{uid}GET /agent/events,GET /agent/events/stream,POST /agent/events/{run_id}POST /agent/messages,GET /agent/messages/{run_id},POST /agent/messages/{id}/read,POST /agent/messages/{id}/deliveredGET|PUT|DELETE /agent/schedules/{id},POST /agent/schedules/{id}/pause,POST /agent/schedules/{id}/resumeGET|POST /factory,GET|PATCH|DELETE /factory/{uid},POST /factory/avatarTerminology / staleness (32 low-severity findings) — deferred to the
style_lintskill, which owns terminology and style enforcement (e.g. "warp ai", "ai credits", "agent-mode", "warp terminal", "ambient agent" phrasings across ~32 pages).Changelog items (verified, no dedicated docs needed):
terminal/windows/tabs.mdx("Move a tab to another window").Snapshot-only:
NldPromptHistoryMatch(dogfood) — tracked only; no docs until promotion.Validation
npm run buildpasses on the combined tree.Conversation: https://staging.warp.dev/conversation/0ee78198-1342-4558-b918-b484f4655005
Run: https://oz.staging.warp.dev/runs/019f5c6b-ee12-75f1-a353-e0ef6e3edd4f
This PR was generated with Oz.