Name: Atomadic Forge
GitHub: https://github.com/atomadictech/atomadic-forge
Language: Python
License: BSL 1.1 (source-available)
Category suggestion: Code Quality / Architecture Enforcement (Python)
Description
Atomadic Forge is an architecture compiler that enforces a strict 5-tier monadic layout on Python (and JS/TS) codebases. It classifies every file into one of five tiers, detects upward imports, and certifies architectural integrity on a 0-100 scale.
Commands:
forge wire — static import-direction linter (detects tier violations, similar to pylint but for architecture)
forge certify — 0-100 architecture integrity score
forge recon — full codebase classification
forge auto — automated refactor
Install: pip install atomadic-forge
Docs: https://forge.atomadic.tech
Comparable to pylint (style), bandit (security) — but specifically for dependency-direction and tier compliance.
Name: Atomadic Forge
GitHub: https://github.com/atomadictech/atomadic-forge
Language: Python
License: BSL 1.1 (source-available)
Category suggestion: Code Quality / Architecture Enforcement (Python)
Description
Atomadic Forge is an architecture compiler that enforces a strict 5-tier monadic layout on Python (and JS/TS) codebases. It classifies every file into one of five tiers, detects upward imports, and certifies architectural integrity on a 0-100 scale.
Commands:
forge wire— static import-direction linter (detects tier violations, similar to pylint but for architecture)forge certify— 0-100 architecture integrity scoreforge recon— full codebase classificationforge auto— automated refactorInstall:
pip install atomadic-forgeDocs: https://forge.atomadic.tech
Comparable to pylint (style), bandit (security) — but specifically for dependency-direction and tier compliance.