beadle conflicts
beadle keeps several agents' config files in sync through one vault canon. When the vault and an agent both changed the same item, beadle records a conflict instead of overwriting either side. This skill walks the safe resolution loop.
- Write to the right kind: notes →
memory, MCP servers →mcp, agent instructions →rules, tool policy →permissions. A note pasted into a rules file is how phantom conflicts start. - Do not reorder keys or reformat a file by hand; beadle merges per item and sees formatting churn as a change.
- Prefer
beadle syncover hand-editing agent files; the vault canon is the shared truth. - Keep secrets as
{secret:NAME}references, not literal values, so the same server can be shared across agents without conflicts.