FABRIC/src/tui
jeda 9a015ffa42 fix: ESM/CommonJS blessed import compatibility
Changed all blessed imports from namespace import (import * as blessed)
to default import (import blessed from 'blessed') in 28 files.

This fixes "blessed.screen is not a function" runtime error that occurs
when ESM modules import CommonJS blessed package with namespace syntax.

Also includes WorkerAnalyticsPanel property additions for type compliance.

Fixes: bd-31x

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-04 23:47:19 +00:00
..
components fix: ESM/CommonJS blessed import compatibility 2026-03-04 23:47:19 +00:00
utils feat(bd-3qk): Implement Activity Feed filtering controls 2026-03-04 03:08:41 +00:00
app.test.ts fix: ESM/CommonJS blessed import compatibility 2026-03-04 23:47:19 +00:00
app.ts fix: ESM/CommonJS blessed import compatibility 2026-03-04 23:47:19 +00:00
dagUtils.test.ts feat(bd-102): Add comprehensive unit tests for DependencyDag component 2026-03-04 04:09:24 +00:00
dagUtils.ts feat(bd-232): Implement P4-007 Recovery Playbook 2026-03-03 14:22:26 +00:00
index.ts feat(bd-4jn): P4-004: Smart Error Grouping 2026-03-03 11:53:27 +00:00