fix(patterns) redraw the final seven ASCII diagrams under 78 columns - #437
Conversation
Redraw the ASCII structure diagrams in rate-limiting, semaphore, serverless-deployment, signals, lens, late-chunking, and replayable-log so every line is under 78 columns. Multi-branch and horizontal-timeline layouts (an enforcement pipeline fanning to an admit or deny path, a semaphore's wait set, parallel warm and cold execution envs, a naive versus late chunking comparison, a partition log with three consumer cursors) are redrawn as vertical chains or compact inline sequences with the branch or timeline relationship stated in prose, the same simplification used across batches 7 through 13. This is the last batch of the ASCII-diagram width-remediation pass. All 134 entries originally flagged over 78 columns are now fixed. Regenerated all family indexes via gen-indexes.py so byte counts in each affected family README.md reflect the shorter diagram bodies.
# Conflicts: # patterns/08-cloud-distributed/README.md
|
REVIEWED. Approve. This is batch 14, the final batch, of the ASCII-diagram width Real diff confirmed via gh pr diff --name-only. 14 files, 7 content CI. every real check (structure and prose, code samples compile, Merge history. this PR conflicted with batch 13 (PR #436) on one Gate sequence (check-structure.py 884/884, check-family-names.py, This closes the entire width-remediation pass. Confirmed via Single review pass, low blast radius. pure diagram-fence replacements |
Batch 14, the final batch, of the ASCII-diagram width
remediation pass.
Seven entries redrawn so every diagram line stays under 78
columns, across families 08, 09, 10, 13, 16, 17, and 24.
Multi-branch and horizontal-timeline layouts (an enforcement
pipeline fanning to admit or deny, a semaphore's wait set, two
parallel execution envs, a naive versus late chunking
comparison, a partition log with three consumer cursors) are
redrawn as vertical chains or compact inline sequences with the
branch or timeline relationship named in prose, the same
simplification used in batches 7 through 13.
This closes out the width-remediation pass. All 134 entries
originally flagged over 78 columns in the frozen Phase 2 audit
are now fixed across 14 PRs (batches 1 through 14).
Gates run clean. check-structure.py (884/884), check-family-names.py,
check-prose.py (925/925), markdownlint-cli2 0.23.2 (0 issues),
validate-refs.py --strict (every citation resolves), check-code.py
--strict (2826 compiled, 0 failed). gen-indexes.py regenerated all
affected family README.md tables.