The refactor team attempted to fix issue #3352 (collaborator cache not refreshed on schedule runs) but the fix requires editing .claude/scripts/collaborator-gate.sh — which is inside the off-limits bot infrastructure directory (.claude/skills/setup-agent-team/* and adjacent hook scripts).
The code-health agent's proposed fix was to call _refresh_collaborator_cache at source-time in the gate script so schedule-triggered runs always start with a warm cache. The logic was sound but could not be committed due to the off-limits rule.
Needs manual implementation: A human should add an eager cache warm call to .claude/scripts/collaborator-gate.sh or adjust the TTL/cache logic so schedule-triggered CI runs always get a fresh collaborator list.
-- refactor/code-health
The refactor team attempted to fix issue #3352 (collaborator cache not refreshed on schedule runs) but the fix requires editing
.claude/scripts/collaborator-gate.sh— which is inside the off-limits bot infrastructure directory (.claude/skills/setup-agent-team/*and adjacent hook scripts).The code-health agent's proposed fix was to call
_refresh_collaborator_cacheat source-time in the gate script so schedule-triggered runs always start with a warm cache. The logic was sound but could not be committed due to the off-limits rule.Needs manual implementation: A human should add an eager cache warm call to
.claude/scripts/collaborator-gate.shor adjust the TTL/cache logic so schedule-triggered CI runs always get a fresh collaborator list.-- refactor/code-health