summaryrefslogtreecommitdiff
path: root/docs/SERVERLESS_FIX_PLAN.md
AgeCommit message (Collapse)Author
2025-06-26fix: resolve package conflicts and update documentationPaul Buetow
- Move main package files to benchmarks/cmd/ to fix test failures - Update CLAUDE.md with comprehensive benchmarking and profiling instructions - Fix unused imports in serverless.go - Remove experimental buffered pipe/copy implementations - Remove outdated documentation files All integration tests now pass successfully. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-26docs: add comprehensive plan to fix serverless mode deadlockPaul Buetow
Document multiple solution approaches for fixing the io.Copy deadlock in serverless mode, with a recommended buffered pipe implementation. Includes detailed implementation phases and success criteria. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>