docs(motivation): document work_queue dispatch-tracking system - #527
Merged
Conversation
…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.
This was referenced Jul 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the
work_queuetable +work-queue-sweepercron 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.