You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is intentionally default-off. `todo-branch-plan` and
429
+
`worker-branch-plan` only become active when the registered goal opts in through
430
+
`spawn_policy.explore_harness.enabled=true`; even then they do not claim todos,
431
+
acquire leases, start workers, mutate state, or spend quota. They emit request
432
+
packets and suggested commands for a controller or human to execute through the
433
+
normal LoopX lifecycle. See the
434
+
[Explore capability guide](docs/capabilities/explore/README.md) for the event
435
+
model, per-goal gate, adaptive-resilient profile, and MoE router profile.
436
+
411
437
### Review Agent Work
412
438
413
439
Use the management surface as a read-first experimental entry after a project is
@@ -439,6 +465,7 @@ new control plane every time:
439
465
| Issue / PR fix loop | LoopX slash entry: `Fix <github-issue-or-pr-url>`<br>`loopx issue-fix workflow-plan`| Branch-ready fix packet with repro, smoke result, remaining review owner, and PR-review-ready evidence. | Review comments and issues become a closed loop instead of reminders humans must shepherd by hand. |
440
466
| PR-sized refactor loop | LoopX slash entry: `<refactor task>`<br>`loopx canary plan`| Reviewable slice list, validation notes, successor todo, and merge boundary. | More merged changes without turning the next morning into a giant diff audit. |
441
467
| Research or experiment loop |`loopx auto-research start "<open question>" --execute`<br>`loopx ml-experiment preview --format json`| Hypothesis, source/evidence packet, replay or experiment boundary, and next validated question. | Research becomes a resumable long-horizon loop, not just a one-off report. |
468
+
| Explore result / harness loop |`loopx explore node\|edge\|finding`<br>`loopx explore worker-branch-plan --goal-id <id>`| Public-safe exploration graph, blocked frontier, Mermaid/exportable projection, and default-off worker branch plan. | Long-running exploration becomes inspectable topology and opt-in worker planning instead of hidden notes. |
442
469
| Multi-agent work routing | LoopX slash entry: `<task text>`<br>`loopx quota should-run`<br>`loopx todo claim`| Claimed agent lanes with scope, lease, next action, quota decision, and handoff state. | Multiple agents can work in parallel without hiding ownership or stepping on the same todo. |
443
470
| Knowledge / workflow connector |`loopx connect`<br>`loopx lark-kanban`<br>`loopx value-connectors`| LoopX state projected into docs, boards, GitHub, or domain workflows while LoopX remains the source of truth. | Existing work surfaces become agent-aware without copying private state into public artifacts. |
444
471
| P0 blocked -> safe fallback |`loopx quota should-run`<br>`loopx todo claim`| Kernel projection of the exact user gate, safe fallback todo, quota decision, and evidence boundary inside an active project loop. | Less idle agent time while preserving human judgment on the blocked path. |
0 commit comments