docs(web): document terminal deploy-wallet linking on README, /docs, /how-it-works - #382
Conversation
…/how-it-works
None of the three surfaces mentioned `npx @signet/cli link`, so a developer
reading any of them could not discover the step that turns a claimed handle
into an indexed profile. Add that path to the README (Status row + Phase 2
entry), the /docs page (new "Linking your deploy wallet" section + Phases
list), and /how-it-works ("What's coming"). All three name the command, tie
it to the claim -> link -> indexed-profile flow, point at docs/CLI.md for the
full sequence, and state that terminal linking is not shipped yet.
Closes blockchain-maxis#289
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
✅ Deploy Preview for stellar-signet ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@Glorious21 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
@Glorious21 is attempting to deploy a commit to the blockchainmaxis-8449's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Thanks @Glorious21 — merging. #289 was about three surfaces staying silent on the thing that actually turns a claimed handle into a populated profile, and this fixes all three with the same explanation each time: the browser wallet that signs the claim is rarely the keystore identity I especially like that every mention is labelled as not shipped — the Status table row, the bold "Terminal linking is not live yet" on One note for whoever lands Closes #289. |
Summary
None of the README,
/docs, or/how-it-worksmentioned terminal linking, so a developer reading any of them could not discover the one action that turns an empty, freshly-claimed handle into a real career record. This adds that path to all three surfaces, namesnpx @signet/cli link, keeps the wording consistent, points atdocs/CLI.mdfor the full sequence, and is explicit that the flow has not shipped yet.Closes #289
Area
Changes
apps/web/app/(docs)/docs/page.tsx— new Linking your deploy wallet section (browser wallet vs. deploy keystore identity, thenpx @signet/cli linkcommand, what it proves, and that it is not live yet); Phases list item updated to include terminal linking as Phase 2 (in progress).apps/web/app/how-it-works/page.tsx— new Terminal wallet linking item under What's coming.Checklist
pnpm lintpassespnpm typecheckpassespnpm testpassespnpm buildpassescargo testand build to wasm within the size budget — n/atype(scope): subject)Notes for reviewers
docs/CLI.mddoes not exist yet (it is issue docs/CLI.md — install, link flow, CI usage, troubleshooting #288). All three surfaces reference it as inline code, not a Markdown link, soscripts/check-docs.mjsdoes not flag a broken link; the references read as "specified in / will be documented indocs/CLI.md".🤖 Generated with Claude Code