sisyphi 1.1.30 → 1.1.32
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/deploy/shared/cloud-init.yaml.tpl +3 -0
- package/dist/cli.js +39 -22
- package/dist/cli.js.map +1 -1
- package/dist/daemon.js.map +1 -1
- package/dist/deploy/shared/cloud-init.yaml.tpl +3 -0
- package/dist/tui.js.map +1 -1
- package/package.json +1 -1
|
@@ -96,6 +96,9 @@ runcmd:
|
|
|
96
96
|
# 6. Sisyphus install (root → /usr/bin/sisyphusd symlink).
|
|
97
97
|
- npm i -g sisyphi@${sisyphus_version}
|
|
98
98
|
|
|
99
|
+
# 6b. Claude Code CLI (sisyphus drives it for agent sessions).
|
|
100
|
+
- npm i -g @anthropic-ai/claude-code
|
|
101
|
+
|
|
99
102
|
# 7. Daemon as systemd user service.
|
|
100
103
|
- sudo -u sisyphus XDG_RUNTIME_DIR=/run/user/$(id -u sisyphus) systemctl --user daemon-reload
|
|
101
104
|
- sudo -u sisyphus XDG_RUNTIME_DIR=/run/user/$(id -u sisyphus) systemctl --user enable --now sisyphusd
|