Fix: regenerate AA864 social card after verified sign-off - #14
Merged
Conversation
render_og.py --check failed on main (run 31655201963): flipping verification.status to verified changes the card's metadata chip, so the committed PNG and og_manifest.json were stale. Regenerated with pipeline/render_og.py aa864-bassman; --check is green. Signed-off-by: AnalogMaker <theanalogmaker@gmail.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
circuit-codex | f228d46 | Aug 13 2026, 12:51 AM |
TheAnalogMaker
added a commit
that referenced
this pull request
Aug 31, 2026
…, name-only chips Four wave-3 findings against the chart: - The era-axis caption rendered truncated mid-word at the plot border in Chrome (judges' #12). What a bar means now lives in the legend row and the figcaption — HTML that wraps and cannot clip — and the SVG caption is gone. - Two late Ampeg ghosts stretched a linear axis to 2000 and packed every lane's real content into the left third (judges' #13). The axis now compresses after 1970 — one decade right of the break takes the width a half-decade takes left of it — with ten-year gridlines as the visible cue and the figcaption stating the compression. Nothing is cropped or clamped; the 1946-1968 core keeps its resolution. - Lane labels printed the internal slug ("AMPEG-PORTAFLEX"); they now use the family's own name via lineName(), wrapping long names to two lines (judges' #14). - A chip with no wattage in its family file printed a bare em-dash as its second line, which read as a rendering failure (judges' #15). It is now a name-only chip, centred, and the figcaption says what the missing line means. Verified on the built SVG at full resolution; check-lineage-caption.mjs still names both drawn arrows. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KBMfdh37HmCL2iWcBiL5J1
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.
What this PR adds or fixes
CI on
mainfailed after the AA864 maintainer sign-off (acd26b6, run 31655201963).pipeline/render_og.py --checkreported:The social card prints the verification chip. Draft → verified (plus the 2026-08-13 date) changes that chip, so the committed PNG and
pipeline/og_manifest.jsonhave to be regenerated. Layout drawing is unchanged.No circuit data, netlist, or
verification.statuschange in this PR.Attestations (required for circuit data)
git commit -s, DCO).verification.statusis unchanged (alreadyverifiedon main from the sign-off commit).