docs: add visual decision tree, density-bar heatmap, and CI link-check#14
Merged
Merged
Conversation
Phase 3 of docs reorganization — visual aids in COMPARISON.md plus a CI guard against future link drift. PASS-rate grader sweep is out of scope (it's a benchmarking task, not docs). - COMPARISON.md: new Mermaid decision tree right after TL;DR. Linear flowchart for the main path (harm-sensitive? -> research? -> bounded? -> default) plus a dotted special-case branch (long-horizon or high-stakes -> none of these single-shot). Renders natively on GitHub. - COMPARISON.md: replaced the Headline ship rates table with a unicode density-bar version. Each bar is 10 segments regardless of N, so N=3 cells stay visually comparable to N=10 cells; cell winners are obvious at-a-glance. - .github/workflows/check-links.yml: GitHub Actions workflow that runs the same broken-relative-link scan used during Phase 1/2 verification. Triggers on PRs touching .md files and on pushes to main. Uses stdlib-only Python so no dependency install needed. Skipped: PNG charts (matplotlib not in environment, and Mermaid + unicode bars are text-editable which is better for a maintainer updating numbers later); microbench consolidation (Phase 1 cross-pointers already address this). Broken-link scan: 0/831 (unchanged — Mermaid diagram has no markdown links; new YAML file is not markdown). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Phase 3 of the docs reorganization. Stacked on top of #13 — change the base after that one merges.
Visual aids in COMPARISON.md plus a CI guard against future link drift.
Skipped from the original plan (with reasons):
Test plan
` tags inside node text or the `>` HTML entity, may need to reformat.
🤖 Generated with Claude Code