test(polling): add Phase 4 polling workflow integration tests #483
No reviewers
Labels
No labels
doctor-fix
first-proof blocker
hardening
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
clawdie/colibri!483
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "test/phase4-polling-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Three tests simulating the remote agent cron loop (colibri_poll.py + colibri_task_done.py):
polling_workflow_capability_routing — two agents with disjoint capabilities,
intake tasks routed by scheduler, each agent polls for its tasks and
transitions to done. Proves end-to-end agent-side capability routing.
polling_workflow_single_agent_multiple_tasks — one agent with multiple
capabilities claims both tasks sequentially. Documents current contention
behavior (no guard) and session isolation across polling cycles.
polling_workflow_no_matching_capability — agent with non-matching capability
sees empty list. Verifies filtering doesn't leak tasks.
All tests run on Linux (pure Unix socket, no FreeBSD deps).