Skip to content

Commit 18e0c50

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2025-11-24) ### Features * Phase 1 Task 1 - Consolidate Security Validation Patterns ([#129](#129)) ([8580c45](8580c45)), closes [#122](#122) [#122](#122) [#122](#122) [#122](#122) [#122](#122) [#122](#122)
1 parent 8580c45 commit 18e0c50

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.1.0](https://github.com/ambient-code/agentready/compare/v2.0.0...v2.1.0) (2025-11-24)
2+
3+
4+
### Features
5+
6+
* Phase 1 Task 1 - Consolidate Security Validation Patterns ([#129](https://github.com/ambient-code/agentready/issues/129)) ([8580c45](https://github.com/ambient-code/agentready/commit/8580c45fdd24e6c485f107098e829b626969db0b)), closes [#122](https://github.com/ambient-code/agentready/issues/122) [#122](https://github.com/ambient-code/agentready/issues/122) [#122](https://github.com/ambient-code/agentready/issues/122) [#122](https://github.com/ambient-code/agentready/issues/122) [#122](https://github.com/ambient-code/agentready/issues/122) [#122](https://github.com/ambient-code/agentready/issues/122)
7+
18
# [2.0.0](https://github.com/ambient-code/agentready/compare/v1.29.0...v2.0.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.0.0 - Core assessment engine complete, 22/31 attributes implemented (9 stubs), LLM-powered learning, research report management
13+
**Current Status**: v2.1.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.0.0
625+
**AgentReady Version**: 2.1.0
626626
**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.0.0"
3+
version = "2.1.0"
44
description = "Assess git repositories against 25 evidence-based attributes for AI-assisted development readiness"
55
authors = [{name = "Jeremy Eder", email = "jeder@redhat.com"}]
66
readme = "README.md"

0 commit comments

Comments
 (0)