@cleocode/skills 2026.8.6 → 2026.8.8
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
|
@@ -155,6 +155,11 @@ semaphore at `~/.local/share/cleo/locks/tool-<canonical>/`.
|
|
|
155
155
|
Tune with `CLEO_TOOL_CONCURRENCY_<TOOL>=<n>` (`0` disables). For most
|
|
156
156
|
worker agents this is set-and-forget; the orchestrator handles tuning.
|
|
157
157
|
|
|
158
|
+
The wall-clock deadline per tool run defaults to 300000 ms (5 min). On
|
|
159
|
+
loaded CI runners a suite can legitimately exceed that; raise it per tool
|
|
160
|
+
with `CLEO_TOOL_TIMEOUT_<TOOL>=<ms>` (positive integer — invalid values
|
|
161
|
+
are rejected with a clear error, not silently ignored).
|
|
162
|
+
|
|
158
163
|
## The Emergency Override
|
|
159
164
|
|
|
160
165
|
In rare incident-response scenarios, the override exists:
|