- Added stronger Next.js and Astro detection from config files, router conventions, and
.astrofiles. - Added fixture coverage for Next.js App Router and Astro projects.
- Added Docker and Docker Compose detection, including generated
AGENTS.mdlocal service guidance. - Added real-world readiness snapshots to the examples gallery.
- Added weekly growth metrics tracking with collection commands and a baseline launch log.
- Added a local outreach operator that periodically discovers relevant GitHub repositories, generates draft-only maintainer replies, and keeps a local outreach inbox/ledger.
- Added macOS LaunchAgent documentation for daily draft generation with explicit public-posting guardrails.
- Added SvelteKit and Nuxt detection from framework configs, route conventions, and
.svelte/.vuefiles. - Added Rails and Laravel detection with Bundler and Composer command inference.
- Expanded real-world readiness snapshots with SvelteKit, Nuxt, Rails, and Laravel examples.
- Added Spring Boot detection with Maven and Gradle wrapper command inference.
- Added a detector coverage table grouped by ecosystem.
- Added Ruby and PHP package manager edge-case coverage for hybrid and non-framework projects.
- Added .NET and C# detection with
dotnetcommand inference. - Added Go Gin and Rust workspace web framework edge-case fixtures.
- Added draft v0.1.26 release notes for the next npm publish.
- Prepared npm publishing docs and workflow settings for Trusted Publishing.
- Added GitLab CI and CircleCI workflow detection so non-GitHub repositories do not get false
missing-cifindings. - Added Poetry, PDM, and uv package manager detection with Python install/test/lint command inference.
- Added ASP.NET Core and common .NET test framework detection from project and
Program.cssignals. - Added
agent-ready outreachfor maintainer-friendly, repo-specific outreach drafts.
- Added a distribution checklist to the growth playbook for repeatable release promotion.
- Refreshed generated workflow examples for the latest release tag.
- Added npm badges and a growth playbook to make the project easier to evaluate and share.
- Updated launch messaging now that the scoped npm package is published.
- Added clearer guardrails for non-spammy, project-focused outreach.
- Switched the npm package name to
@eshen_fox_mie/agent-readyafter the unscopedagent-readyname was rejected by npm name similarity rules. - Updated npm quick-start commands to use the scoped package while keeping the CLI binary name as
agent-ready. - Updated generated npx workflows to install the scoped npm package.
- Added
--preset oss|team|enterpriseforinit,fix, andimprove. - Added preset-aware CI generation so team and enterprise presets can create pull request comment workflows.
- Updated README, showcase, and launch kit copy around the shorter preset quick start.
- Added
agent-ready examplesfor a terminal-friendly example gallery. - Added
docs/examples/with copy-ready output samples for improvement, issue checklist, snapshot, and roadmap workflows.
- Added
agent-ready snapshotto generate a complete staticAGENT_READINESS.mdreport. - Added
docs/launch-kit.mdwith copy-ready launch, community, and outreach material.
- Added
agent-ready roadmapto turn multi-repository readiness gaps into a phased cleanup plan. - Added affected repository lists to common finding aggregation for team planning.
- Added
agent-ready leaderboardfor share-ready multi-repository readiness rankings. - Added common readiness gap aggregation so teams can see repeated issues across repositories.
- Added
agent-ready improve --format issueto turn readiness improvements into a GitHub-ready task checklist. - Updated launch and showcase examples so maintainers can copy a contributor-friendly issue body directly from the CLI.
- Added
agent-ready improvefor a closed-loop readiness upgrade workflow: scan, apply staged fixes, rescan, and report before/after score. - Added Markdown and JSON improvement reports with planned/applied files, CI workflow status, and remaining findings.
- Added
agent-ready fix --level basic|team|fullfor staged repository readiness improvements. - Added generated team/full starter files for PR templates, contributing docs, architecture docs, ADRs, environment examples, CODEOWNERS, issue templates, and security policy.
- Added
docs/showcase.mdwith the demo GIF, PR comment example, copy-paste workflow, benchmark evidence, and launch snippet. - Added a README showcase link for faster project evaluation by new visitors.
- Added a README demo GIF showing the pull request comment workflow.
- Added a reproducible demo asset renderer at
scripts/render-demo-gif.py.
- Added optional pull request comment publishing to the reusable GitHub Action.
- Added
agent-ready ci --commentto generate workflows with the required PR comment permissions.
- Added
agent-ready commentfor GitHub-ready PR, issue, and discussion summaries. - Added structured JSON output for comment automation and launch workflows.
- Added the agent compatibility matrix to the reusable GitHub Action Step Summary.
- Updated generated GitHub Action workflows to reference
v0.1.10.
- Added
agent-ready matrixfor a screenshot-friendly compatibility table across Codex, Cursor, Copilot, Claude Code, and Gemini CLI. - Added Markdown and JSON matrix output for README badges, launch posts, and CI summaries.
- Added
agent-ready comparefor before/after readiness JSON comparisons. - Added Markdown and JSON comparison output for PR comments and launch material.
- Added
agent-ready explainfor impact-ranked fix plans with estimated score recovery. - Added Markdown and JSON explanation output.
- Added
agent-ready fixto generate agent docs and install the CI readiness workflow in one command. - Added
--no-ci,--dry-run,--force, and--targetssupport for the fix workflow.
- Added
agent-ready ci --writefor writing.github/workflows/agent-ready.ymldirectly. - Added CI workflow write safeguards with
--dry-run,--force, and--output.
- Added
BENCHMARK.mdwith a reproducible public AI/devtool repository benchmark snapshot. - Added
benchmark:sampleandbenchmark:fixturesscripts.
- Added
benchmarkcommand for scoring multiple repositories and generating a Markdown leaderboard.
- Added GitHub Actions annotations for readiness findings.
- Added
init --interactivefor guided setup. - Added GitHub Actions Step Summary output to the reusable action.
- Added repository scanner for common JavaScript/TypeScript, Python, Rust, and Go projects.
- Added
initgeneration forAGENTS.md, Claude, Cursor, Gemini, and Copilot instruction files. - Added
doctorcommand for a compact diagnosis and screenshot-friendly summary. - Added
cicommand for generating a ready-to-paste GitHub Actions workflow. - Added reusable GitHub Action support via
uses: EShener/agent-ready@main. - Added monorepo/workspace detection for npm workspaces, pnpm workspaces, Turborepo, Nx, Lerna, and Rush.
- Added Playwright and Storybook detection.
- Added readiness linter with actionable findings.
- Added explainable Agent Readiness Score.
- Added Markdown/JSON reports.
- Added README badge output.
- Added
agent-ready.jsonconfiguration support. - Added CI-friendly
--fail-underscore gate.