Comment by calini

20 hours ago

I'll be really honest, I was running out of time on a mid size ticket at work. Basically swapping ~50 models from Go native to Protobuf messages, preserving some sane defaults we had in some already declared `.pb`s. I let it do it, it one shotted it, then I thought "hmm, would be nice for it to keep a changelog of big changes it does for me from now on so I don't have to keep reminding myself. I told it, and it created a hook for itself to do just that. From that chat onwards, every change bigger than what it considered "trivial" got added to an `AGENT_CHANGELOG.md`.

That got me hooked.