Point install/invoke instructions at the published @telecode/cli - #1
Merged
Conversation
The daemon is now published to npm as @telecode/cli (the bare `telecode` name was taken by an unrelated package); the installed bin remains the `telecode` command. Update the web pairing/onboarding command, the landing site install command, the curl installer's package, and the docs to `npx @telecode/cli`, and rewrite docs/publishing.md to the published reality.
This was referenced Jun 30, 2026
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.
What
The daemon is now published to npm. This points every place that tells a user what to run at the real published package.
@telecode/cli@0.1.0(CLI) and@telecode/protocol@0.1.0(wire contract), both under the@telecodeorg.telecodenpm name is owned by an unrelated, abandoned project, so the CLI ships scoped as@telecode/cli. The installed bin is still thetelecodecommand (bin name is independent of package name), sonpm i -g @telecode/cligives atelecodecommand and thecurl | shinstaller hides the scope.Changes
npx @telecode/cli(dev still usesmake run).npx @telecode/cli.scripts/install-telecode.shnow installs@telecode/cli; header note updated (it was "not yet published").self-hosting.md,deploy-azure.mdinvocation examples;publishing.mdrewritten to the published reality (scoped name, bypass-2FA token auth, protocol-first ordering, revert step, stale-404 caveat).npx @telecode/cli).Verification
npm install @telecode/cliin a clean dir pulled@telecode/protocol@0.1.0andtelecode doctorran (relay reachable atwss://relay.telecode.io/ws).pnpm typecheck,pnpm lint,pnpm format:check,pnpm test,pnpm --filter web check— all green.