Skip to content

Fix: regenerate AA864 social card after verified sign-off - #14

Merged
TheAnalogMaker merged 1 commit into
mainfrom
fix/aa864-og-card
Aug 13, 2026
Merged

Fix: regenerate AA864 social card after verified sign-off#14
TheAnalogMaker merged 1 commit into
mainfrom
fix/aa864-og-card

Conversation

@TheAnalogMaker

Copy link
Copy Markdown
Owner

What this PR adds or fixes

CI on main failed after the AA864 maintainer sign-off (acd26b6, run 31655201963).

pipeline/render_og.py --check reported:

FAIL aa864-bassman: card is stale — its layout or metadata changed

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.json have to be regenerated. Layout drawing is unchanged.

python3 pipeline/render_og.py aa864-bassman
python3 pipeline/render_og.py --check   # green

No circuit data, netlist, or verification.status change in this PR.

Attestations (required for circuit data)

  • Redrawn from facts — N/A (regenerated a derived social card).
  • Naming rules followed.
  • Sources listed — N/A.
  • Commits signed off (git commit -s, DCO).
  • verification.status is unchanged (already verified on main from the sign-off commit).

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>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 13, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
circuit-codex f228d46 Aug 13 2026, 12:51 AM

@TheAnalogMaker
TheAnalogMaker merged commit fbd93af into main Aug 13, 2026
2 checks passed
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant