@popoverinstall/cli 0.9.0 → 0.9.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/package.json CHANGED
@@ -1,47 +1,47 @@
1
- {
2
- "name": "@popoverinstall/cli",
3
- "version": "0.9.0",
4
- "description": "See your teammates' active Claude Code agents and ask them questions.",
5
- "keywords": [
6
- "claude",
7
- "claude-code",
8
- "agents",
9
- "team",
10
- "collaboration",
11
- "cli"
12
- ],
13
- "type": "module",
14
- "license": "MIT",
15
- "homepage": "https://github.com/many-ideations/popover",
16
- "bugs": "https://github.com/many-ideations/popover/issues",
17
- "repository": {
18
- "type": "git",
19
- "url": "git+https://github.com/many-ideations/popover.git",
20
- "directory": "packages/cli"
21
- },
22
- "engines": {
23
- "node": ">=20"
24
- },
25
- "publishConfig": {
26
- "access": "public"
27
- },
28
- "main": "./dist/index.js",
29
- "bin": {
30
- "popover": "./dist/index.js"
31
- },
32
- "files": [
33
- "dist",
34
- "plugin",
35
- ".claude-plugin",
36
- "README.md",
37
- "CHANGELOG.md"
38
- ],
39
- "scripts": {
40
- "build": "tsc -b",
41
- "prepack": "node ../../scripts/stage-plugin.mjs && tsc -b"
42
- },
43
- "dependencies": {
44
- "@popoverinstall/daemon": "0.9.0",
45
- "@popoverinstall/shared": "0.9.0"
46
- }
47
- }
1
+ {
2
+ "name": "@popoverinstall/cli",
3
+ "version": "0.9.1",
4
+ "description": "See your teammates' active Claude Code agents and ask them questions.",
5
+ "keywords": [
6
+ "claude",
7
+ "claude-code",
8
+ "agents",
9
+ "team",
10
+ "collaboration",
11
+ "cli"
12
+ ],
13
+ "type": "module",
14
+ "license": "MIT",
15
+ "homepage": "https://github.com/many-ideations/popover",
16
+ "bugs": "https://github.com/many-ideations/popover/issues",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "git+https://github.com/many-ideations/popover.git",
20
+ "directory": "packages/cli"
21
+ },
22
+ "engines": {
23
+ "node": ">=20"
24
+ },
25
+ "publishConfig": {
26
+ "access": "public"
27
+ },
28
+ "main": "./dist/index.js",
29
+ "bin": {
30
+ "popover": "./dist/index.js"
31
+ },
32
+ "files": [
33
+ "dist",
34
+ "plugin",
35
+ ".claude-plugin",
36
+ "README.md",
37
+ "CHANGELOG.md"
38
+ ],
39
+ "scripts": {
40
+ "build": "tsc -b",
41
+ "prepack": "node ../../scripts/stage-plugin.mjs && tsc -b"
42
+ },
43
+ "dependencies": {
44
+ "@popoverinstall/daemon": "0.9.1",
45
+ "@popoverinstall/shared": "0.9.1"
46
+ }
47
+ }
@@ -1,19 +1,19 @@
1
- {
2
- "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
3
- "name": "popover",
4
- "displayName": "Popover",
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.9.0",
7
- "author": {
8
- "name": "Quolabs"
9
- },
10
- "homepage": "https://github.com/many-ideations/popover",
11
- "repository": "https://github.com/many-ideations/popover",
12
- "license": "MIT",
13
- "keywords": [
14
- "team",
15
- "collaboration",
16
- "agents",
17
- "mcp"
18
- ]
19
- }
1
+ {
2
+ "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
3
+ "name": "popover",
4
+ "displayName": "Popover",
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.9.1",
7
+ "author": {
8
+ "name": "Quolabs"
9
+ },
10
+ "homepage": "https://github.com/many-ideations/popover",
11
+ "repository": "https://github.com/many-ideations/popover",
12
+ "license": "MIT",
13
+ "keywords": [
14
+ "team",
15
+ "collaboration",
16
+ "agents",
17
+ "mcp"
18
+ ]
19
+ }