Pulse/cmd
rcourtman e12387489e Fold pulse-agent module init retry into one generic helper
initDockerWithRetry and initKubernetesWithRetry were the same exponential
backoff loop (5s doubling to a 5m cap, cancel-aware wait, structured
retry logging) duplicated per module; dupl flagged the pair. Extract
initModuleWithRetry[T] and keep the two as thin wrappers so the
test-overridable newDockerAgent/newKubeAgent vars and call sites stay
unchanged. Per-module log strings are preserved verbatim.

Existing cmd/pulse-agent retry tests (success, cancel-before-connect,
cancel-during-wait, both modules) pass unchanged.
2026-06-10 09:18:30 +01:00
..
agent-probe Add cmd/agent-probe — worked example consuming the agent substrate 2026-05-09 22:28:00 +01:00
eval Fix resource-context Assistant tool targeting 2026-06-04 19:18:08 +01:00
hashpw feat: remove Enterprise badges, simplify Pro upgrade prompts 2026-01-09 16:51:08 +00:00
pulse Clear all errcheck and gofmt violations so make lint gates on real findings 2026-06-09 21:42:21 +01:00
pulse-agent Fold pulse-agent module init retry into one generic helper 2026-06-10 09:18:30 +01:00
pulse-control-plane Prepare v6.0.0 release candidate 2026-06-04 14:07:14 +01:00
pulse-mcp Add agent provisioning capabilities 2026-05-28 16:31:19 +01:00