docs: Premium-A blueprint feature subplan (HU 1326-combo + realtime postflop)#163
Merged
Merged
Conversation
…ostflop) Adds docs/premium_a_blueprint_subplan.md — a comprehensive subplan for building the Premium-A capability: 1326-combo HU preflop blueprint at 7-8 stack depths shipped as a .dmg-bundled asset, plus realtime postflop subgame solving anchored on the blueprint. Covers 9 phases (Phase 0 cs-bug prereq through Phase 8 docs), success criteria, dependency graph, UI/UX with source- transparency badge, storage-format decision (sharded gzipped JSON), asset packaging paths, an 11-item risk register, and 5 open questions that need user resolution before Phase 1 dispatch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
6 tasks
amaster97
added a commit
that referenced
this pull request
May 28, 2026
Premium-A Phase 8 documentation pass for the preflop blueprint feature (task #68). Adds: - docs/blueprint_user_guide.md (~190 lines) — end-user explainer: what the blueprint is, what ships in the .dmg, when to use blueprint vs custom solve, stack-depth coverage + interpolation behavior, ante config selection, common questions (Nash multiplicity vs published charts, blueprint vs aggregator, custom-range slowness). - docs/blueprint_developer_guide.md (~370 lines) — engineering reference: how to regenerate blueprints (CLI flag matrix), asset + manifest schema, 169-class vs 1326-combo paths, True Path B engine internals, how to add new depths or ante configs, blueprint -> postflop subgame wiring, validation pipeline. - README.md — new "Preflop blueprint mode" section linking both docs. - USAGE.md §5.9 — Python API example using BlueprintLoader (Phase 2) and interpolate_strategy (Phase 3), with the standard "what falls through to live solve" decision table. All examples cite real shipped APIs (BlueprintLoader.from_dir / .lookup / .actions / .available_depths; interpolate_strategy from blueprint_interp). Validation references point to preflop_100bb_chart_validation_v2_2026-05-28.md for Nash-multiplicity divergence framing. PRs cited: #163 (subplan), #167 (Phase 1 hybrid), #171 (True Path B 169-class kernel), #173 (interpolation), #174 (loader). Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/premium_a_blueprint_subplan.md— comprehensive 9-phase subplan for the Premium-A capability: 1326-combo HU preflop blueprint at 7-8 stack depths, shipped as a .dmg-bundled asset, plus realtime postflop subgame solving anchored on the blueprintOpen questions (must resolve before Phase 1 dispatch)
Test plan
crates/cfr_core/src/preflop_rvr.rs:229-251,crates/cfr_core/src/hunl.rs:382-414,poker_solver/charts/,assets/preflop_equity_169x169.npz, etc.)~/.claude/projects/.../memory/MEMORY.md)Auto-merge OK — docs-only.
Generated with Claude Code