Skip to content

fix: hero alignment + untrack transcript + SEO/launch prep#4

Merged
forkadarshp merged 3 commits into
mainfrom
feat/benchmarking
May 29, 2026
Merged

fix: hero alignment + untrack transcript + SEO/launch prep#4
forkadarshp merged 3 commits into
mainfrom
feat/benchmarking

Conversation

@forkadarshp

Copy link
Copy Markdown
Owner

What

Lands the three commits that were pushed to feat/benchmarking after PR #3
merged, so main reflects the latest state.

  • db0b645 fix: align the README hero terminal block — the borderless
    session's comment markers and ✓/x columns were drifting; padded to fixed
    columns. (This fix is not yet in main — the misalignment is still live.)
  • ee7666a chore: untrack internal transcript.md from the published
    package (kept on disk, gitignored).
  • 54b7c4c docs: SEO + launch prep — add assets/social-preview.png
    (1280×640), an above-the-fold install one-liner, and an SEO FAQ section.

Why now

PR #3 merged at 451a7e4, before these commits existed. main therefore still
has the misaligned hero block and tracks transcript.md. This PR closes that gap.

Validation

  • python3 scripts/validate_skill.py . → valid
  • markdownlint-cli2 "**/*.md" → 0 errors

The borderless hero session had unequal prefix padding, so the inline
comment markers and the ✓/x columns drifted out of alignment when rendered.
Pad to fixed columns: comment markers at col 32, the three status columns
at 2 / 26 / 48.
transcript.md is an AI-agent coordination scratchpad, not part of the skill
(not referenced by SKILL.md/README, not in validate_skill.py required paths).
It would otherwise ship to every user via the skills CLI. Untrack it and add
to .gitignore; the file stays on disk for local multi-agent handoff.
…-liner

- Add assets/social-preview.png (1280×640) for GitHub Settings → Social preview
  so shared links unfurl with branding.
- README: add an above-the-fold one-line install callout and an SEO-friendly
  FAQ section (natural-language questions: "How do I migrate to Claude Opus
  4.8?", "How do I benchmark Opus 4.8?", etc.) to capture long-tail search.
- gitignore LAUNCH_PREP.md (internal growth notes, not part of the package).
@forkadarshp forkadarshp merged commit 0c5327e into main May 29, 2026
1 check passed
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