vibemafiaclub/Vooster Verify
Run vspec verify and map deterministic spec-code drift to a GitHub check.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| usecase-key | Use case key to verify, for example UC-013. | yes | — |
| test-command | Optional delegated test command; Vooster uses only its exit code. | no | "" |
| api-url | Optional Vooster API URL. Empty input falls back to local config or VSPEC_API_URL. | no | "" |
| session-cookie | Optional vspec_session cookie. Empty input falls back to local config. | no | "" |
| working-directory | Directory containing package.json, .vspec config, and implementation refs. | no | . |
| unlinked-policy | Use fail to fail on exit 7, or warn to surface incomplete coverage without failing. | no | fail |
Outputs
| name | description |
|---|---|
| exit_code | Raw exit code returned by vspec verify. |
| result_status | passed, failed, or unlinked. |
| log_path | Relative path to the captured verify log. |