decispherhq/Decision Guardian
Surface architectural decision context on Pull Requests. Shift from passive documentation to active enforcement.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| decision_file | Path to the decisions.md file | no | .decispher/decisions.md |
| fail_on_critical | Fail the PR check if critical decisions are violated | no | false |
| fail_on_error | Fail the action if there are parse errors in the decision file | no | false |
| token | GitHub token for API access (use secrets.GITHUB_TOKEN) | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| matches_found | Number of decision matches found |
| critical_count | Number of critical decision violations |
| metrics | JSON object containing metrics about the PR |