maple1999/ConvergeKit Check
Closure gate for AI-generated PRs: converge check + fresh audit against the base branch. AI agents can pass tests while drifting your architecture — this catches that. Reads .converge/attractor.yml from the base branch so a PR cannot weaken its own gate.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Diff base ref. "auto" resolves to origin/$GITHUB_BASE_REF in a pull_request context. | no | auto |
| config-from-base | Ref to load .converge/attractor.yml and verification commands from (trust boundary for untrusted PRs). "auto" resolves like base; "" disables and trusts the PR head (not recommended). | no | auto |
| strict | Treat warnings as blockers (converge check --strict). | no | true |
| audit | Fresh audit mode: "no-llm" (deterministic, default) or "none" to skip. | no | no-llm |
| test-integrity-mode | test-revert-rerun mode: "in-place" or "isolated" (experimental). Applies to check AND audit. | no | in-place |
| working-directory | Directory of the repo under check. | no | . |
Outputs
no outputs