Skip to content

Commit 342125e

Browse files
chore: prep v0.1.0 release (#47)
- Bump version 0.0.6 → 0.1.0 - CHANGELOG: add v0.1.0 entry (Marketplace listing, npm publish) - README: add Marketplace badge, pin @v0, remove Online API section Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8eb18c8 commit 342125e

4 files changed

Lines changed: 88 additions & 112 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.0] - 2026-02-08
11+
12+
### Added
13+
- GitHub Marketplace listing as a GitHub Action
14+
- First npm publish with provenance
15+
16+
### Changed
17+
- README: new title, tagline, Marketplace badge, removed Online API and website refs
18+
- GitHub Action pinning updated from `@main` to `@v0`
19+
1020
## [0.0.6] - 2026-01-28
1121

1222
### Added
@@ -61,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6171
- 100% scan success rate
6272
- Factory.ai comparison documented in `test/VALIDATION_REPORT.md`
6373

64-
[Unreleased]: https://github.com/agent-next/agent-ready/compare/v0.0.6...HEAD
74+
[Unreleased]: https://github.com/agent-next/agent-ready/compare/v0.1.0...HEAD
75+
[0.1.0]: https://github.com/agent-next/agent-ready/compare/v0.0.6...v0.1.0
6576
[0.0.6]: https://github.com/agent-next/agent-ready/compare/v0.0.5...v0.0.6
6677
[0.0.5]: https://github.com/agent-next/agent-ready/compare/v0.0.4...v0.0.5
6778
[0.0.4]: https://github.com/agent-next/agent-ready/compare/v0.0.1...v0.0.4

README.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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

309297
MIT
310298

311299
---
312-
313-
**Agent-Ready: From entropy generator to scalable production worker.**

0 commit comments

Comments
 (0)