Blazing-fast architectural boundary checks (repowise assert) #634
Kavya-kakkar
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
Since repowise already builds a high-performance local dependency graph in under 30 seconds, it would be an incredible addition to allow teams to define and enforce architectural boundaries (e.g., preventing specific directory or module cross-imports).
A command like repowise assert could evaluate a localized configuration file (like repowise.assert.json) directly against the SQLite-backed graph. This would provide a zero-LLM, sub-second linter for local pre-commit hooks or CI pipelines to catch hidden coupling before code is merged.
Beta Was this translation helpful? Give feedback.
All reactions