Skip to content

Add Atomadic Forge — Python architecture compiler and import-graph linter #1819

@atomadictech

Description

@atomadictech

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions