From bdb38923ae085c838d053b6b54d40954b2346773 Mon Sep 17 00:00:00 2001 From: Eve McGivern Date: Wed, 17 Jun 2026 08:15:55 -0500 Subject: [PATCH] chore(defect-scan): repin marketplace to v1.8.1 defect-scan released v1.8.1 (deterministic eval runners + sharpened java held-out corpus). Bump the ref in both marketplace manifests so the two harnesses install the new release; they must agree (CI check, issue #45). Co-Authored-By: Claude Opus 4.8 --- .agents/plugins/marketplace.json | 2 +- .claude-plugin/marketplace.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 82d886c..b1efe9d 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -24,7 +24,7 @@ "source": { "source": "url", "url": "https://github.com/stylusnexus/defect-scan.git", - "ref": "v1.8.0" + "ref": "v1.8.1" }, "policy": { "installation": "AVAILABLE", diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8d9406f..ed8b827 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -19,7 +19,7 @@ "source": { "source": "github", "repo": "stylusnexus/defect-scan", - "ref": "v1.8.0" + "ref": "v1.8.1" }, "description": "Language-aware defect hunter for Claude Code AND Codex. Detect stack -> triage by risk -> run real analyzers (ruff/mypy, tsc/eslint, rubocop/brakeman, +optional semgrep/gitleaks/bandit) -> reason with battle-tested patterns + 14 language profiles (python, react-typescript, ruby, go, csharp, java, kotlin, swift, php, rust, yaml, shell, dart) -> report (confidence-tiered, severity/priority, gh-issue-correlated) -> optionally file deduped/labeled issues (--file-issues), apply safe fixes (--fix), or second-opinion via Codex (--cross-model). Runs on macOS/Linux/Windows (WSL/Git-Bash or PowerShell shim); model-free eval harness; extensible drop-in profiles/patterns." }