sisyphi 1.2.25 → 1.2.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sisyphi",
3
- "version": "1.2.25",
3
+ "version": "1.2.28",
4
4
  "description": "tmux-integrated orchestration daemon for Claude Code multi-agent workflows",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -70,6 +70,7 @@ Pattern (example: before dropping a database):
70
70
  deck="$SISYPHUS_SESSION_DIR/context/.ask-drop-db-$(date +%s).json"
71
71
  cat > "$deck" <<'EOF'
72
72
  {
73
+ "title": "Confirm database reset",
73
74
  "interactions": [{
74
75
  "id": "confirm",
75
76
  "title": "Drop database?",
@@ -294,6 +294,7 @@ N=1 # initialize before loop; increment each turn
294
294
  turn_deck="$SISYPHUS_SESSION_DIR/context/.ask-problem-turn-r${N}-$(date +%s)-$$.json"
295
295
  cat > "$turn_deck" <<EOF
296
296
  {
297
+ "title": "Problem: <noun>",
297
298
  "interactions": [{
298
299
  "id": "problem-turn-r${N}",
299
300
  "title": "<noun>",
@@ -330,6 +331,7 @@ When the posture is **curiosity** (not provocation), the body's `**My take**` li
330
331
  signoff_deck="$SISYPHUS_SESSION_DIR/context/.ask-problem-signoff-$(date +%s)-$$.json"
331
332
  cat > "$signoff_deck" <<EOF
332
333
  {
334
+ "title": "Problem: sign-off",
333
335
  "interactions": [{
334
336
  "id": "problem-signoff",
335
337
  "kind": "validation",
@@ -93,6 +93,7 @@ Track N (1-based) in-process only. For each round:
93
93
  deck="$SISYPHUS_SESSION_DIR/context/.ask-spec-q-r${N}-$(date +%s)-$$.json"
94
94
  cat > "$deck" <<EOF
95
95
  {
96
+ "title": "Spec: pin down <noun>",
96
97
  "interactions": [{
97
98
  "id": "stage1-q-r${N}",
98
99
  "title": "Pin down <noun>",
@@ -126,6 +127,7 @@ readiness_deck="$SISYPHUS_SESSION_DIR/context/.ask-spec-readiness-$(date +%s)-$$
126
127
  # resolved_md (bullet list of confirmed choices), soft_md (unresolved gap or _(none — ready to proceed)_)
127
128
  cat > "$readiness_deck" <<EOF
128
129
  {
130
+ "title": "Spec readiness",
129
131
  "interactions": [{
130
132
  "id": "stage1-readiness",
131
133
  "title": "Ready to design?",
@@ -178,6 +180,7 @@ printf '{"path":"%s"}' "$SISYPHUS_SESSION_DIR/context/design.md" | crtr human sh
178
180
  signoff_deck="$SISYPHUS_SESSION_DIR/context/.ask-spec-stage1-signoff-$(date +%s)-$$.json"
179
181
  cat > "$signoff_deck" <<EOF
180
182
  {
183
+ "title": "Spec: stage 1 design",
181
184
  "interactions": [{
182
185
  "id": "stage1-signoff",
183
186
  "kind": "validation",
@@ -387,6 +390,7 @@ signoff_deck="$SISYPHUS_SESSION_DIR/context/.ask-spec-stage3-signoff-$(date +%s)
387
390
  # safe_assumptions_count (integer), bounce_iterations (integer from meta.bounceIterations)
388
391
  cat > "$signoff_deck" <<EOF
389
392
  {
393
+ "title": "Spec: final sign-off",
390
394
  "interactions": [{
391
395
  "id": "stage3-signoff",
392
396
  "kind": "validation",
@@ -25,6 +25,7 @@ If multi-project, do not try to refine the goal as one. Issue a decomposition de
25
25
  decomp_deck="$SISYPHUS_SESSION_DIR/context/.ask-discovery-decomp-$(date +%s)-$$.json"
26
26
  cat > "$decomp_deck" <<'EOF'
27
27
  {
28
+ "title": "Discovery: split the work",
28
29
  "interactions": [{
29
30
  "id": "discovery-decomposition",
30
31
  "title": "This looks like multiple projects",
@@ -100,6 +101,7 @@ Even when the goal looks provably clear, surface one deck before transitioning o
100
101
  confirm_deck="$SISYPHUS_SESSION_DIR/context/.ask-discovery-confirm-$(date +%s)-$$.json"
101
102
  cat > "$confirm_deck" <<'EOF'
102
103
  {
104
+ "title": "Discovery: confirm the goal",
103
105
  "interactions": [{
104
106
  "id": "discovery-clarity-confirm",
105
107
  "title": "Read confirms the goal?",