Eidetic Research Engram
Version updated for https://github.com/Eidetic-Research/engram to version v0.1.3.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Engram is a GitHub Action that analyzes a repository’s git history to identify related files that frequently change together and checks pull requests for missing companion changes. It helps automate the detection of overlooked updates, such as generated files, tests, or documentation, ensuring consistency and reducing errors in code reviews. By leveraging a local-first, deterministic model, it evaluates pull requests against historical patterns without relying on external services or telemetry.
What’s Changed
- Rename action product to engram (ff89a37)
- Update action examples for Eidetic Research org (2562d4a)
- Rebrand marketplace assets to Eidetic Research (2cc2bf2)
- Prepare action for GitHub Marketplace (c32b79e)
- Relicense under BUSL 1.1 (4a263a0)
- Initial production-ready action and CLI (9a68aa8)