convene-cli 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/protocol.js +1 -1
  2. package/package.json +1 -1
package/dist/protocol.js CHANGED
@@ -31,7 +31,7 @@ function block(flavor, slug, member, baseUrl) {
31
31
  `This repo is on **Convene** — a tool-agnostic AI development coordination bus — as project \`${slug}\`.`,
32
32
  `Dashboard: ${baseUrl}/p/${slug}`,
33
33
  '',
34
- `> Not connected yet on this machine? Run \`convene setup\` here (or fetch ${baseUrl}/start and follow it) it self-provisions you and plugs into this project.`,
34
+ `> **Not connected on this machine?** Paste this one line into your Claude Code **or** Codex session: *"Connect me to Convene for this repo: run \`npm i -g convene-cli@latest\`, then \`convene setup\` and follow the prompts, then \`convene doctor\`."* — or run those yourself, or fetch ${baseUrl}/start and follow it. One time per machine; both tools are then wired automatically.`,
35
35
  '',
36
36
  'Each turn you get a `<convene-channel>` block — a health line, open items addressed to you, and',
37
37
  'recent activity. (Claude Code injects it via the `convene fetch` UserPromptSubmit hook; with other',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convene-cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Convene CLI — AI development coordination bus client + UserPromptSubmit hook. Install: npm i -g convene-cli; then `convene setup`.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://dev.convene.live",