sisyphi 1.1.28 → 1.1.29

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.
@@ -20,7 +20,7 @@ sis list # List sessions for this project
20
20
  sis status <session-id> # Show detailed session status
21
21
  sis message "<content>" --session <id> # Queue message for orchestrator (read on next cycle)
22
22
  sis tell <target> "<text>" --session <id> # Type prompt directly into a running pane (immediate); target = orchestrator | agent-NNN
23
- # --no-submit pastes without pressing Enter; --text-from-stdin reads body from stdin
23
+ # --no-submit pastes without pressing Enter; --stdin reads body from stdin
24
24
  sis read <target> --session <id> # Print Claude conversation transcript for a target
25
25
  # --tail N / --head N to slice; --summary for one-line-per-turn; --cycle N for a specific orchestrator cycle
26
26
  sis session kill <session-id> # Kill a session and all its agents
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sisyphi",
3
- "version": "1.1.28",
3
+ "version": "1.1.29",
4
4
  "description": "tmux-integrated orchestration daemon for Claude Code multi-agent workflows",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -20,7 +20,7 @@ sis list # List sessions for this project
20
20
  sis status <session-id> # Show detailed session status
21
21
  sis message "<content>" --session <id> # Queue message for orchestrator (read on next cycle)
22
22
  sis tell <target> "<text>" --session <id> # Type prompt directly into a running pane (immediate); target = orchestrator | agent-NNN
23
- # --no-submit pastes without pressing Enter; --text-from-stdin reads body from stdin
23
+ # --no-submit pastes without pressing Enter; --stdin reads body from stdin
24
24
  sis read <target> --session <id> # Print Claude conversation transcript for a target
25
25
  # --tail N / --head N to slice; --summary for one-line-per-turn; --cycle N for a specific orchestrator cycle
26
26
  sis session kill <session-id> # Kill a session and all its agents