Plan 5e: Honest framing on remaining stubs#19
Merged
theaboutbox merged 1 commit intoadmin-overhaulfrom May 1, 2026
Merged
Conversation
The stub pages used to say "Coming in Plan 5" — misleading now that Plan 5 is shipping. Replace with explicit status: - "Not implemented yet" (warn badge) for pages with no backing data: Policies & risk, MCP server, Updates. - "Partially implemented" (info badge) for pages whose functionality exists elsewhere or partially in the orchestrator: Triggers & channels, Secrets, Webhooks. Each links via "See also" to the page(s) where the existing functionality lives. Refactors stubPage(...) to take a single spec object instead of positional args, since the new shape needs status + optional seeAlso. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
The six unbuilt sidebar pages (Triggers & channels, Policies & risk, Secrets, MCP server, Webhooks, Updates) used to say "Coming in Plan 5" — that's misleading now that Plan 5 is shipping. This PR replaces that framing with an honest status badge + a copy that explains what (if anything) exists today.
Two status kinds:
stubPage(...)is refactored from positional args to a single spec object since the new shape needsstatus+ optionalseeAlso.No backend or routing changes. 679 tests still pass.
PR base:
admin-overhaul.Test plan
🤖 Generated with Claude Code