Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .agents/skills/missing_docs/references/feature_surface_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,13 @@ general.autoupdate_enabled -> internal
# Per the page's frontmatter comment: not in the Guides sidebar yet, pending
# team feedback.
guides/agent-workflows/warp-vs-claude-code
# Custom Starlight 404 page (template: splash). Starlight renders it through its
# own prerendered /404 route, so it is intentionally not in the sidebar.
404
# Jira integration page is draft: true (private beta — the Oz Jira app is not yet
# published to the Atlassian marketplace). Kept out of the sidebar until the
# integration goes GA; the snapshot diff will flag it for docs on promotion.
platform/integrations/jira
Comment on lines +361 to +364

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] Adding this draft/private-beta page to the permanent unlisted-page allowlist means audit_unlisted_pages() will continue suppressing it after draft: true is removed; the snapshot does not track docs frontmatter or sidebar promotion, so this will not reliably re-flag on GA. Skip draft pages in the audit itself or remove this allowlist entry before merging.


## Flags to ignore (internal-only, not user-facing)

Expand Down
8 changes: 7 additions & 1 deletion .agents/skills/missing_docs/references/surface_snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
"NamedAgents": "ga",
"NativeShellCompletions": "other",
"NewTabStyling": "ga",
"NldPromptHistoryMatch": "dogfood",
"OpenCodeNotifications": "ga",
"OpenWarpLaunchModal": "ga",
"OpenWarpNewSettingsModes": "ga",
Expand Down Expand Up @@ -634,11 +635,14 @@
"--agent",
"--attach",
"--base-model",
"--claude-auth-secret",
"--codex-auth-secret",
"--computer-use",
"--conversation",
"--cwd",
"--description",
"--environment",
"--harness",
"--host",
"--mcp",
"--mcp-startup-timeout",
Expand Down Expand Up @@ -825,6 +829,7 @@
"POST /api/v1/agent/schedules/{id}/resume",
"POST /api/v1/agent/tasks/{id}/cancel",
"POST /api/v1/factory",
"POST /api/v1/factory/avatar",
"POST /api/v1/harness-support/block-snapshot",
"POST /api/v1/harness-support/external-conversation",
"POST /api/v1/harness-support/finish-task",
Expand Down Expand Up @@ -913,6 +918,7 @@
"agents.third_party.cli_agent_toolbar_enabled_commands": "always_on",
"agents.third_party.should_render_cli_agent_toolbar": "always_on",
"agents.third_party.submit_on_ctrl_enter": "always_on",
"agents.usage_display_mode": "always_on",
"agents.voice.voice_input_enabled": "always_on",
"agents.voice.voice_input_toggle_key": "always_on",
"agents.warp_agent.active_ai.agent_mode_query_suggestions_enabled": "always_on",
Expand Down Expand Up @@ -1217,5 +1223,5 @@
"verify-ui-change-in-cloud": "dogfood",
"warpctrl": "bundled"
},
"changelog_last_version": "2026.07.03"
"changelog_last_version": "2026.07.09"
}
Loading