@syedshoaib/agent-ready 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -175,14 +175,14 @@ JSON Schemas are published in [`schema/`](schema/) — both the rule pack format
|
|
|
175
175
|
|
|
176
176
|
## Status
|
|
177
177
|
|
|
178
|
-
**v0.0.
|
|
178
|
+
**v0.0.3.** Schemas, CLI, file and GitHub adapters, 10 built-in rules, regex custom rules, JSON/markdown/text renderers, GitHub Action (Docker-based), and a CI workflow that runs the bad/good demo on every PR. All verified end-to-end.
|
|
179
179
|
|
|
180
180
|
## Releases
|
|
181
181
|
|
|
182
182
|
GitHub Action users should pin either:
|
|
183
183
|
|
|
184
184
|
```yaml
|
|
185
|
-
- uses: Schoaib/agent-ready@v0.0.
|
|
185
|
+
- uses: Schoaib/agent-ready@v0.0.3 # exact release
|
|
186
186
|
- uses: Schoaib/agent-ready@v0 # latest v0 release
|
|
187
187
|
```
|
|
188
188
|
|