-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Yakiv Kovalskyi edited this page Jul 14, 2026
·
2 revisions
Poker Study is a personalized NLHE MTT study app for iOS: import your own PokerStars hand histories, find your actual leaks, and drill the specific spots you misplay. It's off-table only — study/prep software, never a live table-state reader or overlay.
These pages mirror the repo's ai-docs/
folder — per-subsystem docs written to get an agent or a returning dev
oriented fast. The repo copy is the source of truth; if these drift, trust
ai-docs/ in the repo and re-sync.
-
Architecture — the
PokerKitvsappsplit, data flow (import → analyze → drill), SwiftData persistence -
Ranges — Chen-score hand strength, the push/fold shove table,
PushFoldRange/PushFoldSpot -
Hand History — the PokerStars
.txtparser: what's parsed, defensive skipping, known limitations -
Leak Analysis —
LeakAnalysisEngine: VPIP/PFR/limp, push-fold adherence, small-sample confidence gating -
Drills — how "Practice Your Leaks" derives a
DrillFocusfrom a leak report and weights spots - Preflop Grid — the 13×13 grid enumeration and range viewer
-
Testing — running
swift test(the Xcode/DEVELOPER_DIRrequirement) and what CI does