Hey all,
After reviewing a lot of AI-generated backend code, we noticed recurring async discipline issues: blocking I/O inside routes, mixed response structures, config leaks.
We built ARCHON as a Cursor plugin to enforce production-grade discipline automatically.
v0.1.0 scope:
-
Async-First rule enforcement
-
Structured JSON validation
-
Deterministic config checks
-
Optional strict Git pre-commit guard
-
Architecture scoring CLI (
python scripts/score.py)
No external runtime required. Clone the repo and load it as a Cursor plugin.
Repo: https://github.com/Omran1983/archon-dev-engine
Looking specifically for feedback on rule precision and false positives in async detection. If you hit a false positive, open an issue — we’re on a 48-hour patch cycle.