Skip to content

Commit 0adae8e

Browse files
chore(release): 2.29.5 [skip ci]
## [2.29.5](v2.29.4...v2.29.5) (2026-03-03) ### Bug Fixes * **security:** replace pull_request_target with pull_request trigger ([#328](#328)) ([3c5d31b](3c5d31b)), closes [#324](#324)
1 parent 3c5d31b commit 0adae8e

3 files changed

Lines changed: 12 additions & 5 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.29.5](https://github.com/ambient-code/agentready/compare/v2.29.4...v2.29.5) (2026-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **security:** replace pull_request_target with pull_request trigger ([#328](https://github.com/ambient-code/agentready/issues/328)) ([3c5d31b](https://github.com/ambient-code/agentready/commit/3c5d31b7f3b6a6a6c2b1f470af71d9d4d620aec3)), closes [#324](https://github.com/ambient-code/agentready/issues/324)
7+
18
## [2.29.4](https://github.com/ambient-code/agentready/compare/v2.29.3...v2.29.4) (2026-02-24)
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**: 2026-02-24
5+
**Last Updated**: 2026-03-03
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.29.4 - Core assessment engine complete, most essential assessors implemented, LLM-powered learning, research report management
13+
**Current Status**: v2.29.5 - 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

@@ -445,8 +445,8 @@ Use the `github-pages-docs` agent for documentation updates after:
445445

446446
---
447447

448-
**Last Updated**: 2026-02-24 by Jeremy Eder
449-
**AgentReady Version**: 2.29.4
448+
**Last Updated**: 2026-03-03 by Jeremy Eder
449+
**AgentReady Version**: 2.29.5
450450
**Self-Assessment**: 80.0/100 (Gold) ✨
451451

452452
### GitHub Actions Guidelines

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.29.4"
3+
version = "2.29.5"
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)