@popoverinstall/cli 0.6.0 → 0.6.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.
- package/CHANGELOG.md +9 -0
- package/README.md +8 -5
- package/dist/index.js +1 -1
- package/dist/next-steps.d.ts.map +1 -1
- package/dist/next-steps.js +13 -5
- package/dist/next-steps.js.map +1 -1
- package/dist/welcome.d.ts +9 -8
- package/dist/welcome.d.ts.map +1 -1
- package/dist/welcome.js +39 -8
- package/dist/welcome.js.map +1 -1
- package/package.json +3 -3
- package/plugin/.claude-plugin/plugin.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -15,6 +15,15 @@ already here:
|
|
|
15
15
|
Every version that ships needs an entry — an update with nothing to print says nothing at
|
|
16
16
|
all, which reads as though the update did not happen.
|
|
17
17
|
|
|
18
|
+
## 0.6.1
|
|
19
|
+
|
|
20
|
+
### Fixes
|
|
21
|
+
|
|
22
|
+
- Deleting your account now deletes a team you were the last member of, rather than leaving it
|
|
23
|
+
behind where nobody can reach it. An empty team has no admin, so nobody could open it, rename
|
|
24
|
+
it, or revoke the invite links still pointing at it. A team with other people on it is
|
|
25
|
+
untouched — they keep the team and each other, and only your own machines and agents go.
|
|
26
|
+
|
|
18
27
|
## 0.6.0
|
|
19
28
|
|
|
20
29
|
### Features
|
package/README.md
CHANGED
|
@@ -10,15 +10,18 @@ context.
|
|
|
10
10
|
## Install
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
|
-
npm install -g @popoverinstall/cli
|
|
14
|
-
popover login
|
|
13
|
+
npm install -g @popoverinstall/cli && popover welcome
|
|
15
14
|
```
|
|
16
15
|
|
|
17
16
|
Requires **Node.js 20+** and **Claude Code 2.1.229+**.
|
|
18
17
|
|
|
19
|
-
`
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
`npm install -g` only places files. `popover welcome` is the rest of a first run: it registers
|
|
19
|
+
the Claude Code plugin, records where the daemon lives, and offers to connect this machine. It
|
|
20
|
+
prints a short code to confirm in your browser; the device token it stores is generated locally
|
|
21
|
+
and never transmitted.
|
|
22
|
+
|
|
23
|
+
Both halves are available on their own — `popover setup` for the wiring, `popover login` for the
|
|
24
|
+
connection — and `welcome` is re-runnable, so it is also the way back if either needs redoing.
|
|
22
25
|
|
|
23
26
|
## Use
|
|
24
27
|
|
package/dist/index.js
CHANGED
|
@@ -138,7 +138,7 @@ ${next ? `\n${next}` : ""}
|
|
|
138
138
|
${c.bold("popover login")} [--api URL] Connect this machine to your team
|
|
139
139
|
${c.bold("popover logout")} Forget this machine's credentials
|
|
140
140
|
${c.bold("popover setup")} [--force] Re-register the Claude Code plugin
|
|
141
|
-
${c.bold("popover welcome")}
|
|
141
|
+
${c.bold("popover welcome")} Set up and log in — the whole of a first run
|
|
142
142
|
${c.bold("popover update")} Upgrade to the newest version and restart the daemon
|
|
143
143
|
${c.bold("popover status")} Show this machine's sessions and connection
|
|
144
144
|
${c.bold("popover team")} Print the team roster
|
package/dist/next-steps.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"next-steps.d.ts","sourceRoot":"","sources":["../src/next-steps.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH;;;;GAIG;AACH,eAAO,MAAM,KAAK,YAAY,CAAC;AAC/B,eAAO,MAAM,OAAO,6CAA6C,CAAC;AAClE,eAAO,MAAM,iBAAiB,2EAC4C,CAAC;AAoB3E,wBAAgB,SAAS,IAAI,IAAI,
|
|
1
|
+
{"version":3,"file":"next-steps.d.ts","sourceRoot":"","sources":["../src/next-steps.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH;;;;GAIG;AACH,eAAO,MAAM,KAAK,YAAY,CAAC;AAC/B,eAAO,MAAM,OAAO,6CAA6C,CAAC;AAClE,eAAO,MAAM,iBAAiB,2EAC4C,CAAC;AAoB3E,wBAAgB,SAAS,IAAI,IAAI,CA4ChC"}
|
package/dist/next-steps.js
CHANGED
|
@@ -48,15 +48,23 @@ export function nextSteps() {
|
|
|
48
48
|
minWidth: 36,
|
|
49
49
|
});
|
|
50
50
|
trunk();
|
|
51
|
-
step("Pick a starting point");
|
|
51
|
+
step(style.amber("Pick a starting point"));
|
|
52
52
|
bullet(`${style.bold("/popover:team")} ${style.dim("run it in any Claude Code session")}`);
|
|
53
53
|
bullet(`${style.bold("popover doctor")} ${style.dim("if something looks wrong")}`);
|
|
54
54
|
trunk();
|
|
55
|
-
step("Ask your coding agent");
|
|
55
|
+
step(style.amber("Ask your coding agent"));
|
|
56
56
|
for (const example of ASK_EXAMPLES) {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
/*
|
|
58
|
+
* Wrapped two columns narrower than the plain lines above.
|
|
59
|
+
*
|
|
60
|
+
* The bullet and the space after it sit in front of every one of these, and `wrap` counts
|
|
61
|
+
* only the text it is given — so without this the longest quote would be two columns wider
|
|
62
|
+
* than the window it was measured against.
|
|
63
|
+
*/
|
|
64
|
+
const [first, ...rest] = wrap(`"${example}"`, room - 2);
|
|
65
|
+
bullet(style.dim(first ?? ""));
|
|
66
|
+
// Continuations line up under the text rather than under the dot, so a wrapped quote still
|
|
67
|
+
// reads as one quote instead of as two bullets with one missing.
|
|
60
68
|
for (const more of rest)
|
|
61
69
|
line(style.dim(` ${more}`));
|
|
62
70
|
}
|
package/dist/next-steps.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"next-steps.js","sourceRoot":"","sources":["../src/next-steps.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAE/E;;;;GAIG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG,SAAS,CAAC;AAC/B,MAAM,CAAC,MAAM,OAAO,GAAG,0CAA0C,CAAC;AAClE,MAAM,CAAC,MAAM,iBAAiB,GAC5B,wEAAwE,CAAC;AAE3E;;;;;;;;;;;GAWG;AACH,MAAM,YAAY,GAAG;IACnB,OAAO,KAAK,oDAAoD;IAChE,OAAO,KAAK,2DAA2D;IACvE,OAAO,KAAK,iEAAiE;CAC9E,CAAC;AAEF,MAAM,UAAU,SAAS;IACvB,kFAAkF;IAClF,4DAA4D;IAC5D,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAE9D,KAAK,EAAE,CAAC;IACR,GAAG,CAAC;QACF,KAAK,EAAE,KAAK,CAAC,GAAG,KAAK,0BAA0B,CAAC;QAChD,KAAK,EAAE;YACL,EAAE;YACF,GAAG,IAAI,CAAC,GAAG,KAAK,+CAA+C,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC;YACtF,GAAG,IAAI,CAAC,4DAA4D,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC;YAC1F,EAAE;SACH;QACD,QAAQ,EAAE,EAAE;KACb,CAAC,CAAC;IAEH,KAAK,EAAE,CAAC;IACR,IAAI,CAAC,uBAAuB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"next-steps.js","sourceRoot":"","sources":["../src/next-steps.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAE/E;;;;GAIG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG,SAAS,CAAC;AAC/B,MAAM,CAAC,MAAM,OAAO,GAAG,0CAA0C,CAAC;AAClE,MAAM,CAAC,MAAM,iBAAiB,GAC5B,wEAAwE,CAAC;AAE3E;;;;;;;;;;;GAWG;AACH,MAAM,YAAY,GAAG;IACnB,OAAO,KAAK,oDAAoD;IAChE,OAAO,KAAK,2DAA2D;IACvE,OAAO,KAAK,iEAAiE;CAC9E,CAAC;AAEF,MAAM,UAAU,SAAS;IACvB,kFAAkF;IAClF,4DAA4D;IAC5D,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAE9D,KAAK,EAAE,CAAC;IACR,GAAG,CAAC;QACF,KAAK,EAAE,KAAK,CAAC,GAAG,KAAK,0BAA0B,CAAC;QAChD,KAAK,EAAE;YACL,EAAE;YACF,GAAG,IAAI,CAAC,GAAG,KAAK,+CAA+C,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC;YACtF,GAAG,IAAI,CAAC,4DAA4D,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC;YAC1F,EAAE;SACH;QACD,QAAQ,EAAE,EAAE;KACb,CAAC,CAAC;IAEH,KAAK,EAAE,CAAC;IACR,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC;IAC3C,MAAM,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC,eAAe,CAAC,MAAM,KAAK,CAAC,GAAG,CAAC,mCAAmC,CAAC,EAAE,CAAC,CAAC;IAC7F,MAAM,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC,gBAAgB,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,0BAA0B,CAAC,EAAE,CAAC,CAAC;IAEpF,KAAK,EAAE,CAAC;IACR,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC;IAC3C,KAAK,MAAM,OAAO,IAAI,YAAY,EAAE,CAAC;QACnC;;;;;;WAMG;QACH,MAAM,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC,IAAI,OAAO,GAAG,EAAE,IAAI,GAAG,CAAC,CAAC,CAAC;QACxD,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,KAAK,IAAI,EAAE,CAAC,CAAC,CAAC;QAC/B,2FAA2F;QAC3F,iEAAiE;QACjE,KAAK,MAAM,IAAI,IAAI,IAAI;YAAE,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,KAAK,IAAI,EAAE,CAAC,CAAC,CAAC;IACxD,CAAC;IAED,KAAK,EAAE,CAAC;IACR,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,6CAA6C,CAAC,CAAC,CAAC;IAC/D,KAAK,EAAE,CAAC;IACR,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC;IACpC,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;AAClB,CAAC;AAED,6CAA6C;AAC7C,SAAS,MAAM,CAAC,IAAY;IAC1B,OAAO,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,IAAI,EAAE,CAAC,CAAC;AAC5E,CAAC"}
|
package/dist/welcome.d.ts
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The
|
|
2
|
+
* The whole of a first run: wire the machine up, then offer to log it in.
|
|
3
3
|
*
|
|
4
4
|
* The aardvark, a box saying what this is, and a single question — log in? — that Enter
|
|
5
5
|
* answers. Everything past that point is the existing device flow in `login.ts`; this
|
|
6
6
|
* module owns the framing and the one keypress, not the protocol.
|
|
7
7
|
*
|
|
8
|
-
*
|
|
8
|
+
* What it must never do: **block a non-interactive run.** This is a real command and can be
|
|
9
|
+
* piped or run in CI, so with no TTY it says what to run next and exits 0 rather than waiting
|
|
10
|
+
* on a keypress nobody is there to give.
|
|
9
11
|
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
* attempted and failed.
|
|
12
|
+
* What it is allowed to do, and this changed when it took on the wiring: fail. Declining the
|
|
13
|
+
* login is still a fine outcome — a machine with popover on it and no session is a normal place
|
|
14
|
+
* to stop, and `popover login` finishes later. But a machine whose Claude Code plugin could not
|
|
15
|
+
* be registered cannot publish a session at all, so that exits non-zero and says why, rather
|
|
16
|
+
* than reporting a successful first run that quietly does nothing.
|
|
16
17
|
*/
|
|
17
18
|
/** Re-exported from where they now live, alongside the send-off that uses them. */
|
|
18
19
|
export { BRAND, TAGLINE, TAGLINE_SECONDARY } from "./next-steps.js";
|
package/dist/welcome.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"welcome.d.ts","sourceRoot":"","sources":["../src/welcome.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"welcome.d.ts","sourceRoot":"","sources":["../src/welcome.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAUH,mFAAmF;AACnF,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEpE,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,wBAAsB,OAAO,CAAC,EAAE,MAAM,EAAE,EAAE,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,CAkFzE"}
|
package/dist/welcome.js
CHANGED
|
@@ -1,23 +1,25 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The
|
|
2
|
+
* The whole of a first run: wire the machine up, then offer to log it in.
|
|
3
3
|
*
|
|
4
4
|
* The aardvark, a box saying what this is, and a single question — log in? — that Enter
|
|
5
5
|
* answers. Everything past that point is the existing device flow in `login.ts`; this
|
|
6
6
|
* module owns the framing and the one keypress, not the protocol.
|
|
7
7
|
*
|
|
8
|
-
*
|
|
8
|
+
* What it must never do: **block a non-interactive run.** This is a real command and can be
|
|
9
|
+
* piped or run in CI, so with no TTY it says what to run next and exits 0 rather than waiting
|
|
10
|
+
* on a keypress nobody is there to give.
|
|
9
11
|
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
* attempted and failed.
|
|
12
|
+
* What it is allowed to do, and this changed when it took on the wiring: fail. Declining the
|
|
13
|
+
* login is still a fine outcome — a machine with popover on it and no session is a normal place
|
|
14
|
+
* to stop, and `popover login` finishes later. But a machine whose Claude Code plugin could not
|
|
15
|
+
* be registered cannot publish a session at all, so that exits non-zero and says why, rather
|
|
16
|
+
* than reporting a successful first run that quietly does nothing.
|
|
16
17
|
*/
|
|
17
18
|
import { loadCredentials } from "@popoverinstall/shared";
|
|
18
19
|
import { aardvarkLines } from "./aardvark.js";
|
|
19
20
|
import { sceneLines } from "./scene.js";
|
|
20
21
|
import { login } from "./login.js";
|
|
22
|
+
import { setup } from "./setup.js";
|
|
21
23
|
import { BRAND, TAGLINE, TAGLINE_SECONDARY, nextSteps } from "./next-steps.js";
|
|
22
24
|
import { badge, box, glyph, line, step, style, trunk, wrap } from "./theme.js";
|
|
23
25
|
/** Re-exported from where they now live, alongside the send-off that uses them. */
|
|
@@ -42,6 +44,35 @@ export async function welcome({ apiUrl }) {
|
|
|
42
44
|
// Keeps the box at least as wide as the aardvark above it, so the two read as one block.
|
|
43
45
|
minWidth: 36,
|
|
44
46
|
});
|
|
47
|
+
/*
|
|
48
|
+
* The wiring, before anything is offered.
|
|
49
|
+
*
|
|
50
|
+
* `npm install -g` places files and stops. It cannot register a Claude Code plugin or tell the
|
|
51
|
+
* plugin's hooks where the daemon went, and it deliberately does not try — `setup.ts` explains
|
|
52
|
+
* why a postinstall hook is the wrong place for that. Which left this command greeting someone
|
|
53
|
+
* warmly and then logging them into a product whose plugin was never registered: `/popover:team`
|
|
54
|
+
* would not exist, and nothing in the greeting would have hinted at why.
|
|
55
|
+
*
|
|
56
|
+
* So welcome is the whole of a first run — wiring included — and `popover setup` remains the
|
|
57
|
+
* same operation on its own, for `update` to re-run. It is idempotent, so paying for it here
|
|
58
|
+
* costs a re-run, not a duplicate.
|
|
59
|
+
*/
|
|
60
|
+
trunk();
|
|
61
|
+
step("Connecting to Claude Code…");
|
|
62
|
+
const wired = await setup();
|
|
63
|
+
if (wired !== 0) {
|
|
64
|
+
/*
|
|
65
|
+
* Stop rather than press on to the login.
|
|
66
|
+
*
|
|
67
|
+
* setup() has already said exactly what is wrong and what to install. Logging in after this
|
|
68
|
+
* would report success for a machine that cannot actually publish a session, which is a
|
|
69
|
+
* worse outcome than stopping on a message that can be acted on.
|
|
70
|
+
*/
|
|
71
|
+
trunk();
|
|
72
|
+
step("Fix that, then run this again:");
|
|
73
|
+
line(style.bold("popover welcome"));
|
|
74
|
+
return wired;
|
|
75
|
+
}
|
|
45
76
|
if (alreadyConnected) {
|
|
46
77
|
trunk();
|
|
47
78
|
step("This machine is already connected.");
|
package/dist/welcome.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"welcome.js","sourceRoot":"","sources":["../src/welcome.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"welcome.js","sourceRoot":"","sources":["../src/welcome.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@popoverinstall/cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "See your teammates' active Claude Code agents and ask them questions.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"prepack": "node ../../scripts/stage-plugin.mjs && tsc -b"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@popoverinstall/daemon": "0.6.
|
|
45
|
-
"@popoverinstall/shared": "0.6.
|
|
44
|
+
"@popoverinstall/daemon": "0.6.1",
|
|
45
|
+
"@popoverinstall/shared": "0.6.1"
|
|
46
46
|
}
|
|
47
47
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "popover",
|
|
4
4
|
"displayName": "Popover",
|
|
5
5
|
"description": "See your teammates' active Claude Code agents and ask them questions. A read-only fork answers from the agent's full context without interrupting your teammate.",
|
|
6
|
-
"version": "0.6.
|
|
6
|
+
"version": "0.6.1",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Quolabs"
|
|
9
9
|
},
|