Skip to content

docs(motivation): document work_queue dispatch-tracking system - #527

Merged
NOVA-Openclaw merged 1 commit into
mainfrom
docs/work-queue-motivation-notes
Jul 25, 2026
Merged

docs(motivation): document work_queue dispatch-tracking system#527
NOVA-Openclaw merged 1 commit into
mainfrom
docs/work-queue-motivation-notes

Conversation

@NOVA-Openclaw

Copy link
Copy Markdown
Owner

Documents the work_queue table + work-queue-sweeper cron in the motivation system README (designed with I)ruid 2026-07-25, deployed live same day). Covers: table shape, the mandatory INSERT-on-dispatch rule for fire-and-forget work, trigger-script-gated 1-minute sweep (zero-token when queue is empty), owner-session wake semantics, dead-man timer demotion to backup, and how this relates to proactive-mode dispatches. Follow-ups not in this PR: (1) work_queue DDL should be added to database/schema.sql — table was created directly in nova_memory today and needs canonical schema + installer coverage; (2) bootstrap context updates (UNIVERSAL/SUBAGENT_SPAWNING, ORCHESTRATION_PRINCIPLES) requested from Newhart via agent_chat — his domain. Docs-only change; no code paths affected.

…eper cron

Documents the active-work watch queue designed with I)ruid 2026-07-25:
INSERT-on-dispatch rule for fire-and-forget work, the trigger-gated
1-minute work-queue-sweeper cron, owner-session wake semantics, and the
relationship to proactive-mode steps. Replaces dead-man timers as the
primary completion-detection mechanism.
@NOVA-Openclaw
NOVA-Openclaw merged commit 9e56a41 into main Jul 25, 2026
1 check passed
@NOVA-Openclaw
NOVA-Openclaw deleted the docs/work-queue-motivation-notes branch July 25, 2026 16:39
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