Remix.run Logo
victorbjorklund 3 hours ago

Not anything ”harmful” but for example committing when I don’t want it to commit on its own.

wvenable 3 hours ago | parent | next [-]

Commit is the line I don't let the LLM cross. There's no reason for it commit; that's the part where I check its work.

AussieWog93 2 hours ago | parent [-]

Usually I will ask the LLM to commit only the work it just did, in case the worktree is dirty. It also tends to write actual in-depth commit messages too.

sandcat_ 3 hours ago | parent | prev [-]

I'd use a hook to forbid that.