Fix broken README preview image, document recent features#5
Merged
Conversation
README's site preview pointed at exports/linkedin-all.png, which is gitignored and never committed -- the image has been broken on GitHub since the export scripts were added. Commits a static docs/preview.png instead and points the README at it. Also updates README and CLAUDE.md to document the statefulness tooltips, the Deep dive button's copy-to-clipboard behavior, and the validate/CI workflow added in prior commits, and fixes a stale "7 sections" count (PATTERNS has 8).
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
exports/linkedin-all.png, which is gitignored and has never actually been committed, so the image has been broken on GitHub since the export scripts were added. Adds a committeddocs/preview.png(regenerated from the currentindex.html) and points the README at that instead.npm run validate/ CI workflow.CLAUDE.md: documentsSTATEFULNESS_INFOand the Deep dive button under "Pattern data", addsdocs/preview.pngto the target folder structure, and fixes a stale "7 sections" count (there are 8).Image review
Regenerated all 18 export images (15 cards + 3 LinkedIn filter views) against the current
index.htmland reviewed every one. All render correctly — correct category coloring, intact loop-back/Done nodes, correct parallel/branch cluster styling — confirming the statefulness-tooltip and Deep-dive changes introduced no regressions in the static exports.Test plan
exports/card-*.pngand 3exports/linkedin-*.pngafter regenerating from currentindex.htmldocs/preview.pngis not covered by.gitignoreand renders in the READMEnpm run validatepasses (15/15 patterns)Generated by Claude Code