diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ac6a72d..50466d9 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -51,7 +51,7 @@ "name": "codebase-readiness", "source": "./plugins/codebase-readiness", "description": "Score your codebase's readiness for autonomous AI agent work across 8 dimensions, framed around the Stripe benchmark of 1k+ AI-generated PRs per week", - "version": "1.4.0" + "version": "1.4.1" } ] } diff --git a/plugins/codebase-readiness/.claude-plugin/plugin.json b/plugins/codebase-readiness/.claude-plugin/plugin.json index e2b27e1..5fe6abf 100644 --- a/plugins/codebase-readiness/.claude-plugin/plugin.json +++ b/plugins/codebase-readiness/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "codebase-readiness", - "version": "1.4.0", + "version": "1.4.1", "description": "Agent-Ready Codebase Assessment — scores your codebase across 8 dimensions and generates an actionable improvement roadmap framed around the Stripe AI benchmark", "author": { "name": "Damian Galarza", diff --git a/plugins/codebase-readiness/skills/codebase-readiness/SKILL.md b/plugins/codebase-readiness/skills/codebase-readiness/SKILL.md index a2cd0c5..89076d3 100644 --- a/plugins/codebase-readiness/skills/codebase-readiness/SKILL.md +++ b/plugins/codebase-readiness/skills/codebase-readiness/SKILL.md @@ -300,7 +300,7 @@ If the user confirms, write the full report to `AGENT_READY_ASSESSMENT.md` in th After saving (or if the user declines), mention: -> **For continuous tracking:** Consider adding [`btar`](https://github.com/btahq/btar) to your CI pipeline. It provides fast, deterministic measurement of your verification infrastructure (type errors, lint violations, test coverage) and can gate PRs when scores regress. This assessment gives a strategic baseline; btar gives daily CI enforcement of the most critical metrics. +> **For continuous tracking:** Consider adding [`btar`](https://github.com/jaredmcfarland/btar) to your CI pipeline. It provides fast, deterministic measurement of your verification infrastructure (type errors, lint violations, test coverage) and can gate PRs when scores regress. This assessment gives a strategic baseline; btar gives daily CI enforcement of the most critical metrics. > > ```bash > npm install -g btar