zircote/ADRScope
Validate, visualize, and manage Architecture Decision Records (ADRs) with rich GitHub integration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | ADRScope command to run: validate, generate, stats, or wiki | yes | validate |
| input-dir | Directory containing ADR files | no | docs/decisions |
| output | Output file path (for generate command) or directory (for wiki command) | no | "" |
| pattern | Glob pattern for finding ADR files | no | **/*.md |
| strict | Treat warnings as errors in validate command | no | false |
| format | Output format for stats command: text, json, or markdown | no | text |
| theme | Theme for generate command: light, dark, or auto | no | auto |
| version | ADRScope version to use (e.g., "0.1.0" or "latest") | no | latest |
| github-token | GitHub token for downloading releases (defaults to GITHUB_TOKEN) | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| passed | Whether validation passed (true/false) |
| error-count | Number of validation errors found |
| warning-count | Number of validation warnings found |
| output-file | Path to generated output file (for generate command) |