FABRIC/src
jedarden 0004e51a02
Some checks are pending
CI / test (18.x) (push) Waiting to run
CI / test (20.x) (push) Waiting to run
CI / test (22.x) (push) Waiting to run
test(bf-5klc): fix vitest mock hoisting errors
Use vi.hoisted() to declare mock classes before the factory runs,
preventing "Cannot access X before initialization" errors that occur
when vitest hoists vi.mock() calls but the factory captures references
to variables not yet initialized.

Fixes errors in:
- src/tui/components/CrossReferencePanel.test.ts (MockCrossReferenceManager)
- src/tui/components/WorkerAnalyticsPanel.test.ts (MockWorkerAnalytics)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-22 17:49:36 -04:00
..
tui test(bf-5klc): fix vitest mock hoisting errors 2026-05-22 17:49:36 -04:00
types docs(bf-48nk): close genesis bead - all gaps already implemented 2026-05-02 16:21:34 -04:00
utils docs(bf-48nk): close genesis bead - all gaps already implemented 2026-05-02 16:21:34 -04:00
web fix(tests): fix failing unit tests 2026-05-22 15:55:35 -04:00
analytics.ts feat(bd-5ny): Add fleet analytics dashboard with model/strand/quality metrics 2026-03-20 07:19:53 -04:00
beadWorkspaceScanner.test.ts fix(tests): fix failing unit tests 2026-05-22 15:55:35 -04:00
beadWorkspaceScanner.ts feat(bf-3xp): add bead workspace scanner + project breakdown in /api/productivity 2026-05-22 15:34:20 -04:00
cli.ts feat(bd-1p8): add hot reload for TUI when workers.log changes 2026-05-01 08:15:55 -04:00
config.ts feat(bf-3xp): add bead workspace scanner + project breakdown in /api/productivity 2026-05-22 15:34:20 -04:00
conversationParser.test.ts feat(bf-52d6): add conversation transcript parser module 2026-05-08 14:29:12 -04:00
conversationParser.ts feat(bf-52d6): add conversation transcript parser module 2026-05-08 14:29:12 -04:00
crossReferenceManager.ts fix(bf-50gc): enforce maxEvents limit, fix cross-references and bead collision detection 2026-05-02 14:33:51 -04:00
dagUtils.test.ts feat(bd-eir): complete FABRIC↔NEEDLE dovetail — wire cross-source dedup, add exporter docs 2026-04-21 19:35:39 -04:00
dagUtils.ts feat(bd-qtg): map OTLP spans → paired started/finished events for DAG 2026-04-21 14:34:28 -04:00
directoryTailer.test.ts feat(bd-ch6.1): bound DirectoryTailer memory and fd usage via LRU active set 2026-04-23 22:13:18 -04:00
directoryTailer.ts feat(bd-ch6.1): bound DirectoryTailer memory and fd usage via LRU active set 2026-04-23 22:13:18 -04:00
errorGrouping.test.ts feat(bd-1a6): Add comprehensive unit tests for errorGrouping module 2026-03-04 03:50:58 +00:00
errorGrouping.ts feat(web): add ErrorGroupPanel with grouped error cards and similar past errors 2026-04-24 06:16:46 -04:00
fileHeatmap.test.ts feat(bd-3sj): P4-002: File Heatmap 2026-03-03 12:11:54 +00:00
focusPresets.test.ts feat(bd-2r0): Focus Mode Presets 2026-03-07 05:31:25 +00:00
focusPresets.ts feat(bd-2u6): File Context Panel (Split View) implementation 2026-03-07 12:24:28 +00:00
gitParser.test.ts feat(bd-2js): Parse git status and diff from NEEDLE logs 2026-03-04 04:23:39 +00:00
gitParser.ts feat(bd-2js): Parse git status and diff from NEEDLE logs 2026-03-04 04:23:39 +00:00
heapDiff.ts feat(memory): add heap diff analysis and leak detection utilities 2026-04-28 14:05:39 -04:00
historicalStore.test.ts feat(bd-zci): add instrument alias resolution and source-priority upserts 2026-04-21 18:16:39 -04:00
historicalStore.ts feat(bd-zci): add instrument alias resolution and source-priority upserts 2026-04-21 18:16:39 -04:00
index.ts feat(bd-art): SQLite Historical Analytics Storage 2026-03-07 04:18:45 +00:00
logPruner.test.ts feat(bd-ch6.6): add /api/health + /api/metrics self-observability 2026-04-23 21:54:38 -04:00
logPruner.ts feat(retention): add systemd timer for automatic NEEDLE log pruning 2026-04-30 16:22:16 -04:00
memoryProfiler.ts feat(bf-5r8a): add memoryProfiler module for real-time memory profiling 2026-05-02 14:29:47 -04:00
needleFabric.integration.test.ts test(bd-0nd): add directory-source integration test with NEEDLE fixtures 2026-04-22 16:32:11 -04:00
normalizer.test.ts feat(bd-zci): map OTLP metrics → analytics DB instruments 2026-04-21 17:06:45 -04:00
normalizer.ts feat(bd-eir): complete FABRIC↔NEEDLE dovetail — wire cross-source dedup, add exporter docs 2026-04-21 19:35:39 -04:00
otlpGrpcReceiver.test.ts feat(bd-f4p): add OTLP/gRPC receiver on :4317 2026-04-21 13:03:13 -04:00
otlpGrpcReceiver.ts feat(bd-eir): complete FABRIC↔NEEDLE dovetail — wire cross-source dedup, add exporter docs 2026-04-21 19:35:39 -04:00
otlpHttpReceiver.test.ts feat(bd-593): add OTLP/HTTP receiver on :4318 (protobuf + JSON) 2026-04-21 13:33:36 -04:00
otlpHttpReceiver.ts feat(bd-eir): complete FABRIC↔NEEDLE dovetail — wire cross-source dedup, add exporter docs 2026-04-21 19:35:39 -04:00
parser.real-logs.integration.test.ts fix(tests): fix failing unit tests 2026-05-22 15:55:35 -04:00
parser.test.ts fix(types): update NeedleEventType to match current NEEDLE output 2026-04-26 22:29:50 -04:00
parser.ts feat(bd-h40): extract Normalizer component — decouple parse from ingest 2026-04-21 12:34:30 -04:00
semanticNarrative.test.ts feat: add NEEDLE-FABRIC integration test suite 2026-03-04 23:47:44 +00:00
semanticNarrative.ts feat(web): add ErrorGroupPanel with grouped error cards and similar past errors 2026-04-24 06:16:46 -04:00
serverMetrics.ts test(analytics): add comprehensive worker comparison tests 2026-04-28 14:20:32 -04:00
sessionDigest.test.ts feat(bd-1c5): Implement AI session digest generation 2026-03-04 03:28:04 +00:00
sessionDigest.ts feat(bd-1c5): Implement AI session digest generation 2026-03-04 03:28:04 +00:00
store.test.ts feat(bf-60j): add currentBead field to WorkerInfo 2026-05-22 15:25:05 -04:00
store.ts feat(bf-60j): add currentBead field to WorkerInfo 2026-05-22 15:25:05 -04:00
tailer.test.ts feat(bd-2kf): Add comprehensive test coverage for parser and store 2026-03-03 10:43:24 +00:00
tailer.ts feat(bd-ch6.1): bound DirectoryTailer memory and fd usage via LRU active set 2026-04-23 22:13:18 -04:00
types.ts feat(bf-60j): add currentBead field to WorkerInfo 2026-05-22 15:25:05 -04:00
workerAnalytics.test.ts feat(bf-3jyx): fire beadsCompleted on bead.released/release_success 2026-05-15 16:57:38 -04:00
workerAnalytics.ts feat(bf-3jyx): fire beadsCompleted on bead.released/release_success 2026-05-15 16:57:38 -04:00