| Filename | Latest commit message | Latest commit date |
|---|---|---|
topology::reconcile_roles writes roles.json to the meta dir, but sync_agents never staged it. After #978 merged, roles.json showed up as an untracked file in the meta repo (visible in `git status`) because it followed the same pattern as topology.json and tool-groups.json but was missed in the git add list. Add the same conditional stage for roles.json: git add is a no-op when the file is unchanged or absent, matching the existing pattern. |
||
| .. | ||
| src | ||
| Cargo.toml | ||