The way I understand this, when the agent runs `bd onboard` at startup, it gets the instructions from beads, which might refer to data files in the beads directory. Keeping them in sync via a separate branch would be an unnecessary overhead. Right?
You are right. I dug through the document some more. The setup, as mentioned for protected branches [1], should ideally work without much overhead. It does suggest merging back to main, but the FAQ also mentions that the frequency can be decided individually.
simonw|3 months ago
I like the idea of keeping potentially noisy changes out of my main branch history, since I look at that all the time.
wowamit|3 months ago
[1] https://github.com/steveyegge/beads/blob/main/docs/PROTECTED...