feat(frontend): add native Qt workflows and fixtures#26
Merged
Conversation
beefiker
marked this pull request as ready for review
July 11, 2026 16:41
Scope the frontend skill to explicit web and Qt work, repair packaged plugin assets, and align public discovery docs. Make the Qt Quick and Widgets fixtures resilient across enlarged text, focus restoration, accessibility, effective palettes, and deterministic gallery rendering with regression coverage.
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
docs/superpowers/plans/anddocs/superpowers/specs/artifacts untracked and excluded from packagesWhy
The frontend skill was web-oriented and did not give Qt work enough framework-specific ownership, interaction, accessibility, or native-validation guidance. The new references and executable fixtures turn those expectations into tested, inspectable contracts without applying Qt discovery or validation to web-only requests.
The final review also exposed gaps in the first fixture pass: enlarged Qt Quick layouts could overlap, focus could be clipped or lost after a move, accessibility feedback was incomplete, and the Widgets gallery depended on caller state while custom painters ignored effective palette overrides. These paths now have native regression coverage.
Superpowers plans and specs are agent workflow artifacts rather than product documentation, so they no longer belong in the public repository inventory. Durable behavior remains documented in the skill references, example design files, and tests.
User impact
Qt requests now receive native framework routing and stronger implementation/QA gates. Web requests retain their browser-only route. Maintainers can run both example applications and their acceptance suites locally. Published packages contain a valid plugin icon and omit Superpowers planning artifacts.
Validation
node src/cli.js doctor --json:ok: true, zero dependencies, 494 audited filesall_qmllintpassed, CTest 4/4 passedgit diff --checkpassedCloses #25