fix: hero alignment + untrack transcript + SEO/launch prep#4
Merged
Conversation
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).
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
Lands the three commits that were pushed to
feat/benchmarkingafter PR #3merged, so
mainreflects the latest state.db0b645fix: align the README hero terminal block — the borderlesssession's comment markers and ✓/x columns were drifting; padded to fixed
columns. (This fix is not yet in
main— the misalignment is still live.)ee7666achore: untrack internaltranscript.mdfrom the publishedpackage (kept on disk, gitignored).
54b7c4cdocs: SEO + launch prep — addassets/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.maintherefore stillhas the misaligned hero block and tracks
transcript.md. This PR closes that gap.Validation
python3 scripts/validate_skill.py .→ validmarkdownlint-cli2 "**/*.md"→ 0 errors