pub fn update_claude_peer_settings(
homes: &HarnessHomes,
cross_session_inbound: Option<ClaudeCrossSessionInbound>,
expected_revision: Option<&str>,
) -> Result<ClaudePeerSettings, ClaudePeerSettingsError>Expand description
Set or reset Claude Code’s user-level inbound policy. expected_revision
prevents an explicit UI action from overwriting settings inspected before
another process changed the file.