Conversation
Task 2 of the outreach plan originally called for shipping the ~10–20 MB gzipped HyperLEDA position-angle cache as a v0.1.0 release asset. Switch to R2 (data.skymap.rulkens.com) instead — same infra already serving the .bin catalog files, egress-free under R2 pricing, and decoupled from release tags so cache refreshes don't need a new tag. - Plan rewritten to describe the R2 workflow (Steps 2.1–2.6). - tools/syncR2.ts: add EXTRA_FILES list + uploadFile helper; hyperleda_pa.csv.gz is the first entry, sourced from data/raw/ rather than public/data/ so the raw-catalog boundary stays clean and Vite never accidentally serves the gzip. - README: add "HyperLEDA orientation cache: download instead of fetching" block pointing at the R2 URL; npm run fetch-hyperleda preserved as fallback. The .csv.gz is gitignored and ships only to R2 — not committed here. Run: gzip -k -9 data/raw/hyperleda_pa.csv && npm run sync-r2 to publish. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
A v0.2.0 release is the natural news hook for the upcoming HN/Bluesky/ Reddit posts (Task 4) and re-mints a Zenodo version-DOI under the existing concept record. Add a new Task 0 covering version bump, tag, GitHub release, Zenodo wait, and a switch to citing the concept DOI (10.5281/zenodo.1228374974) so outreach drafts don't go stale on future releases. Update Task 4 to gate on Tasks 0 + 1. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The single-file plan was getting hard to read at ~1500 lines after adding Task 0. Split into a folder with one file per task plus a README index and a flat TODO of currently-actionable items. No content removed — just reorganized for navigability. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
skymap | 17e7409 | Commit Preview URL Branch Preview URL |
May 06 2026, 11:51 AM |
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.
Summary
Three docs-only commits on the outreach plan, in chronological order:
97ff3cc— Switch HyperLEDA cache distribution from GitHub release to R2. R2 infra already serves the.bincatalog files atdata.skymap.rulkens.com; same egress-free, decoupled-from-tags pipeline applies cleanly to the gzipped HyperLEDA cache. Addshyperleda_pa.csv.gztotools/syncR2.ts's ALLOW list and rewrites the README's fetcher guidance to point at the R2 URL withnpm run fetch-hyperledapreserved as a fallback.445855e— Prepend Task 0 (cut v0.2.0 + concept-DOI) to the plan. Since v0.1.0 (2026-05-05), deep-link#focus=…URLs, the App.tsx hook refactor, and R2 catalog distribution have all shipped. A v0.2.0 release is the natural news hook for upcoming HN/Bluesky/Reddit posts and re-mints a Zenodo version-DOI under the existing concept record. Task 0 covers version bump, tag, GitHub release, Zenodo wait, and a switch to citing the concept DOI (10.5281/zenodo.1228374974) so outreach drafts don't go stale on every release. Task 4 is updated to gate on Tasks 0 + 1.17e7409— Split the plan into a folder. Adding Task 0 pushed the single-file plan past 1500 lines; reorganized intodocs/superpowers/plans/2026-05-05-outreach-and-promotion/with aREADME.mdindex, a flat actionableTODO.md, and one file per task (0–6). No content removed — just navigability.File-listing of the new folder
Test plan
Docs-only PR; no code changes.
tools/syncR2.tsALLOW list update verified locally; matches the existing.bin/famous_*.jsonpattern.docs/superpowers/plans/2026-05-05-outreach-and-promotion/README.mdon GitHub and confirm the sequencing table + per-task links render cleanly.# Task N: …heading is the first line.Follow-up (separate)
The actual cut of v0.2.0 (tag, release, Zenodo, concept-DOI swap in CITATION.cff + README) is what the new Task 0 documents — to be executed by the human after this PR merges, not in this PR.
🤖 Generated with Claude Code