Below you will find pages that utilize the taxonomy term “Napetrov”
July 14, 2026
AgentReady Repository Scanner
Version updated for https://github.com/napetrov/agentready to version v0.3.0.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary AgentReady is an open-source tool that scans a repository to assess its readiness for AI coding agents, helping teams identify and address potential issues before onboarding autonomous agents. It checks for agent instruction surfaces, repository structure, verification command surfaces, capability surfaces, safety signals, CI workflows, context-efficiency risks, documentation entrypoints, and complements existing checks to provide prioritized improvement plans and stable evidence for CI and enterprise tools.
July 8, 2026
AgentReady Repository Scanner
Version updated for https://github.com/napetrov/agentready to version v0.2.1.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Summary AgentReady v0.2.1 is a GitHub-only repository polish release. It does not publish an npm package.
This release improves first impressions and the next-step story:
README install instructions now clearly state that the npm package is not published yet. README positioning explains AgentReady as repository operability for coding agents, complementary to CI, lint, Scorecard, SAST, and dependency/security scanners. Added sample reports for a high-readiness repository and an improvement-plan repository. Added product docs for positioning, policy packs, and real-agent evaluation/benchmarks. Added v0.3 issue drafts for policy selection, benchmark calibration, instruction-quality analysis, and repository metadata polish. Updated backlog and feature roadmap around product trust and policy-pack direction. Verification git diff --check npm run type-check npm run agentready -- scan . --format markdown --output /tmp/agentready-release-scan.md Package status The package remains unpublished on npm by design for this release. Use the repository checkout or GitHub Action path.