@agentique.io/action 0.1.0 → 0.2.0

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,4 +25,4 @@ The action writes a JSON report to `agentique-validation.json` by default.
25
25
 
26
26
  ## Status
27
27
 
28
- Local monorepo implementation exists for review. Marketplace publication remains blocked until release review passes.
28
+ Published in this repository for direct workflow usage. GitHub Marketplace-style promotion remains a separate future channel.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentique.io/action",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Least-privilege GitHub Action wrapper for Agentique local validation.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",