You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`--stdin` and `--text-file <path>` avoid shell quoting fragility for text-carrying Lean probes
114
-
-`--` forces the remaining arguments to be treated as text, even if they start with `--`
115
-
-`--handle-file <path>` avoids inlining handle JSON for `lean-beam run-with`, `lean-beam run-with-linear`, and `lean-beam release`
116
-
-`BEAM_DEBUG_TEXT=1` prints escaped probe text and UTF-8 bytes to wrapper stderr for human debugging
117
-
- if `lean-beam run-with` or `lean-beam run-with-linear` takes the handle as `-`, stdin is already used for the handle JSON, so prefer `--handle-file <path>` or `--text-file <path>` for the continuation text
108
+
-`--stdin` is the normal multiline path for speculative Lean text
109
+
-`--handle-file <path>` is the normal handle path for exact continuation and release
110
+
- deeper shell-oriented variants and debugging knobs live in [skills/lean-beam/SKILL.md](skills/lean-beam/SKILL.md) and the linked reference docs
118
111
119
112
When `lean-beam sync` fails with `syncBarrierIncomplete`, the JSON error may include
120
113
`error.data.staleDirectDeps`, `error.data.saveDeps`, and `error.data.recoveryPlan` to suggest a
0 commit comments