Sync workspace skills with local updates: usage-report, graph, sensitive-scan#318
Merged
Conversation
8d9c18b to
61aff27
Compare
…ive-scan Bring the claude and codex plugin workspaces up to date with the skills as evolved in the local ~/.claude install: - Add hypaware-ai-usage-report (the merged adoption + spend review), hypaware-graph, and hypaware-sensitive-scan to both workspaces, wiring them into contributes.skills and the index.js registration lists. - Refresh the four existing report skills: adoption and spend carry their SUPERSEDED-by-usage-report markers; improvement and security gain the mandatory "step 0" query-mechanics preamble. - Refresh hypaware-report-to-html (landing-page nav, rec-card rules). - Include the pending hypaware-query MCP-route clarifications. The codex copy of hypaware-sensitive-scan adapts its session opt-out recommendation: /hypaware-ignore ships for Claude sessions only (LLP 0066), so Codex one-offs get a narrow hyp ignore instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
61aff27 to
e685f84
Compare
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
Brings the claude and codex plugin workspaces up to date with the skills as evolved in the local
~/.claudeinstall.hypaware-ai-usage-report(the merged adoption + spend review),hypaware-graph, andhypaware-sensitive-scan— wired intocontributes.skillsin eachhypaware.plugin.jsonand the registration lists in each plugin'ssrc/index.js.hypaware-report-to-html: landing-page nav requirement, rec-cards-required rule.hypaware-query: MCP-route clarifications (direct client connection vshyp remote, same-server overlap, result-size behavior).hypaware-sensitive-scanreworks its session opt-out recommendation, since/hypaware-ignoreships for Claude sessions only (LLP 0066); Codex one-offs get a narrowhyp ignore <subfolder>instead. This matches the existing pattern where onlyhypaware-queryandhypaware-referencecarry deliberate codex wording deltas.A follow-up (the waste-analysis move from the usage review into the improvement report, edited locally 2026-07-15) is intentionally not included and will land separately.
Test plan
npm test— 7 failures, all pre-existing on a clean checkout of master (squirrelingchunks is not async iterable), untouched by this changenpm run smoke -- core_boot_noop— passes, exercising plugin activation including the new skill registrationsdiff -rqconfirmed the claude workspace was byte-identical to the local skill tree at sync time🤖 Generated with Claude Code