Executable codebase standards for Python: quality, style, architecture, and structure, checked mechanically on every commit. Ready-made checks (normes) cover the common ground; a plugin interface lets a team add its own. The same gate runs in CI and inside an AI agent's loop. Docs: https://lanorme.github.io/lanorme/
CloneHunter finds duplicate code across mixed-language repositories. It runs a semantic retrieval pipeline with model inference and indexing to catch harder, non-trivial duplicate patterns.