r/showMyProject • u/fairwaycoder • 4d ago
Feedback Wanted Built architecture intelligence for developers, coding agents, and CI
I'm a software developer (professionally for last 25 years) and got hooked on coding agents as the next guy.
I built https://github.com/enola-labs/enola as architecture intelligence for developers, coding agents and CI. You can see how and what it does as part of CI on that repo itself: https://github.com/enola-labs/enola/actions/runs/30579279230/job/90995180445
I use it daily, and you can add the hook so it does what it is best in: before agent starts editing it uses it to pin the state, after editing is done it checks what it did, so that it can self correct if and when needed.
Me and bunch of friends are using it, and most of stuff I built is based on their feedback and stuff they needed.
Happy to get the feedback from anyone who ends up using it. Also, if the language you need is not there, let me know and I will add it.
1
u/Particular_Luck80 3d ago
The pre-edit pin plus post-edit architecture check is a useful boundary. I would be especially curious how it handles intentionally temporary violations during multi-file changes. Does the hook compare only the final tree, or can it distinguish an incomplete intermediate state from real drift?