FABRIC/docs
jedarden 6b39dae283 feat(memory): add heap diff analysis and leak detection utilities
- 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>
2026-04-28 14:05:39 -04:00
..
cli.md docs(cli): add comprehensive CLI reference documentation 2026-04-28 14:02:06 -04:00
FileHeatmap-Integration.md feat(bd-3jl): FileHeatmap integration complete + build fixes 2026-03-04 04:18:13 +00:00
gap-analysis.md feat(bd-muv): Gap analysis: Compare implementation against plan.md and create beads for missing features 2026-03-07 03:47:50 +00:00
memory-audit-bd-ch6.7.md feat(memory): add heap diff analysis and leak detection utilities 2026-04-28 14:05:39 -04:00
metrics.md docs(metrics): add Prometheus metrics documentation and completeness tests 2026-04-28 13:59:50 -04:00
needle-exporter-wiring.md feat(bd-eir): complete FABRIC↔NEEDLE dovetail — wire cross-source dedup, add exporter docs 2026-04-21 19:35:39 -04:00
plan.md docs(bd-0nd): update plan.md and README to reflect directory-tailing behavior 2026-04-22 16:37:59 -04:00
schema.md feat(bd-zci): add instrument alias resolution and source-priority upserts 2026-04-21 18:16:39 -04:00