docs(planning): capture v1.5 candidate todos + widen Phase 23 to native wp-admin restyle (UX-13)#85
Merged
Merged
Conversation
…lutter switch) Two researched feature candidates from the 2026-07-03 session, deferred past the locked v1.4 scope: - Named config presets + JSON export/import — extends the already-deferred V2-06 / SPEC.md Roadmap item 6; market gap confirmed (Admin Menu Editor Pro has no preset system). Prerequisites noted: schema_version key, separate maestro_presets option (autoload=false), REST routes reusing can_edit(). - Declutter switch — move non-core top-level items below core's separator-last via the existing menu_order/Ordering::top() seam, with a pure core-slug Classifier (not Menu Humility's fragile separator1 heuristic). Open decisions flagged: top_order precedence, CPT handling. STATE.md Pending Todos updated with pointers to both todo files. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Owner
Author
|
@codex review |
|
Codex Review: Didn't find any major issues. More of your lovely PRs please. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
This was referenced Jul 4, 2026
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
Planning-docs-only PR from today's research + phase-discussion session. Two independent doc payloads:
1. v1.5 candidate todos (researched capture)
todos/pending/2026-07-03-config-presets-export-import.md— named config presets + JSON export/import; extends the long-deferred V2-06/SPEC Roadmap item 6. Market gap confirmed (Admin Menu Editor Pro has no preset system); prerequisites noted (schema_version key,maestro_presetsoption autoload=false, REST routes reusingcan_edit()).todos/pending/2026-07-03-declutter-switch-non-core-menu-items.md— one-switch "move non-core menu items belowseparator-last" via the existingmenu_order/Ordering::top()seam with a new pure core-slug Classifier (not Menu Humility's fragile separator heuristic). Open design decisions flagged (top_order precedence, CPT handling).2. Phase 23 context + deliberate scope widening (from
/gsd:discuss-phase 23)phases/23-editor-ux-polish/23-CONTEXT.md— locked decisions: full native-wp-admin restyle of all edit-mode surfaces; colour reserved for errors/destructive only; Gutenberg-style muted save status; quiet menu-native controls; wp-pointer coachmark look; UX-09 mode-zone pinned to the menu column (bottom, by Collapse, rejoins toolbar <782px).Risk call
Low risk: documentation/planning only. No runtime PHP/JS/CSS is touched; no tests, metrics, or build artifacts affected. Per the review-sizing convention this warrants a light touch.
🤖 Generated with Claude Code