srnichols/Plan Forge Validate
Validate Plan Forge setup, guardrail files, plan artifacts, and code cleanliness in CI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Project directory to validate (defaults to repo root) | no | . |
| fail-on-warnings | Treat warnings as failures (exit code 1) | no | false |
| sweep | Run completeness sweep for TODO/FIXME/stub markers | no | true |
| sweep-fail | Fail the action if sweep finds markers (false = warn only) | no | false |
| analyze | Run cross-artifact analysis on a plan file | no | false |
| analyze-plan | Path to the plan file for analysis (required if analyze=true) | no | "" |
| analyze-threshold | Minimum consistency score to pass (0-100, default: 60) | no | 60 |
Outputs
| name | description |
|---|---|
| passed | Number of checks that passed |
| failed | Number of checks that failed |
| warnings | Number of warnings |
| result | Overall result: pass, warn, or fail |