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.
- package/README.md +3 -3
- package/dist/cli.js +202 -63
- package/dist/cli.js.map +1 -1
- package/dist/daemon.js +87 -4
- package/dist/daemon.js.map +1 -1
- package/dist/templates/orchestrator-base.md +2 -0
- package/package.json +1 -1
- package/templates/orchestrator-base.md +2 -0
|
@@ -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
|
@@ -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 |
|