From f6d0f48d188c8acd4abc5fa7ed26bd249263ba72 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:41:13 +0000 Subject: [PATCH 1/3] Initial plan From 5ff572d41973ece94c38ff721970f72b8f14fef2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:41:54 +0000 Subject: [PATCH 2/3] fix: correct btar link in codebase-readiness skill Co-authored-by: dgalarza <105694+dgalarza@users.noreply.github.com> --- plugins/codebase-readiness/skills/codebase-readiness/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From adda03fe178753bd42b0c201a4f2ccfc7d5091ea Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:45:03 +0000 Subject: [PATCH 3/3] chore: bump codebase-readiness to 1.4.1 Co-authored-by: dgalarza <105694+dgalarza@users.noreply.github.com> --- .claude-plugin/marketplace.json | 2 +- plugins/codebase-readiness/.claude-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",