Build location
Work primarily in oracle/src/multi-oracle. Keep related tests/docs beside that package unless this issue explicitly calls for a cross-package update.
Why this matters
Multi-oracle coordination needs clear rules for registry membership, quorum, conflicts, and degraded operation.
What to build
- Review coordinator, registry, and types.
- Add explicit quorum policy docs and tests.
- Handle conflicting responses and missing oracle peers.
Acceptance criteria
- Tests cover quorum success, insufficient quorum, conflicting results, and disabled peer.
- Docs explain how operators configure oracle registry entries.
Suggested verification
cd oracle && npm run lint && npm run test && npm run build
Build location
Work primarily in
oracle/src/multi-oracle. Keep related tests/docs beside that package unless this issue explicitly calls for a cross-package update.Why this matters
Multi-oracle coordination needs clear rules for registry membership, quorum, conflicts, and degraded operation.
What to build
Acceptance criteria
Suggested verification
cd oracle && npm run lint && npm run test && npm run build