sisyphi 1.1.28 → 1.1.30
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/dist/cli.js +173 -35
- package/dist/cli.js.map +1 -1
- package/dist/templates/dashboard-claude.md +1 -1
- package/package.json +1 -1
- package/templates/dashboard-claude.md +1 -1
|
@@ -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; --
|
|
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
|
@@ -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; --
|
|
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
|