@agentique.io/action
v0.2.2
Published
Least-privilege GitHub Action wrapper for Agentique local validation.
Readme
Agentique Action
GitHub Action wrapper around Agentique local validation.
The action runs validator checks with least-privilege defaults and does not require secrets for pull request validation.
Action output is local readiness information only. It is not platform approval and is not safety certification. agentique.io remains the source of truth for upload, scan, review, moderation, publication, distribution state, and readback.
Usage
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: ./packages/action
with:
package-dir: ./starters/agent-assistant
schemas-dir: ./schemas
validator-script: ./packages/validator/src/cli.mjsThe action writes a JSON report to agentique-validation.json by default.
Status
Published in this repository for direct workflow usage and on npm; registry readback currently records the published package set at 0.2.1. This source package is prepared as the coordinated 0.2.2 package candidate. GitHub Marketplace-style promotion remains a separate future channel.
