promptless/Promptless Instruction Hub Toolchain
Build, validate, and publish Promptless Instruction Hub artifacts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | build, check, or publish. | no | build |
| hub-root | Path to the Instruction Hub root within the checked-out repository. | no | . |
| release-branch | Branch that receives generated Instruction Hub artifacts in publish mode. | no | release/stable |
| source-branch | Branch allowed to run publish mode and receive default-branch pointer updates. | no | main |
| generated-paths | Whitespace-separated generated paths relative to hub-root. | no | dist .agents/plugins .claude-plugin .cursor-plugin hub.release.json hub.stable.json |
| update-claude-pointer | Commit a default-branch Claude marketplace pointer that targets the release branch in publish mode. | no | true |
| update-codex-pointer | Commit a default-branch Codex marketplace pointer that targets the release branch in publish mode. | no | true |
| update-cursor-pointer | Commit a default-branch Cursor marketplace pointer that targets the release branch in publish mode. | no | true |
| github-token | Token used only for publish-mode git pushes when checkout credentials are not persisted. | no | "" |
| commit-user-name | Git author name for publish-mode commits. | no | github-actions[bot] |
| commit-user-email | Git author email for publish-mode commits. | no | 41898282+github-actions[bot]@users.noreply.github.com |
| commit-message | Commit message for publish-mode release branch updates. | no | Update Instruction Hub release |
Outputs
| name | description |
|---|---|
| release-branch | Release branch updated by publish mode. |