Files
John Doe 8e1eea305e fix: Handle Redis subscription confirmation in BFT consensus + remove legacy triad-orchestrator
- bft-consensus.js: Add try/catch around JSON.parse for Redis messages
  - Skip non-JSON messages (Redis subscription confirmation strings)
  - Prevents crash on 'subscribed' response from Redis pub/sub

- Remove legacy triad-orchestrator skill (7 files):
  - SKILL.md, package.json, scripts/triad-status.sh
  - src/deadlock-detector.js, index.js, proposal-tracker.js, vote-collector.js
  - Functionality superseded by governance skills and BFT consensus module
2026-04-02 20:06:11 -04:00
..