[PR #3104] Add atomadic-forge to Code Analysis #16039

Open
opened 2026-05-02 08:18:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/3104
Author: @atomadictech
Created: 5/2/2026
Status: 🔄 Open

Base: masterHead: add-atomadic-forge


📝 Commits (1)

  • 4196f7b Add atomadic-forge to Code Analysis section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Checklist:

About the tool:

atomadic-forge is a Python architecture compiler that enforces strict 5-tier monadic dependency rules. Unlike pylint (style) or bandit (security), it focuses specifically on dependency direction and tier compliance — classifying every file into one of five architectural tiers (constants → functions → composites → features → orchestration) and certifying structural integrity on a 0-100 scale.

  • forge recon — classify codebase into 5 tiers
  • forge wire — import-direction linter (detects upward imports)
  • forge certify — architecture integrity score 0-100
  • forge auto — automated refactor to enforce monadic layout

Install: pip install atomadic-forge
Docs: https://forge.atomadic.tech


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/3104 **Author:** [@atomadictech](https://github.com/atomadictech) **Created:** 5/2/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-atomadic-forge` --- ### 📝 Commits (1) - [`4196f7b`](https://github.com/vinta/awesome-python/commit/4196f7bb5bc7fcfccdd7f3536008b4c101a5063f) Add atomadic-forge to Code Analysis section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description **Checklist:** - [x] This tool/library is tested and documented - [x] Link works — https://github.com/atomadictech/atomadic-forge - [x] Entry is in alphabetical order (before code2flow) - [x] Added in the correct section: Code Analysis **About the tool:** [atomadic-forge](https://github.com/atomadictech/atomadic-forge) is a Python architecture compiler that enforces strict 5-tier monadic dependency rules. Unlike pylint (style) or bandit (security), it focuses specifically on **dependency direction** and **tier compliance** — classifying every file into one of five architectural tiers (constants → functions → composites → features → orchestration) and certifying structural integrity on a 0-100 scale. - `forge recon` — classify codebase into 5 tiers - `forge wire` — import-direction linter (detects upward imports) - `forge certify` — architecture integrity score 0-100 - `forge auto` — automated refactor to enforce monadic layout Install: `pip install atomadic-forge` Docs: https://forge.atomadic.tech --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-02 08:18:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#16039