zircote/ADRScope

Validate, visualize, and manage Architecture Decision Records (ADRs) with rich GitHub integration

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandADRScope command to run: validate, generate, stats, or wikiyesvalidate
input-dirDirectory containing ADR filesnodocs/decisions
outputOutput file path (for generate command) or directory (for wiki command)no""
patternGlob pattern for finding ADR filesno**/*.md
strictTreat warnings as errors in validate commandnofalse
formatOutput format for stats command: text, json, or markdownnotext
themeTheme for generate command: light, dark, or autonoauto
versionADRScope version to use (e.g., "0.1.0" or "latest")nolatest
github-tokenGitHub token for downloading releases (defaults to GITHUB_TOKEN)no${{ github.token }}
namedescription
passedWhether validation passed (true/false)
error-countNumber of validation errors found
warning-countNumber of validation warnings found
output-filePath to generated output file (for generate command)