eccsm/Archmet Code Analysis
Deterministic architecture analysis and quality gates — god classes, coupling, N+1 queries, health score
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| amf-server-url | Archmet server URL (reserved for future remote analysis mode) | no | "" |
| quality-gate | Fail the workflow when critical violations are found | no | true |
| severity-threshold | Minimum severity to emit as GitHub warnings (CRITICAL, HIGH, MEDIUM, LOW) | no | HIGH |
Outputs
| name | description |
|---|---|
| score | Archmet health score |
| grade | Archmet health grade |
| violations | Total number of violations |
| critical | Number of CRITICAL violations |
| reported-violations | Violations at or above the requested severity threshold |