• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lsm / neokai / 25470644606 / 17
81%
dev: 81%

Build:
DEFAULT BRANCH: dev
Ran 07 May 2026 01:27AM UTC
Files 276
Run time 9s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 May 2026 01:24AM UTC coverage: 17.779%. Remained the same
25470644606.17

push

github

web-flow
Add InternalCommandBus facade for semantic daemon commands (#1811)

* Add InternalCommandBus facade for semantic daemon commands

Implements InternalCommandBus with one-handler-per-command semantics,
structured CommandResult returns, and explicit error types for missing
and duplicate handlers. Follows the same facade pattern as InternalEventBus.

Includes the first canonical command contract: agent.message.inject.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* Guard unsubscribe against removing a newer handler

The unsubscribe closure now checks that the current handler at the
key is the same instance it registered before calling delete. This
prevents a stale unsubscribe from silently removing a re-registered
handler and causing confusing MissingCommandHandlerError failures.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* Normalize handler exceptions to CommandResult in dispatch

dispatch() now catches thrown/rejected errors from the handler and
returns a structured { ok: false, error } result instead of letting
the raw exception escape. This keeps the command API consistent —
callers only need to check result.ok rather than wrapping every
dispatch in try/catch.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

13157 of 74002 relevant lines covered (17.78%)

9.15 hits per line

Source Files on job daemon-online-websocket - 25470644606.17
  • Tree
  • List 276
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25470644606
  • 75279191 on github
  • Prev Job for on dev (#25470268682.28)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc