Hacker News new | ask | show | jobs
by nimblist 1 day ago
For me right now it's this but I'm constantly learning new approaches/improvements

Claude Code running on a dedicated debian lxc with tmux so I can pick sessions up from any machine. The key thing for me is to ensure that claude is constantly maintaining its own project documentation so that it's not reliant on any one session context. I've also set up custom commands to set up a clearly defined plan md file and to incrementally step through it updating completion as it goes.

From my perspective it's important to treat it as another potentially fallible team member. I have extensive unit tests, automation tests and SonarQube carries out analysis on all code merged to main.

Finally github actions to provide a proper ALMS with a non production environment for e2e testing.