blog: refine incident timeline + all-clear banner; smoke: stabilize via TANSTACK_DOCS_USE_REMOTE#924
Merged
Merged
Conversation
- Postmortem: corrected timeline using verified GitHub/npm/shell-history timestamps (PR #7369 merge date, StepSecurity issue time, two-phase deprecation, npm-side removal attribution, IOC email time), reformatted date columns, added Response timing table, all-clear status banner, link to companion followup, and a Changelog section. - Followup: corrected package count (14 → 42) and registry-exposure window to match verified data; added all-clear status banner and Changelog section. - Smoke: added in-repo routes (blog index, blog post, ethos) against localhost and kept the library docs routes pointed at https://tanstack.com so they don't depend on sibling repo clones.
… compatibility
Sibling-repo filesystem lookup (../../../../{repo} in documents.server.ts)
breaks from worktrees and fresh machines. Instead of testing against an
unreliable local docs path or hitting prod URLs, smoke now probes the
existing dev server's docs route — and if it can't serve them, spawns
its own dev server with TANSTACK_DOCS_USE_REMOTE=1 so docs lookups fetch
from raw.githubusercontent.com via the fork point that already exists in
shouldUseLocalDocsFiles().
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
../../../../{repo}sibling resolution doesn't reach~/GitHub/{repo}from inside.claude/worktrees/. Smoke now probes the existing dev server's docs route, and if it can't serve them, spawns its own dev server withTANSTACK_DOCS_USE_REMOTE=1so docs lookups fetch from raw.githubusercontent.com via the existing fork point inshouldUseLocalDocsFiles().Test plan