issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript
Filter by
40.7M results
Goal: decide what to auto-handle vs escalate.
Acceptance:
- Classify a decision by reversibility, cost/scope, preference-vs-fact, confidence.
- Config-driven: reversible+small - auto; irreversible/strategic/low-confidence ...
Goal: central decision router.
Acceptance:
- Pull pending Feed items (permission / ExitPlanMode / AskUserQuestion) into the store.
- Route each to manager / human per policy; track pending state. ...
Goal: stop interleaved input; route inter-agent messages.
Acceptance:
- SQLite bus (status/message/ASK); deliver to a surface as discrete units via send, never raw mid-keystroke.
- Inter-agent cmux ...
Goal: decmux launches owns the manager binding.
Acceptance:
- decmux spawn-manager --workspace X creates a surface via cmux new-surface --command and binds it at creation.
- Create-if-absent: no ...
Goal: the manager actually uses decmux well.
Acceptance:
- Skill/prompt documents verbs + protocol ( when poked, call status/inbox and act ).
- Registration is deterministic (launch wrapper or cmux ...
Goal: make the manager event-driven.
Acceptance:
- On alert transition, cmux send a structured poke to the bound manager.
- No manager bound - notify the human in that workspace channel.
- Timeout: ...
Goal: declare the manager deterministically.
Acceptance:
- decmux whoami shows caller workspace/surface (UUID+ref) via cmux identify.
- decmux register --role manager binds workspace UUID - manager ...
Goal: know spend per workspace.
Acceptance:
- Accumulate tokens/turns/time per workspace; expose in status.
- Basis for Phase 5 budget caps.
Goal: classify error/budget reliably.
Acceptance:
- Pattern-match read-screen / events for API errors and usage limits.
- Map to error / budget states; emit an action hook (retry/pause/escalate). ...
Goal: trustworthy idle/stuck.
Acceptance:
- Per-surface last-activity derived from output events (not just CPU + first-sighting).
- Hysteresis/debounce: require a state to hold N observations / threshold ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.