Add shipped search step to workflow; fix global-scope copy typo#3
Open
so0k wants to merge 1 commit into
Open
Conversation
(c) Surface the shipped `search` discovery command — `search` against the origin's committed `index.json` (roadmap 003 ✅) had no representation on the page despite being shipped. Added as the first command step so the flow reads discover → vendor → verify → bump. (a) Fix a broken sentence in the "Two scopes, two jobs" claim: "so there a genuine fetch and restore matters" → "so a genuine fetch and restore matters". Exactness is the brand; the typo was a credibility leak. 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.
Two roadmap-driven copy changes from reviewing the landing page against
skillrig-cli/docs/ROADMAP.md. Source-only edits;dist/is gitignored (Actions build mode).(c) Surface the shipped
searchdiscovery commandsearchreads the origin's committedindex.json(token-AND query, deterministic order) and shipped in roadmap branch 003 ✅ — but it had no representation anywhere on the page. Added it as the first command in theWorkflowsection so the flow reads discover → vendor → verify → bump:Its primary callers (human, agent) fit the section heading ("The same binary for you, your agents, and CI").
(a) Fix a broken sentence in "Two scopes, two jobs"
Grammar typo in
WhyDifferent.tsx. On a page whose pitch is exactness/provenance, a dropped word is a credibility leak.Not included
bump --pris intentionally left in the workflow — that feature lands today.ThemeToggle.tsx(react-hooks/set-state-in-effect) is present onmainand out of scope for this copy PR.Verification
pnpm build(tsc + vite) passes ✓🤖 Generated with Claude Code