Note book-cut posts in the BookCta as a marketing hook#1908
Merged
Conversation
Posts that were cut from or adapted from Open & Async now say so explicitly
as a soft marketing hook, driven through the auto-appended BookCta rather than
inline prose so it stays a single source of truth and survives the launch-day
CTA flip without going stale.
- New `bookRelation` front-matter field ('adapted' | 'cut') threaded through
the post route and PostLayout into BookCta, which swaps its inline headline.
- Mark the four cut-from-the-book posts: reorgs-happen, the-brag-doc,
one-on-one-playbook, no-agenda-no-meeting.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
benbalter
added a commit
that referenced
this pull request
Jul 11, 2026
Sets bookRelation: adapted so the auto-appended BookCta says the post is adapted from Open & Async — a soft marketing hook. Renders once the CTA plumbing (#1908) lands on main. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Posts that were cut from or adapted from Open & Async now say so explicitly, turning the book's provenance into a soft marketing hook. Rather than hardcoding a prose line in each post (which would go stale at the July 21 launch when the sitewide
BookCtaflips to buy-now), the note is driven through the auto-appended CTA — one source of truth, launch-aware.How it works
bookRelationfront-matter field ('adapted' | 'cut'), threaded schema → post route →PostLayout→BookCta.BookCtaswaps its inline headline:adapted→ "This post is adapted from the book."cut→ "This post didn't make the book's final cut."Posts marked (all
cut)reorgs-happenthe-brag-docone-on-one-playbookno-agenda-no-meetingThe upcoming work-loudly post (#1900) is
adaptedand gets its flag on that branch; it renders once this plumbing merges tomain.npm run checkpasses clean.🤖 Generated with Claude Code