feat(cli): Fresh web-layer scaffolding + UI registry management (ui:add page/island, ui:list/update/remove)#717
Merged
Merged
Conversation
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.
Closes #707.
Adds the web-layer create path the dashboard's "one generator, two callers" contract needs:
ui:add page <path> [--route] [--island]— scaffolds adefinePage()route (+ optional island + query-loaders) via a shared application generator that returns generated-file data for a dashboard callerui:add island <Name> [--query]— signals island or QueryIsland templateui:list [--json] [--collections]— registry manifest with per-project installed state (stable JSON for the dashboard gallery)ui:update— drift-safe (reports locally-edited files, never silently clobbers);ui:remove— deletes files + prunes importscustomize-fresh-ui.mdreferences the generatorsp3
ui token setdeferred per the issue.Evidence (worklog
.llm/runs/feat-707-fresh-ui-cli--codex/worklog.md): 16 targeted tests green; scoped check/lint/fmt 0 findings acrosskernel/application/ui,public/features/ui,public/features/root; CLI help registration verified; lock hygiene clean. Next-build manifest pickup is proven by the orchestrator's scaffold-runtime gate before the release cut.Slice authored by WSL Codex thread (sol/medium) under the beta-9 orchestrator; Tier-A reviewed.