Add interactive verb discovery panel to capabilities page#352
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Motivation
Description
public/capabilities.htmlto add a lightweight, keyboard-accessible verb detail modal and related CSS, keeping original layout, spacing, colors, and existing build-plan behavior intact..cap-pillelements into interactive controls withrole="button",tabindex,aria-label, click and Enter/Space handlers, and a visible focus outline so pills remain visually similar but are keyboard-accessible.Add to build plan.Download all live schemas(present but disabled if no live schema list is available) andDownload all live manifests(wired to the existing/capabilities/trust-verification/manifest.json), and preserved all previous export/copy/build plan handlers.Testing
rg --files public | rg 'capabilities|schema|manifest|trust-verification'to confirm available manifest/schema paths and ensure manifest linkage, and the command completed successfully.rg --files | rg '(CLAS|clas|schema)' | head -n 80to inspect schema-related files and verify there were no per-verb schema files to link to, and the command completed successfully.nl -ba public/capabilities.htmland observed the injected CSS/HTML/JS for the modal and pill behavior; this inspection completed successfully.git commitafter staging, and the commit succeeded.Codex Task