@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.
Files changed (2) hide show
  1. package/README.md +2 -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.2.** 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.
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.2 # exact release
185
+ - uses: Schoaib/agent-ready@v0.0.3 # exact release
186
186
  - uses: Schoaib/agent-ready@v0 # latest v0 release
187
187
  ```
188
188
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syedshoaib/agent-ready",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Make every ticket ready for AI coding agents — a Definition-of-Ready linter.",
5
5
  "type": "module",
6
6
  "bin": {