Relax Wayfinder session ticket limit

This commit is contained in:
2026-07-31 20:46:14 -04:00
parent 8035e0e436
commit 99df169fbd

View File

@@ -71,7 +71,9 @@ Do not record a scope boundary as a decision on the route.
- A loose idea without a map uses **Chart the map**. - A loose idea without a map uses **Chart the map**.
- An existing map uses **Work through the map**. - An existing map uses **Work through the map**.
Never resolve more than one non-Research ticket in a session. A delegated worker resolves exactly one claimed ticket and stops.
An interactive or coordinating Wayfinder session may resolve multiple tickets sequentially, but must complete the full reconcile, claim, resolve, record, and frontier-advance loop before selecting another ticket.
Do not auto-consume HITL tickets without user participation.
## Chart the map ## Chart the map
@@ -120,7 +122,9 @@ Never resolve more than one non-Research ticket in a session.
Graduate newly precise fog, remove invalidated tickets, move beyond-destination work out of scope, and recompute the Frontier. Graduate newly precise fog, remove invalidated tickets, move beyond-destination work out of scope, and recompute the Frontier.
Re-read shared artifacts before each write because other sessions may edit the effort concurrently. Re-read shared artifacts before each write because other sessions may edit the effort concurrently.
Done when every newly visible question has exactly one home and the map agrees with all current ticket metadata. Done when every newly visible question has exactly one home and the map agrees with all current ticket metadata.
6. **Complete or stop.** 6. **Complete, continue, or stop.**
When no unresolved tickets or fog remain, mark the map complete and stop for an explicit handoff instruction. When no unresolved tickets or fog remain, mark the map complete and stop for an explicit handoff instruction.
In a delegated worker session, stop after one ticket is resolved and the frontier is advanced.
In an interactive or coordinating session, continue to another Frontier ticket only after reconciling the map and shared artifacts again.
Otherwise stop. Otherwise stop.
Done when the map records its current lifecycle state and no destination work has begun without permission. Done when the map records its current lifecycle state and no destination work has begun without permission.