- Change resume() signature from (agentId, prompt) to (agentId, answers) - Accept Record<string, string> mapping question IDs to user answers - Format answers as structured prompt for Claude CLI - Update AgentManager interface in types.ts - Update manager tests for new signature