Show HN: Revos – architecture checks for AI-generated code
Category: devtools
Tags: architecture-checks, static-analysis, cli-tool
Score: 7.0/10 (Innovation: 6, Technical: 7, Documentation: 8, Utility: 7)
Revos is a CLI tool that scans codebases, builds dependency graphs, and detects architecture violations like circular dependencies or forbidden imports, designed for teams using AI-generated code where structure may drift despite passing tests. It offers framework-aware presets and CI integration, making it a novel guardrail for maintaining clean architecture in fast-paced development.
Target audience: backend devs, devops
Repository: https://github.com/mattykry/revos · TypeScript · MIT
View on Hacker News