semantic code review
Semantic Code Review for TypeScript PRs
Semantic code review catches code changes that are technically valid but semantically wrong for the system.
Semantic code review evaluates whether code preserves the meaning a team already approved in documentation, architecture decisions, and product rules. AxiomGuard implements this with approved SemanticRule YAML, deterministic TypeScript analysis, and proof-carrying findings.