HN user

doshay

37 karma

i’m convinced the way we build software is about to change. trying to help make that future real. i’m super curious about everything related to that

web: https://shaylivni.com

gh: https://github.com/shayliv

in: https://www.linkedin.com/in/shay-livni/

x: https://x.com/IvniShay

Posts3
Comments18
View on HN
[dead] 2 months ago

proof you can do amazing things with only html (and some <script> tags :)

sure, fair question i think the main difference is that entire are built on top of git == you would have to commit in order to track something...

that's exactly what i tried in the first place, but i think it would be misuse of git protocol, git is built for files - the blobs/ tree calc & mechanism , for large contexts and linear thinking flow it's differnt, but honestly - i think you can get to a very good solution with pure git..

at the moment only Claude Code, i'm planning to add support for the other big 3, but at the moment it's just me ... hopefully in the near future :)

cool!

actually not at the moment - would be nice to add it. i think the core of re_gent allows it very naturally, feel free to push it if want :)

exactly, imo - the llm should touch git only after explicit approval or after specific set of guardrails. this one of the reasons i built it actually, i think the agent workflow should be decoupled from git, until saving the code

but then you would have to commit each tool and action of the agents, which is polluting the git history and also huge overhead (at least imo)

- hopefully after a /compact. - what happens if want to undo, and then redo? i found the /rewind functionality in claude very lean in that matter.