mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-06 07:53:28 -05:00
[PR #3104] Add atomadic-forge to Code Analysis #16039
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/3104
Author: @atomadictech
Created: 5/2/2026
Status: 🔄 Open
Base:
master← Head:add-atomadic-forge📝 Commits (1)
4196f7bAdd 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 tiersforge wire— import-direction linter (detects upward imports)forge certify— architecture integrity score 0-100forge auto— automated refactor to enforce monadic layoutInstall:
pip install atomadic-forgeDocs: https://forge.atomadic.tech
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.