`fetch` calls hang indefinitely on a stalled network. **Acceptance:** configurable timeout via `AbortController` plus bounded retries on 5xx; defaults documented; tests with a mocked fetch.
fetchcalls hang indefinitely on a stalled network.Acceptance: configurable timeout via
AbortControllerplus bounded retries on 5xx;defaults documented; tests with a mocked fetch.