Skip to content

Commit 5887aea

Browse files
semantic-release-botkami619
authored andcommitted
chore(release): 2.22.1 [skip ci]
## [2.22.1](ambient-code/agentready@v2.22.0...v2.22.1) (2026-01-15) ### Bug Fixes * **assessors:** FileSizeLimitsAssessor now respects .gitignore ([ambient-code#248](ambient-code#248)) ([eaaecc2](ambient-code@eaaecc2)), closes [ambient-code#245](ambient-code#245)
1 parent 72fa471 commit 5887aea

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.22.1](https://github.com/ambient-code/agentready/compare/v2.22.0...v2.22.1) (2026-01-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **assessors:** FileSizeLimitsAssessor now respects .gitignore ([#248](https://github.com/ambient-code/agentready/issues/248)) ([eaaecc2](https://github.com/ambient-code/agentready/commit/eaaecc264683c612d6c0fb65b00dc3e22d394aa1)), closes [#245](https://github.com/ambient-code/agentready/issues/245)
7+
18
# [2.22.0](https://github.com/ambient-code/agentready/compare/v2.21.0...v2.22.0) (2025-12-16)
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-16
5+
**Last Updated**: 2026-01-15
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.22.0 - Core assessment engine complete, most essential assessors implemented, LLM-powered learning, research report management
13+
**Current Status**: v2.22.1 - 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,8 +444,8 @@ Use the `github-pages-docs` agent for documentation updates after:
444444

445445
---
446446

447-
**Last Updated**: 2025-12-16 by Jeremy Eder
448-
**AgentReady Version**: 2.22.0
447+
**Last Updated**: 2026-01-15 by Jeremy Eder
448+
**AgentReady Version**: 2.22.1
449449
**Self-Assessment**: 80.0/100 (Gold) ✨
450450

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

0 commit comments

Comments
 (0)