Launch blog post: rename to Lens + fix ex-Daily migration sentence - #12
Merged
Conversation
Same launch-day rename as the landing page and the wider cross-repo
sweep the lens + cli stewards are doing today. Product references
updated; data-type references ("notes, tags, links", "your notes"
in the principles) left alone.
Changes:
- Subtitle + description frontmatter
- Section heading and body copy for the web client
- CLI install commands: `parachute install notes` → `parachute install lens`
- URL-shape code block: `/notes` → `/lens`
- Architecture diagram label
Also fixed one substantive accuracy issue the rename exposed. The
previous draft told ex-Daily users to run `parachute migrate` to
archive their Daily data cleanly. That's wrong — `parachute migrate`
is a general cruft sweep at `~/.parachute/`, and Parachute Daily
(a Flutter app) stored data in its own app-support directory, not
there. Daily already synced into a vault; the honest story is that
a returning Daily user's notes are already in their vault — just
install Lens and point it at the same one.
Also tightened "five-minute walkthrough" to "install walkthrough"
since the landing has the install one-liner, not a timed tour.
Still in `blog/drafts/` — moves to `blog/` on launch day to publish.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
unforced
force-pushed
the
blog-post-polish-rename-to-lens
branch
from
April 21, 2026 20:49
8cbb20e to
f71840f
Compare
unforced
marked this pull request as ready for review
April 21, 2026 21:52
3 tasks
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.
Draft — hold until `@openparachute/lens` is live and landing PR merges. Keeps blog content in sync with landing copy.
Summary
Two changes to
blog/drafts/2026-04-23-parachute-is-here.md:parachute-cli/src/commands/migrate.ts— that command sweeps~/.parachute/cruft, not Flutter app-support dirs where Daily stored its data. Replaced with the accurate story: Daily already synced to the vault, so installing Lens and pointing it at the same vault picks up where Daily left off.Test plan
npx @11ty/eleventy --serve— preview at/blog/drafts/...URL looks rightblog/drafts/→blog/and it auto-publishes via posts collection🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com