Skip to content

Sync package-lock.json version to 0.35.12#125

Merged
mhluska merged 1 commit intomasterfrom
sync-lockfile-version
Apr 18, 2026
Merged

Sync package-lock.json version to 0.35.12#125
mhluska merged 1 commit intomasterfrom
sync-lockfile-version

Conversation

@mhluska
Copy link
Copy Markdown
Owner

@mhluska mhluska commented Apr 18, 2026

The lockfile version was stuck at 0.35.5 since version bumps only updated package.json.

@mhluska mhluska force-pushed the sync-lockfile-version branch 3 times, most recently from 3a550b5 to cb0a505 Compare April 18, 2026 18:20
@mhluska mhluska force-pushed the sync-lockfile-version branch from cb0a505 to 62e5b74 Compare April 18, 2026 18:20
@mhluska mhluska merged commit 593a66c into master Apr 18, 2026
3 checks passed
@mhluska mhluska deleted the sync-lockfile-version branch April 18, 2026 18:21
mhluska added a commit that referenced this pull request Apr 24, 2026
The deviation was encoded as { correctMove: Hit, index: ['<', 1] },
which matched when TC < 1 — where Hit is already basic strategy.
At TC >= 1 (where Double is correct per I18), _suggest returned
undefined, fell back to BasicStrategyChecker, and flagged Double
as a basic strategy error.

Fix by encoding the deviation as { correctMove: Double, index: ['>=', 1] },
consistent with every other deviation (expressing the action that
differs from basic strategy and the TC threshold where it applies).

Bump version to 0.35.13.
mhluska added a commit that referenced this pull request Apr 24, 2026
The deviation was encoded as { correctMove: Hit, index: ['<', 1] },
which matched when TC < 1 — where Hit is already basic strategy.
At TC >= 1 (where Double is correct per I18), _suggest returned
undefined, fell back to BasicStrategyChecker, and flagged Double
as a basic strategy error.

Fix by encoding the deviation as { correctMove: Double, index: ['>=', 1] },
consistent with every other deviation (expressing the action that
differs from basic strategy and the TC threshold where it applies).

Bump version to 0.35.13.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant