1- # agent-ready
1+ # Agent Ready
22
3- [ 中文文档 ] ( ./README_CN.md ) | English
3+ * From entropy generator to scalable production worker. *
44
55[ ![ npm version] ( https://img.shields.io/npm/v/agent-ready.svg )] ( https://www.npmjs.com/package/agent-ready )
6+ [ ![ GitHub Marketplace] ( https://img.shields.io/badge/Marketplace-Agent%20Ready-blue?logo=github )] ( https://github.com/marketplace/actions/agent-ready-scanner )
67[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
78[ ![ Node.js] ( https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen.svg )] ( https://nodejs.org/ )
89[ ![ TypeScript] ( https://img.shields.io/badge/TypeScript-5.7-blue.svg )] ( https://www.typescriptlang.org/ )
@@ -148,8 +149,8 @@ jobs:
148149 steps :
149150 - uses : actions/checkout@v4
150151 - name : Run Agent Ready
151- # Pin to a tag or SHA for production usage; `main` tracks the latest .
152- uses : agent-next/agent-ready@main
152+ # Pin to @v0 for latest stable; use a full tag like @v0.1.0 for exact version .
153+ uses : agent-next/agent-ready@v0
153154 with :
154155 fail-below-level : ' L2'
155156 comment-on-pr : ' true'
@@ -174,18 +175,6 @@ jobs:
174175| `project-type` | `cli`, `library`, `webapp`, `web-service`, `monorepo` |
175176| `passed` | Whether threshold was met |
176177
177- # # Online API
178-
179- ` ` ` bash
180- # Submit a scan
181- curl -X POST https://agent-ready.org/api/scan \
182- -H "Content-Type: application/json" \
183- -d '{"repo_url":"https://github.com/owner/repo"}'
184-
185- # Check status
186- curl https://agent-ready.org/api/scan/{scan_id}
187- ` ` `
188-
189178# # CLI Usage
190179
191180` ` ` bash
@@ -301,13 +290,10 @@ agent-ready/
301290
302291## Related Projects
303292
304- - [ agent-ready-website] ( https://github.com/agent-next/agent-ready-website ) - Web UI for scanning repos
305293- [ spec-kit] ( https://github.com/github/spec-kit ) - GitHub's spec-driven development methodology
306294
307295## License
308296
309297MIT
310298
311299---
312-
313- ** Agent-Ready: From entropy generator to scalable production worker.**
0 commit comments