Skip to content

Commit c5d9bef

Browse files
chore(release): 2.43.0 [skip ci]
# [2.43.0](v2.42.2...v2.43.0) (2026-05-28) ### Bug Fixes * address review feedback on context file assessor PR ([7e0ba3e](7e0ba3e)) ### Features * context file assessor improvements (ADR A.1, A.9, A.4) ([3b52e79](3b52e79)), closes [#459](#459)
1 parent 162afee commit c5d9bef

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.43.0](https://github.com/ambient-code/agentready/compare/v2.42.2...v2.43.0) (2026-05-28)
2+
3+
4+
### Bug Fixes
5+
6+
* address review feedback on context file assessor PR ([7e0ba3e](https://github.com/ambient-code/agentready/commit/7e0ba3e0fe5d1a6b2996b6d7c92f91da17449684))
7+
8+
9+
### Features
10+
11+
* context file assessor improvements (ADR A.1, A.9, A.4) ([3b52e79](https://github.com/ambient-code/agentready/commit/3b52e79b5adfab93f6b879f80805311eec14866e)), closes [#459](https://github.com/ambient-code/agentready/issues/459)
12+
113
## [2.42.2](https://github.com/ambient-code/agentready/compare/v2.42.1...v2.42.2) (2026-05-28)
214

315

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Assess repositories against evidence-based attributes for AI-assisted developmen
88
|------|-------|
99
| **Python** | >=3.12 |
1010
| **Entry Point** | `agentready.cli.main:cli` (or `python -m agentready`) |
11-
| **Self-Score** | 74.5/100 (Silver) |
11+
| **Self-Score** | 80.0/100 (Silver) |
1212
| **Test Coverage** | 37% (target: >80%) |
1313

1414
## Commands

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentready"
3-
version = "2.42.2"
3+
version = "2.43.0"
44
description = "Assess and bootstrap git repositories for AI-assisted development with automated remediation"
55
authors = [{name = "Jeremy Eder", email = "jeder@redhat.com"}]
66
readme = "README.md"

0 commit comments

Comments
 (0)