Skip to content

Fix: site honesty, tube used-in drift, and homepage discoverability - #9

Merged
TheAnalogMaker merged 1 commit into
mainfrom
contrib/site-honesty-and-discoverability
Aug 13, 2026
Merged

Fix: site honesty, tube used-in drift, and homepage discoverability#9
TheAnalogMaker merged 1 commit into
mainfrom
contrib/site-honesty-and-discoverability

Conversation

@TheAnalogMaker

Copy link
Copy Markdown
Owner

What this PR adds or fixes

Contributor-style pass on the live-site issues found while reviewing circuitcodex.com. No new circuits. No verification.status or wiring_claim changes.

Corrections

  • Tube used_in lists had drifted. The 6SJ7 page said no circuit used the tube; 5C1 letters one. 5881 claimed 5E5-A / 5E6-A / 5F4, which letter 6L6G / 6L6GB.
  • Site now derives “Used in” from amps/*/meta.yaml tubes: plus each tube file’s name / slug / also_known_as (7025 and ECC83 → 12AX7; 6L6GB → 6L6G, not 5881).
  • New gate: pipeline/check_tube_used_in.py (--selftest + corpus check) in CI and AGENTS.md.
  • Homepage lede no longer claims every circuit is checked against a published chart. Drafts exist because some cannot be. Link goes to /about/#verified.
  • README status paragraph no longer hardcodes counts that rot. The homepage stat block is generated at deploy time.

Site

  • Homepage “Start here” band: tone-stack lab, load-line explorer, lineage, ladder study.
  • Tone-stack presets for the three networks already read at lug level: AA764, AB165 (Normal channel), AB763 Twin (Normal channel). Second channels stay in TONE_STACK_GATE_EXTRAS. Wiring gate: 17 stacks, 0 failures.
  • Amp pages: on-page jump links; related-circuits budget 6 so a third group still gets a sibling; no hanging · when a group has only the cross-cut.
  • Custom 404.
  • Issue templates: correction / source, wanted circuit, site or pipeline.

Attestations (required for circuit data)

  • Redrawn from facts — N/A: no new schematic, netlist, or layout. Tube matching uses each circuit’s existing tubes: field and each tube page’s existing also_known_as.
  • Naming rules followed — circuit-designation ids only; maker vocabulary only in existing descriptive fields / blurbs.
  • Sources listed — N/A for this change. The 5C1 ↔ 6SJ7 correction is the 5C1’s own sourced tubes: list.
  • Commits signed off (git commit -s, DCO).
  • verification.status is unchanged (no badge granted or withdrawn).

How it was checked

  • python3 pipeline/check_tube_used_in.py --selftest (4 planted cases)
  • python3 pipeline/check_tube_used_in.py (21 files match after --write)
  • python3 pipeline/check_tonestack_wiring.py — 17 stacks, 0 failures (includes the three new presets)
  • node scripts/check-tonestack-spice.mjs — 0 failures
  • INDEXNOW=0 npm run build — 112 pages, including /404.html
  • Built HTML: 6SJ7 sidebar links 5C1; 5E3 “Same tone stack” now has 5D3 plus the topology link

The 6SJ7 page said no circuit used the tube while the 5C1 lists one.
used_in is now derived from each circuit's tubes: field (plus also_known_as
aliases) and gated so the YAML cannot drift again. 5881 no longer claims
the 6L6G/6L6GB Super and Bassman bottles.

The homepage no longer says every circuit is checked against a published
chart — drafts exist because some cannot be. A Start-here band surfaces
the tone-stack lab, load-line explorer, lineage tree, and the ladder study.

The lab gains presets for the three networks it had already read at lug
level (AA764, AB165 Normal, AB763 Twin Normal). Second channels stay in
the wiring gate. Amp pages get on-page jump links and keep a sibling in
each related-circuits group. README stops restating counts that rot.
Issue templates cover corrections, wanted circuits, and site bugs.

No verification.status or wiring_claim was changed.

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 0e67d1a Aug 13 2026, 12:09 AM

@TheAnalogMaker
TheAnalogMaker merged commit ce80901 into main Aug 13, 2026
2 checks passed
TheAnalogMaker added a commit that referenced this pull request Aug 31, 2026
…ls cleared

The wave-3 judges' top renderer finding: check (c) tested a wire's
CENTRELINE against an inset text box, so a run whose centreline passed
0.2 px outside the box still drove its 4.8 px casing through the baseline
of the type — 92 label instances across the six new boards were painted
over while CI reported every layout clean.

- _seg_box_span_painted(): the label box is grown PERPENDICULAR to each
  segment by that conductor's painted half-width (run 2.4 / twisted 2.5 /
  bus 3.2 px; sheet style 1.0 / 2.7 / 2.3) and stays inset ALONG it, so a
  lengthwise strike is caught while the halo'd transversal crossing stays
  the accepted case. Both the lint and the placer use the identical test,
  so most of the 92 self-healed on re-render; the rest took authored
  nudges (b15n R13, jtm45 C16, 5f10 RKB + V3/V4 captions, 5f6a RD1/RD2).
- Tube sockets accept label_nudge, same escape hatch pots carry.
- Transformer lead callouts sit OFF the lead's axis with the pot-label
  halo weight, and the pigtail stubs register as obstacles the placer can
  see — the GA-40's ten terminal names all shipped with their own leads
  through the glyphs (judges' #10).
- Leader lines are dashed so a leader can never read as a hookup run
  (judges' #9).
- 6g6b's channel controls follow one naming convention — "Bass ch. ·
  Volume" / "Normal ch. · Volume" — instead of two (judges' #16).
- m1987's V5 caption band is saturated by seven stacked harness runs at
  12-14 px pitch; no lane exists within the ladder's reach, so it carries
  the first documented lint waiver pending a harness-band re-route.

All 76 board drawings re-rendered (label reflow under the tightened
placer); the judged regions on all six new boards vision-checked at crop
zoom in both styles. check_layouts: 38 layouts, 0 failures, 1 waived.

🤖 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