Skip to content

Commit 952b1be

Browse files
chore(release): 2.20.0 [skip ci]
# [2.20.0](v2.19.1...v2.20.0) (2025-12-11) ### Features * convert AgentReady assessment to on-demand workflow ([#213](#213)) ([b5a1ce0](b5a1ce0)), closes [#191](#191)
1 parent b5a1ce0 commit 952b1be

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.20.0](https://github.com/ambient-code/agentready/compare/v2.19.1...v2.20.0) (2025-12-11)
2+
3+
4+
### Features
5+
6+
* convert AgentReady assessment to on-demand workflow ([#213](https://github.com/ambient-code/agentready/issues/213)) ([b5a1ce0](https://github.com/ambient-code/agentready/commit/b5a1ce03f5364351833733f034fcc2f7bf1bd49f)), closes [#191](https://github.com/ambient-code/agentready/issues/191)
7+
18
## [2.19.1](https://github.com/ambient-code/agentready/compare/v2.19.0...v2.19.1) (2025-12-10)
29

310

CLAUDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
**Purpose**: Assess repositories against agent-ready best practices and generate actionable reports.
44

5-
**Last Updated**: 2025-12-10
5+
**Last Updated**: 2025-12-11
66

77
---
88

99
## Overview
1010

1111
AgentReady is a Python CLI tool that evaluates repositories against a comprehensive set of 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.19.1 - Core assessment engine complete, most essential assessors implemented, LLM-powered learning, research report management
13+
**Current Status**: v2.20.0 - Core assessment engine complete, most essential assessors implemented, LLM-powered learning, research report management
1414

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

@@ -444,6 +444,6 @@ Use the `github-pages-docs` agent for documentation updates after:
444444

445445
---
446446

447-
**Last Updated**: 2025-12-10 by Jeremy Eder
448-
**AgentReady Version**: 2.19.1
447+
**Last Updated**: 2025-12-11 by Jeremy Eder
448+
**AgentReady Version**: 2.20.0
449449
**Self-Assessment**: 80.0/100 (Gold) ✨

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.19.1"
3+
version = "2.20.0"
44
description = "Assess and bootstrap git repositories for AI-assisted development with automated remediation and continuous learning"
55
authors = [{name = "Jeremy Eder", email = "jeder@redhat.com"}]
66
readme = "README.md"

0 commit comments

Comments
 (0)