refactor(#1825): drop MANAGER_NAME special-cases in crash_watch + tombstones

This commit is contained in:
damocles 2026-06-23 17:45:05 +02:00 committed by mara
commit 12ed5da11a
3 changed files with 9 additions and 13 deletions

View file

@ -315,8 +315,9 @@ pub fn apply_add_child(
}
/// Reconcile `topology.json` against the current agent set. Adds an
/// entry (default: parent = manager, manager itself = root) for any
/// agent missing from the file; removes entries for agents no longer
/// entry (default: parent = null — a new agent with no declared parent
/// is its own root) for any agent missing from the file; removes
/// entries for agents no longer
/// present. Existing entries are preserved as-is — operator/manager
/// choices stick across regenerations. Returns true when the file
/// changed and should be re-committed by the caller.