eigenhelm
Version updated for https://github.com/metacogdev/eigenhelm to version v0.9.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
eigenhelm is a GitHub Action designed to evaluate and improve the structural quality of AI-generated code by analyzing its abstract syntax tree (AST) and scoring it against high-quality code corpora using information theory. It automates the detection of complexity, repeated patterns, and poor code structure, providing deterministic and trainable feedback to guide refactoring efforts. This helps mitigate structural debt, improve code design, and enhance robustness without relying on subjective or inconsistent LLM-based reviews.
What’s Changed
Full Changelog: https://github.com/metacogdev/eigenhelm/compare/v0.8.0...v0.9.0