- Add src/heapDiff.ts: utilities for comparing heap snapshots and analyzing trends - Add API endpoints: /api/memory/diff-analysis, /api/memory/trend, /api/memory/trend.md - Add docs/memory-audit-bd-ch6.7.md: comprehensive audit findings Audit findings: - Event store well-bounded with proper cleanup (1h stale worker, 5min collision timeout) - WebSocket broadcast has backpressure handling (1MB buffer limit) - Parser uses native JSON.parse(), no regex issues - Heap snapshots already configured (30min intervals, 1GB heap limit) - No unbounded growth identified in core data structures Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cli.md | ||
| FileHeatmap-Integration.md | ||
| gap-analysis.md | ||
| memory-audit-bd-ch6.7.md | ||
| metrics.md | ||
| needle-exporter-wiring.md | ||
| plan.md | ||
| schema.md | ||