Repo hardening: CI, hermetic tests, site catalog refresh, plugin READMEs#32
Merged
Conversation
added 3 commits
July 19, 2026 11:22
- CI: .github/workflows/test.yml runs the full suite on Node 18/20/22 for every push to main and every PR; README gets the live CI badge - Hermetic tests: notify-permission no longer inherits CCH_SLA_WEBHOOK from the runner's shell (2 tests failed for anyone with that var set) - Site: catalog now shows all 8 classic hooks (new cards: protect-tests, session-logger), plugin cards renumbered 09-15, protect-tests removed from the forthcoming strip, all six/thirteen counts corrected to eight/fifteen - README: CI badge, Node >= 18 note, session-logger folded into the Session Lifecycle section (removes duplicate 'Session' heading) - Plugin READMEs: all 7 plugins get a README (install, hook table, config knobs, data/privacy, uninstall) written from source - Doc-drift fixes surfaced while writing them: nerf-receipts renders the trend card at SessionStart not SessionEnd (plugin.json, v1.0.1); dead-rules-audit matcher prose now includes MultiEdit (v1.0.1); bounty-board JSDoc matcher now includes MultiEdit/NotebookEdit (v1.0.1); marketplace tags complete the registered-event lists - SECURITY.md: private vulnerability reporting + explicit threat model
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 the gaps from the holistic repo review:
1. CI (the big one).
test.ymlruns the full 1,165-test suite on Node 18/20/22 for every push to main and every PR. Until now the tests badge linked to an Actions page that had never run a test; external PRs arrived unchecked. README gets the live CI badge alongside the count badge.2. Hermetic tests.
notify-permission.test.jsscrubsCCH_SLA_WEBHOOKbefore requiring the hook — previously 2/29 tests failed for anyone with that env var set. The whole suite now passes with every known pollutant set (CCH_SLA_WEBHOOK+ all threeHOOK_ASK_*).3. Site catalog catches up with reality. Cards for protect-tests (07) and session-logger (08), plugins renumbered 09–15, protect-tests removed from the forthcoming strip (it shipped in #20), all six/thirteen counts now eight/fifteen. Visually QA'd headless.
4. Per-plugin READMEs. All 7 plugins documented from source: install one-liner, hook table (event/sync-async/behavior), real config knobs with defaults, state location, data & privacy, uninstall.
5. Doc-drift fixes found while writing them (each verified against hooks.json + source):
6. SECURITY.md — private vulnerability reporting + an explicit guardrails-not-a-sandbox threat model.
Suite: 1,165/0 clean and fully polluted.
claude plugin validate: ✔.