executant 1.14.0 → 1.16.0

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 CHANGED
@@ -121,6 +121,20 @@ steps:
121
121
  - **`self_healing: true`** — on script failure, Claude diagnoses and repairs the command, then re-runs it, up to 5×
122
122
  - **`self_improve: true`** — after the workflow finishes, Claude analyzes execution highlights and saves an improved YAML to `tasks/backlog/`
123
123
 
124
+ ## Interjection
125
+
126
+ While a workflow is running, press **`i`** to open a text input at the bottom of the TUI. Type a correction and press **Enter** to send it; **Esc** cancels.
127
+
128
+ The message is queued and prepended to the **next Claude step's prompt** as `[User correction from a previous step]`. Claude sees your note before it starts and incorporates it into its work. If you interject while a script step is running, the correction waits for the next Claude step in the workflow.
129
+
130
+ ```
131
+ press i → ▷ don't delete that file, use git revert▌ esc to cancel
132
+ ```
133
+
134
+ **What it's good for:** steering the next Claude step while watching the current one run — leaving a note for the step that's about to start.
135
+
136
+ **What it can't do:** interrupt a Claude step mid-execution. The Claude CLI processes each invocation as a complete unit; there's no mechanism to inject a message partway through. To abort a runaway step immediately, press `q`.
137
+
124
138
  ## Examples
125
139
 
126
140
  | File | Demonstrates |