docs: missing_docs audit bookkeeping (surface map + snapshot) - #388
Conversation
Map the Warp Agent CLI (TUI)-only /theme slash command and appearance.theme setting to internal, consistent with the other Warp Agent CLI-only surfaces (/voice, /version, general.autoupdate_enabled, appearance.zero_state.*). The GUI theme setting appearance.themes.theme remains documented. Regenerate surface_snapshot.json so the next drift-watch run diffs against the current baseline (records the new evaluations Oz web app routes, factory/scorers API routes, WellKnownMcpIds dogfood flag, and the oz agent --remove-prompt CLI flag documented in the companion CLI PR). 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 PR updates missing-docs audit bookkeeping only: it maps the Warp Agent CLI-only /theme slash command and appearance.theme setting as internal exceptions, and refreshes the surface snapshot for newly observed feature flags, CLI flags, API routes, slash commands, settings, and Oz web routes.
Concerns
- No blocking concerns found. The changed files are reference data only, the added surface-map entries match the audit parser's expected
key -> targetformat, and the security pass found no security-relevant changes.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
What
Companion audit-bookkeeping PR for this
missing_docsdrift-watch run. Updates the skill's reference files only — no user-facing docs pages change here.Surface map (
feature_surface_map.md):/themeslash command →internal— Warp Agent CLI (TUI)-only (SlashCommandSurfaces::TuiOnly,Availability::ALWAYS), like/voiceand/version. Not present in the GUI, so not on the public slash-commands page.appearance.themesetting →internal— Warp Agent CLI (TUI) color theme (SettingSurfaces::TUIintui_theme.rs), likegeneral.autoupdate_enabledandappearance.zero_state.*. The GUI theme setting is the separateappearance.themes.theme, which is already documented.Snapshot (
surface_snapshot.json):oz agent --remove-promptflag documented in the companion CLI PR (docs: document named-agent base prompt flag in CLI reference #387).Why
Per the
missing_docsskill's PR strategy, allfeature_surface_map.mdandsurface_snapshot.jsonedits from a run are collected into a single companion bookkeeping PR (these are shared files; splitting them across feature PRs causes merge conflicts). The mappings above stop/themeandappearance.themefrom being re-flagged as gaps every run.Validation
undocumented_slash_commands,undocumented_settings, and all 9surface_changesare resolved;map_hygieneis 0; completeness accounting reports no unaccounted items; no audits skipped (exit 0).Deferred findings (summarized so nothing is silently dropped)
The remaining 76 audit gaps are intentionally deferred:
/agent/*messaging/events/schedules/artifacts,/factory/*) —warp-serveris private and these are not in the released OpenAPI spec. Released endpoints should go through thesync-openapi-specskill; the rest are internal/unreleased. Not hand-documented per the public/private guardrail.evaluations/evaluations/:evaluationIdOz web app routes +factory/scorersAPI routes — Factory/Evaluations preview surface, not publicly documented yet. Recorded in the snapshot; will re-flag on GA.WellKnownMcpIdsfeature flag (dogfood) — snapshot-tracked only; no docs until promotion.potentially_stale_docs(LOW terminology) — owned by thestyle_lintskill. Many are legitimate usages ("Warp Terminal" distinguishing from Oz on harness/enterprise pages, "AI credits" on billing pages).The one actionable public/GA gap this run (named-agent base prompt CLI flag) is documented in #387.
Conversation: https://staging.warp.dev/conversation/5113be3f-fb48-437d-9e4e-59fd0269e2ee
Run: https://oz.staging.warp.dev/runs/019fa484-f76e-7a51-a25b-58112517462a
This PR was generated with Oz.