@sightmap/sightkick 0.6.0 → 0.7.0
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sightmap/sightkick",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "sightkick — compile a .sightkick/ tool layer + sightmap corpus into WebMCP tool IR, and install the sightkick agent skills (native binary, no Go toolchain required)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://sightmap.org",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"optionalDependencies": {
|
|
37
|
-
"@sightmap/sightkick-darwin-arm64": "0.
|
|
38
|
-
"@sightmap/sightkick-darwin-x64": "0.
|
|
39
|
-
"@sightmap/sightkick-linux-arm64": "0.
|
|
40
|
-
"@sightmap/sightkick-linux-x64": "0.
|
|
41
|
-
"@sightmap/sightkick-win32-arm64": "0.
|
|
42
|
-
"@sightmap/sightkick-win32-x64": "0.
|
|
37
|
+
"@sightmap/sightkick-darwin-arm64": "0.7.0",
|
|
38
|
+
"@sightmap/sightkick-darwin-x64": "0.7.0",
|
|
39
|
+
"@sightmap/sightkick-linux-arm64": "0.7.0",
|
|
40
|
+
"@sightmap/sightkick-linux-x64": "0.7.0",
|
|
41
|
+
"@sightmap/sightkick-win32-arm64": "0.7.0",
|
|
42
|
+
"@sightmap/sightkick-win32-x64": "0.7.0"
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -118,8 +118,7 @@ To do it by hand instead (finer control, or a non-sightkick session), point
|
|
|
118
118
|
```sh
|
|
119
119
|
sightmap browser start --detach --url <SITE_URL> --profile /tmp/sk-dbg \
|
|
120
120
|
--extensions ~/.sightmap/extension,<INSPECTOR_DIR> \
|
|
121
|
-
--chrome-flag=--enable-
|
|
122
|
-
--chrome-flag=--enable-features=DevToolsWebMCPSupport
|
|
121
|
+
--chrome-flag=--enable-features=WebMCPTesting
|
|
123
122
|
```
|
|
124
123
|
|
|
125
124
|
(All `--extensions` entries must be absolute; listing any `--extensions` replaces
|