docs(gtm): build-in-public article pipeline + first draft (§7)#207
Merged
Conversation
GTM-SCALE-PLAN.md §7 content flywheel. Adds the article pipeline (README) and the first full draft: "Reading a GitHub repo as a local vault — without a git library" (the materialize-then-local decision + computing git's blob SHA-1 by hand for edit detection). Tech claims verified against github_vault.rs (git_blob_sha) + docs/design/06-github-roundtrip.md. Drafts only — owner ratifies voice/depth before publishing; each post is its own launch point (space them to sustain the flywheel). Co-Authored-By: Claude Opus 4.8 <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.
B — build-in-public content (§7 flywheel; "从 3K 到 10K 的真正桥梁"). Each post is its own launch point on HN / Lobsters / 掘金 / dev.to.
What
docs/marketing/build-in-public/README.md— the article pipeline (5 topics with angles + sources + status) and the house rules (one post = one launch; accurate-or-omit).docs/marketing/build-in-public/github-roundtrip.md— the first full draft: "Reading a GitHub repo as a local vault — and proposing edits as a PR — without a git library." The hook is the materialize-then-local decision + computing git's blob SHA-1 by hand for edit detection.Accuracy
Every technical claim traces to the shipped code — verified
git_blob_sha()ingithub_vault.rs:645matches the article'ssha1("blob " + len + "\0" + bytes)formula exactly (it even has a test against known git vectors), and the design againstdocs/design/06-github-roundtrip.md.Drafts only
Voice + how much to reveal is yours to ratify. Nothing published. The other 4 topics are outlined for you to prioritize.
🤖 Generated with Claude Code