add 0059/SESSION-0059.0-TRANSCRIPT-2026-06-01T08-00--2026-06-01T08-21.md + replace placeholder/variant SESSION-0059.0-TRANSCRIPT-2026-06-01T08-00--2026-06-01T08-14.md

This commit is contained in:
2026-06-01 08:22:38 -07:00
parent 68762b3b9a
commit 0a7282f4a4
@@ -7,9 +7,9 @@
> >
> Outcome: **Shipped rfc-app v0.31.4 (CSS-only patch) fixing invisible > Outcome: **Shipped rfc-app v0.31.4 (CSS-only patch) fixing invisible
> light-surface `.btn-link` buttons + harmonizing the RFC breadcrumb > light-surface `.btn-link` buttons + harmonizing the RFC breadcrumb
> action bar, and bumped the OHM pin to 0.31.4. Both changes are pushed > action bar, and bumped the OHM pin to 0.31.4. Both PRs MERGED to main
> on branches with PRs open (rfc-app #5, ohm-rfc #9); not yet merged, > (rfc-app #5, ohm-rfc #9), `v0.31.4` tagged on the rfc-app merge commit.
> tagged, or deployed.** > Remaining: rebuild + deploy the OHM frontend against 0.31.4.**
> >
> Highlights: > Highlights:
> - Root-cause, not whack-a-mole: the "missing buttons" were > - Root-cause, not whack-a-mole: the "missing buttons" were
@@ -123,14 +123,14 @@ afterward (ohm-rfc left clean). `npm run build` clean.
| | | | | |
| --- | --- | | --- | --- |
| rfc-app | branch `release/v0.31.4-button-ux` @ `76c82a5`, pushed, PR #5 open — NOT merged, NOT tagged. VERSION 0.31.4. | | rfc-app | PR #5 MERGED to main @ `551d240`; release commit `76c82a5`; tag `v0.31.4` on the merge commit. VERSION 0.31.4. Branch deleted. |
| ohm-rfc | branch `session-0059/pin-0.31.4` @ `ee5b90b`, pushed, PR #9 open — NOT merged. pin 0.31.4. | | ohm-rfc | PR #9 MERGED to main @ `10836c0`; commit `ee5b90b`. pin 0.31.4. Branch deleted. |
| OHM live | unchanged this session; still running pre-0.31.4. | | OHM live | unchanged this session; still running pre-0.31.4 (deploy pending). |
| ohm-rfc pin (on branch) | 0.31.4 (main still 0.31.3 until #9 merges) | | ohm-rfc pin (main) | 0.31.4 |
| Ledger | Status | | Ledger | Status |
| --- | --- | | --- | --- |
| Button UX: invisible light-surface `.btn-link` + breadcrumb polish (rfc-app v0.31.4) | 🟡 in-flight — PRs open, awaiting merge + tag + deploy | | Button UX: invisible light-surface `.btn-link` + breadcrumb polish (rfc-app v0.31.4) | ✅ shipped (merged + tagged) — only the OHM frontend rebuild/deploy remains |
--- ---
@@ -151,11 +151,12 @@ afterward (ohm-rfc left clean). `npm run build` clean.
## What lands on the operator's plate ## What lands on the operator's plate
1. Review + merge **rfc-app PR #5**; then tag `v0.31.4` on the merge 1. ~~Merge rfc-app PR #5 + tag `v0.31.4`.~~ Done this session
commit on main (matches how the v0.31.x tags sit on main). (merge `551d240`, tag on the merge commit).
2. Review + merge **ohm-rfc PR #9** (after #5 lands). 2. ~~Merge ohm-rfc PR #9.~~ Done this session (merge `10836c0`).
3. Rebuild the OHM deployment's frontend against 0.31.4 and ship — 3. **Rebuild the OHM deployment's frontend against 0.31.4 and ship**
plain code deploy, no env/config/migration. plain code deploy, no env/config/migration. This is the only
remaining gesture.
--- ---
@@ -168,15 +169,17 @@ v0.31.4 (CSS-only patch in frontend/src/App.css): the .btn-link class
was a dark-header style reused on light surfaces, so secondary buttons was a dark-header style reused on light surfaces, so secondary buttons
(Metadata / Claim ownership / Invitations on the RFC breadcrumb) were (Metadata / Claim ownership / Invitations on the RFC breadcrumb) were
rendering white-on-white and looked missing; the breadcrumb action bar rendering white-on-white and looked missing; the breadcrumb action bar
was also harmonized + made to wrap. It's on branches with PRs open — was also harmonized + made to wrap. Both PRs are MERGED to
rfc-app #5 (release/v0.31.4-button-ux → main) and ohm-rfc #9 main (rfc-app #5 @ merge 551d240, tag v0.31.4 on the merge commit;
(session-0059/pin-0.31.4 → main, bumps .rfc-app-version to 0.31.4) — ohm-rfc #9 @ merge 10836c0, .rfc-app-version now 0.31.4 on main). The
NOT merged, NOT tagged, NOT deployed. ONLY remaining gesture is to rebuild + deploy the OHM frontend against
0.31.4 — plain code deploy, no env/config/migration.
If you're picking this up: merge rfc-app #5, tag v0.31.4 on the merge If you're picking this up: do that deploy and confirm the breadcrumb
commit, merge ohm-rfc #9, then rebuild + deploy the OHM frontend action bar renders the secondary buttons (Metadata / Claim ownership /
against 0.31.4. (rfc-app origin is https with no non-interactive Invitations) legibly on the live site. (rfc-app origin is https with no
credential — push via ssh://git@git.wiggleverse.org:2222/ben.stull/…; non-interactive credential — push via
open/merge PRs via ohm-infra/scripts/rfc-authoring.sh, owner ssh://git@git.wiggleverse.org:2222/ben.stull/…; PRs via
ben.stull.) Otherwise, fresh OHM driver session. ohm-infra/scripts/rfc-authoring.sh, owner ben.stull.) Otherwise, fresh
OHM driver session.
``` ```