| ▲ | giancarlostoro 5 hours ago | |||||||
I started with Beads, then wound up building my own: https://github.com/Giancarlos/guardrails Key things: I added a concept called "gates" which are tied to all tasks, it forces the agent to do arbitrary requirements such as: ensure it still runs / compiles, run all tests, ensure they pass, review existing tests critically and point out if they're not comprehensive enough, and finally, get human confirmation on the task. Until the human confirms, just work on another task and so on. I didn't like that Beads was built on top of Git, I don't always work on git friendly projects, and beads kept getting messed up if I switched branches. So I made mine SQLite based. I also made it so you can sync to github issues, and sync pre-existing (and new) github issues as guardrails tasks to be worked on, the agent will even leave a comment for you on github when it grabs an issue in order to let others know the work will be done potentially. | ||||||||
| ▲ | waterproof 3 hours ago | parent [-] | |||||||
nice concept! Beads did not age all that well, and Claude doesn't really want to use it since the TodoList upgrade. Do you have any tricks for getting Claude to use guardrails effectively alongside (or instead of) TodoList? | ||||||||
| ||||||||