Skip to content

Commit 12cc82e

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.0...v2.3.0) (2025-11-24) ### Features * Standardize on Python 3.12+ with forward compatibility for 3.13 ([#132](#132)) ([84f2c46](84f2c46))
1 parent 84f2c46 commit 12cc82e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.3.0](https://github.com/ambient-code/agentready/compare/v2.2.0...v2.3.0) (2025-11-24)
2+
3+
4+
### Features
5+
6+
* Standardize on Python 3.12+ with forward compatibility for 3.13 ([#132](https://github.com/ambient-code/agentready/issues/132)) ([84f2c46](https://github.com/ambient-code/agentready/commit/84f2c467eac64d0d0bd9b4189c0290325ae5933b))
7+
18
# [2.2.0](https://github.com/ambient-code/agentready/compare/v2.1.0...v2.2.0) (2025-11-24)
29

310

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
AgentReady is a Python CLI tool that evaluates repositories against 25 carefully researched attributes that make codebases more effective for AI-assisted development. It generates interactive HTML reports, version-control friendly Markdown reports, and machine-readable JSON output.
1212

13-
**Current Status**: v2.2.0 - Core assessment engine complete, 22/31 attributes implemented (9 stubs), LLM-powered learning, research report management
13+
**Current Status**: v2.3.0 - Core assessment engine complete, 22/31 attributes implemented (9 stubs), LLM-powered learning, research report management
1414

1515
**Self-Assessment Score**: 80.0/100 (Gold) - See `examples/self-assessment/`
1616

@@ -622,5 +622,5 @@ Use the @agent-github-pages-docs to revise all documentation in docs/ based on:
622622
---
623623

624624
**Last Updated**: 2025-11-24 by Jeremy Eder
625-
**AgentReady Version**: 2.2.0
625+
**AgentReady Version**: 2.3.0
626626
**Self-Assessment**: 80.0/100 (Gold) ✨

0 commit comments

Comments
 (0)