Skip to content

Commit 6885cb8

Browse files
chore(release): 2.12.3 [skip ci]
## [2.12.3](v2.12.2...v2.12.3) (2025-12-04) ### Bug Fixes * skip PR comments for external forks to prevent permission errors ([#163](#163)) ([2a29fb8](2a29fb8))
1 parent 2a29fb8 commit 6885cb8

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.12.3](https://github.com/ambient-code/agentready/compare/v2.12.2...v2.12.3) (2025-12-04)
2+
3+
4+
### Bug Fixes
5+
6+
* skip PR comments for external forks to prevent permission errors ([#163](https://github.com/ambient-code/agentready/issues/163)) ([2a29fb8](https://github.com/ambient-code/agentready/commit/2a29fb84485a1ac6beff1675131bf50c1b702585))
7+
18
## [2.12.2](https://github.com/ambient-code/agentready/compare/v2.12.1...v2.12.2) (2025-12-04)
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 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.12.2 - Core assessment engine complete, most essential assessors implemented, LLM-powered learning, research report management
13+
**Current Status**: v2.12.3 - 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

@@ -391,5 +391,5 @@ Use the @agent-github-pages-docs to [action] based on:
391391
---
392392

393393
**Last Updated**: 2025-12-04 by Jeremy Eder
394-
**AgentReady Version**: 2.12.2
394+
**AgentReady Version**: 2.12.3
395395
**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.12.2"
3+
version = "2.12.3"
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)