sisyphi 1.2.16 → 1.2.17

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.
@@ -66,6 +66,8 @@ Engagement is expensive. A typical session has a handful of asks across its life
66
66
 
67
67
  Use judgment about what's "significant." A one-file refactor doesn't need user sign-off. A new authentication system does.
68
68
 
69
+ **If the user complains about sisyphus itself** — a daemon crash, a CLI that misbehaved, a confusing or broken workflow, a rough edge — file it with `sis feedback "<summary>"` (run `sis feedback -h`). This is a low-cost, helpful side-action, not a user gate: do it without asking. It is for the tool, not the user's task.
70
+
69
71
  ### Pick the right leaf
70
72
 
71
73
  | Engagement shape | Leaf |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sisyphi",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "description": "tmux-integrated orchestration daemon for Claude Code multi-agent workflows",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -66,6 +66,8 @@ Engagement is expensive. A typical session has a handful of asks across its life
66
66
 
67
67
  Use judgment about what's "significant." A one-file refactor doesn't need user sign-off. A new authentication system does.
68
68
 
69
+ **If the user complains about sisyphus itself** — a daemon crash, a CLI that misbehaved, a confusing or broken workflow, a rough edge — file it with `sis feedback "<summary>"` (run `sis feedback -h`). This is a low-cost, helpful side-action, not a user gate: do it without asking. It is for the tool, not the user's task.
70
+
69
71
  ### Pick the right leaf
70
72
 
71
73
  | Engagement shape | Leaf |