Hacker News new | ask | show | jobs
by mistahchris 265 days ago
I'm a recent jj convert, and working with llms was actually a driver for my own jj adoption. I haven't tried the watch daemon, but I do run `jj new` anytime i ask the llm agent to do anything. It has worked amazingly well.
3 comments

I automated that with some simple claude hooks that detect if we're in a `jj` repo and also prompts claude to `jj commit -m` after every change.
i've done that as well. but turns out, for me, i'd rather do it manually most of the time.
here's my actual setup:

https://news.ycombinator.com/item?id=45426787

Avoids having to do any jj command at all!

https://andre.arko.net/2025/09/28/stupid-jj-tricks/

some pretty neat jj tricks I just learned about!

here's my actual setup:

https://news.ycombinator.com/item?id=45426787

Avoids even having to do "jj new"!