docs: DEEPEST as problem cards -- SVG diagrams, numbers, solve link, themes - #28
Merged
Merged
Conversation
…n the title, themes Every problem in DEEPEST.md is one two-column card: a per-class SVG diagram (pieces from the vendored cm-chessboard sprite, embedded per file so GitHub's image proxy renders it, only the men shown) on the left; number, stipulation, solve link, statistics, solution, themes as tags and the FEN on the right. The ASCII diagram and the lone "Solve on the Helpmate Analyzer" line are gone. The booklet shares the numbering (deepest_lib.ordered/numbers), puts the solve link in the title line, adds a Themes line and drops the FEN line the author had commented out by hand in the generated .tex. deepest_showcase.py records each problem's themes in DEEPEST.json. Tests: SVG placement and defs, dense shared numbering, the markdown card, the booklet entry; the ASCII-diagram test became the SVG-card test. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DFQB6YogM3gaauunTfMuxW
…d site/vendor copy CI has no site/vendor/ (make site creates it), so the SVG tests and the markdown staleness check failed there. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DFQB6YogM3gaauunTfMuxW
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
The problems in DEEPEST.md and the booklet get the card layout chosen in the mockup review: diagram left, everything else right.
docs/images/deepest/, Cburnett's pieces from the cm-chessboard sprite the dashboard already vendors, embedded per file so GitHub's image proxy renders it) and, on the right,No. N, the stipulation, a solve ↗ link into the Helpmate Analyzer, the statistics sentence, the solution, the themes as tags, and the FEN. The ASCII diagram and the lone "Solve on the Helpmate Analyzer" line are gone.deepest_lib.ordered), the solve link in the title line, a Themes line under the solution, and no FEN line (the author had commented it out by hand in the generated .tex; the generator now agrees).deepest_showcase.pyrecords each problem's themes in DEEPEST.json viaprobe --themes; DEEPEST.json/.md/.tex regenerated.Test plan
tests/repo/test_deepest_render.py: 86 passed (new: SVG placement and defs, dense shared numbering, markdown card, booklet entry; the ASCII-diagram test became the SVG-card test; the staleness checks pass against the regenerated docs)make bookletbuilds; the card page checked visually<img>(data URI) in headless Chromiummake lintclean🤖 Generated with Claude Code
https://claude.ai/code/session_01DFQB6YogM3gaauunTfMuxW