Project activity for May 23, 2026:
shpool-resume
5 commits
- Implemented a robust fork-agent system that spins up new agents inheriting their parent’s conversation history and state, with critical safeguards: nonce verification to ensure only legitimate, intended JSONL logs are processed and explicit
auto_resume: falsewith parent field recording to maintain traceability and prevent accidental resumption across runs. - Refactored the bootstrap-agent workflow to replace fragile CLI invocation (
claude --print) with direct Terminal.app launch, improving reliability and platform integration, and evolved the bootstrap logic toward end-to-end agent creation with greater stability and fewer edge-case failures. - Collectively, these changes establish a secure, auditable, and self-contained agent spawning and inheritance mechanism—enabling safe, reproducible multi-agent handoffs and lifecycle management.