@skylence-ai/skyline 1.0.34 → 1.0.35
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/README.md +1 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -55,6 +55,7 @@ npm may run this for you as a best-effort postinstall hook, but modern package
|
|
|
55
55
|
managers can block lifecycle scripts. If in doubt, run `skyline setup` once.
|
|
56
56
|
|
|
57
57
|
Check it is up with `skyline daemon status` (the port should read `running`).
|
|
58
|
+
To remove the setup-installed daemon, agent wiring, optional plugins, package-manager install, and skyline-owned dispatchers, run `skyline uninstall --full`.
|
|
58
59
|
Other install methods are in [docs/install.md](https://github.com/skylence-be/binary-skyline/blob/main/docs/install.md).
|
|
59
60
|
|
|
60
61
|
### 3. Prompts for your agent
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skylence-ai/skyline",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.35",
|
|
4
4
|
"description": "Content-hash line editor — CLI and MCP server",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"skyline": "bin.js"
|
|
29
29
|
},
|
|
30
30
|
"optionalDependencies": {
|
|
31
|
-
"@skylence-ai/skyline-darwin-arm64": "1.0.
|
|
32
|
-
"@skylence-ai/skyline-darwin-x64": "1.0.
|
|
33
|
-
"@skylence-ai/skyline-linux-arm64": "1.0.
|
|
34
|
-
"@skylence-ai/skyline-linux-x64": "1.0.
|
|
35
|
-
"@skylence-ai/skyline-win32-x64": "1.0.
|
|
36
|
-
"@skylence-ai/skyline-win32-arm64": "1.0.
|
|
31
|
+
"@skylence-ai/skyline-darwin-arm64": "1.0.35",
|
|
32
|
+
"@skylence-ai/skyline-darwin-x64": "1.0.35",
|
|
33
|
+
"@skylence-ai/skyline-linux-arm64": "1.0.35",
|
|
34
|
+
"@skylence-ai/skyline-linux-x64": "1.0.35",
|
|
35
|
+
"@skylence-ai/skyline-win32-x64": "1.0.35",
|
|
36
|
+
"@skylence-ai/skyline-win32-arm64": "1.0.35"
|
|
37
37
|
}
|
|
38
38
|
}
|