This website requires JavaScript.
Explore
Help
Sign In
QWAN
/
monotonic-pi-extensions
Watch
3
Star
0
Fork
0
You've already forked monotonic-pi-extensions
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
monotonic-pi-extensions
/
packages
/
pi-turn-limit
History
Willem van den Ende
191507785f
fix(pi-turn-limit): use turnCount for boundary check instead of event.turnIndex\n\nThe exceeded check used event.turnIndex which keeps incrementing from\nthe original session, causing false aborts after a boundary confirmation\nreset. Now turnCount is used consistently, and the dead exceeded check\nis removed since the boundary at turnCount === maxTurns handles all cases.
2026-04-21 12:48:14 +01:00
..
src
fix(pi-turn-limit): use turnCount for boundary check instead of event.turnIndex\n\nThe exceeded check used event.turnIndex which keeps incrementing from\nthe original session, causing false aborts after a boundary confirmation\nreset. Now turnCount is used consistently, and the dead exceeded check\nis removed since the boundary at turnCount === maxTurns handles all cases.
2026-04-21 12:48:14 +01:00
package.json
setup: workspace, dev deps, and project-local extension install
2026-04-21 11:47:47 +01:00
turn-limit-widget-plan.md
plan for turn limit widget
2026-04-21 12:28:00 +01:00