# Manual-Only Governance

Record: `arch:manual-only-governance`
Kind: anti-pattern
Layer: [Enforcement Core](https://banes-lab.com/records/layer/enforcement-core.md)
Severity: discouraged
Scope: correctness_verification, security_governance
Canonical: https://banes-lab.com/ontology#arch-manual-only-governance

## Repair

- Refactored by: create_fitness_function, add_static_check, add_policy_as_code, add_architecture_test, track_rule_metrics
- Detected by: rule_exists_only_in_docs, no_CI_gate, reviewer_specific_enforcement, repeated_same_violation, missing_fitness_function
- Violated by: Encode architecture rules in documents, meetings, or reviewer memory without executable checks, [metrics](https://banes-lab.com/records/lex/metrics.md), or automated enforcement.

## referenced-by

- [Policy as Code](https://banes-lab.com/records/arch/policy-as-code.md)
