choreoatlas2025/Atlas Proof
Validate trace-spec alignment for FlowSpec definitions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| flowspec | Path to FlowSpec YAML file | yes | — |
| trace | Path to trace JSON file | yes | — |
| threshold | Match rate threshold (0.0-1.0) | no | 0.90 |
| format | Output format (json or text) | no | json |
Outputs
| name | description |
|---|---|
| matchRate | Calculated match rate (0.0-1.0) |
| missing_count | Number of missing steps |
| passed | Whether validation passed (true/false) |