Launching today

Archlint
Architectural guardrails for coding with AI agents.
8 followers
Architectural guardrails for coding with AI agents.
8 followers
Archlint checks every edit your AI agent makes against the layer rules you declared — the instant a violation happens, still inside the loop. One Python script, stdlib only, no LLM in the hot path.

Drop-in install, zero deps, and the violation feedback is instant which is exactly what my agent loops needed. Wish I'd had this a few weeks ago when I was hunting down a circular import by hand.
How does it actually know what counts as a valid layer rule vs just my best guess at the time, especially if I tweak boundaries as the codebase grows.