You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+29-29Lines changed: 29 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
3
3
**Purpose**: Assess repositories against agent-ready best practices and generate actionable reports.
4
4
5
-
**Last Updated**: 2025-11-21
5
+
**Last Updated**: 2025-11-22
6
6
7
7
---
8
8
9
9
## Overview
10
10
11
11
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.
**NEW in v1.1**: Extract high-quality skills from assessments using Claude API
51
+
**Feature**: Extract high-quality skills from assessments using Claude API
52
52
53
53
The `learn` command analyzes assessment results to identify successful patterns and generates Claude Code skills. With `--enable-llm`, it uses Claude Sonnet 4.5 to create detailed, context-aware skill documentation.
54
54
@@ -120,9 +120,9 @@ agentready learn . --enable-llm --output-format all
120
120
121
121
---
122
122
123
-
## Research Report Management (NEW)
123
+
## Research Report Management
124
124
125
-
**NEW in v1.1**: Utilities for maintaining the research report (agent-ready-codebase-attributes.md)
125
+
**Feature**: Utilities for maintaining the research report (agent-ready-codebase-attributes.md)
126
126
127
127
The `research` command group provides tools to validate, update, and format research reports following the schema defined in `contracts/research-report-schema.md`.
128
128
@@ -197,7 +197,8 @@ src/agentready/
197
197
│ ├── code_quality.py # Type annotations, complexity
198
198
│ ├── testing.py # Test coverage, pre-commit hooks
0 commit comments