Skip to content

Commit fc81acc

Browse files
chore(release): 2.27.4 [skip ci]
## [2.27.4](v2.27.3...v2.27.4) (2026-02-17) ### Bug Fixes * properly indent multi-line fix previews in align output ([#289](#289)) ([4e36cb5](4e36cb5)), closes [#285](#285)
1 parent 4e36cb5 commit fc81acc

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.27.4](https://github.com/ambient-code/agentready/compare/v2.27.3...v2.27.4) (2026-02-17)
2+
3+
4+
### Bug Fixes
5+
6+
* properly indent multi-line fix previews in align output ([#289](https://github.com/ambient-code/agentready/issues/289)) ([4e36cb5](https://github.com/ambient-code/agentready/commit/4e36cb53ee6ca67f53853fc5298d3e0484b65588)), closes [#285](https://github.com/ambient-code/agentready/issues/285)
7+
18
## [2.27.3](https://github.com/ambient-code/agentready/compare/v2.27.2...v2.27.3) (2026-02-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**: 2026-02-16
5+
**Last Updated**: 2026-02-17
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.27.3 - Core assessment engine complete, most essential assessors implemented, LLM-powered learning, research report management
13+
**Current Status**: v2.27.4 - 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-16 by Jeremy Eder
449-
**AgentReady Version**: 2.27.3
448+
**Last Updated**: 2026-02-17 by Jeremy Eder
449+
**AgentReady Version**: 2.27.4
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.27.3"
3+
version = "2.27.4"
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)