Skip to content

feat(reddog): thread supervisor claim receipt telemetry#1281

Merged
Foundup merged 1 commit into
mainfrom
feat/reddog-openclaw-supervisor-claim-receipt-threading-phase1
Jul 17, 2026
Merged

feat(reddog): thread supervisor claim receipt telemetry#1281
Foundup merged 1 commit into
mainfrom
feat/reddog-openclaw-supervisor-claim-receipt-threading-phase1

Conversation

@Foundup

@Foundup Foundup commented Jul 17, 2026

Copy link
Copy Markdown
Member

Summary

  • thread OpenClaw signed-worker claim receipt_ids and requeued_task_ids into supervisor top-level action results
  • include those IDs in supervisor verification summaries
  • add regression coverage for OpenClawSupervisor.run_cycle() receipt visibility

WSP_97 Truth Boundary

  • OBSERVED: claim-loop receipt IDs are already produced and persisted by prior slices.
  • OBSERVED: this slice only exposes those IDs at the supervisor cycle summary layer.
  • OBSERVED: no authority, queue planning, runner execution, shell, PR, PatternMemory, reward, or HoloIndex mutation behavior is changed.
  • SPECIFIED_NOT_IMPLEMENTED: higher-level UI/control-plane consumption remains downstream.

Validation

  • python -m pytest modules/communication/moltbot_bridge/tests/test_openclaw_supervisor.py -q -> 26 passed
  • python -m pytest modules/communication/moltbot_bridge/tests/test_reddog_main_openclaw_signed_worker_claim_loop_preflight.py modules/communication/moltbot_bridge/tests/test_reddog_signed_worker_dispatch_task_executor.py modules/communication/moltbot_bridge/tests/test_reddog_signed_worker_queue_serial_loop_runner.py modules/communication/moltbot_bridge/tests/test_reddog_main_resident_queue_serial_loop_bootstrap.py modules/communication/moltbot_bridge/tests/test_reddog_openclaw_hermes_0102_worker_dispatch_runtime.py modules/communication/moltbot_bridge/tests/test_reddog_resident_queue_worker_dispatch_runtime_handler.py modules/communication/moltbot_bridge/tests/test_openclaw_supervisor.py -q -> 206 passed, 3 skipped
  • git diff --check -> clean (line-ending warnings only)
  • python -m py_compile modules/communication/moltbot_bridge/src/openclaw_supervisor.py modules/communication/moltbot_bridge/tests/test_openclaw_supervisor.py -> pass
  • added-lines ASCII check -> pass
  • HoloIndex query-only check did not surface the new supervisor receipt-threading surface; recorded as HOLOINDEX_REDDOG_OPENCLAW_SUPERVISOR_CLAIM_RECEIPT_THREADING_INDEX_GAP; no runtime reindex performed

@Foundup
Foundup marked this pull request as ready for review July 17, 2026 14:47
@Foundup
Foundup merged commit 69b0ccf into main Jul 17, 2026
10 checks passed
@Foundup
Foundup deleted the feat/reddog-openclaw-supervisor-claim-receipt-threading-phase1 branch July 17, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant