@gluecharm-lab/easyspecs-cli 0.0.26 → 0.0.27
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/commands.md +9 -0
- package/dist/main.cjs +491 -185
- package/dist/main.cjs.map +4 -4
- package/package.json +1 -1
package/commands.md
CHANGED
|
@@ -85,6 +85,15 @@ When Analysis (or other callers) passes a **`diagnosticLog`** sink into the exte
|
|
|
85
85
|
|
|
86
86
|
Tune concurrent agents with **`easyspecs.workstations.maxConcurrentAi`**, **`applyHostConcurrencyCap`**, and **`easyspecs-cli workstation info`** (**SRS-62** / **SRS-64**); these lines help interpret **live** pressure alongside that configuration.
|
|
87
87
|
|
|
88
|
+
### Workstation pool host pressure (**SRS-68**)
|
|
89
|
+
|
|
90
|
+
While the synthesis / remediation **workstation pool** has **≥ 1** in-flight OpenCode run, **`easyspecs-cli`** (human **`diagnosticLog`** / stderr path) emits a **pair** of lines every **45 seconds** (not configurable in v1 — **no** env/flag to disable):
|
|
91
|
+
|
|
92
|
+
1. **`[host-pool]`** — **`activeWorkstations`**, **`staticMaxConcurrentAi`**, **`adaptiveMaxConcurrentAi`**, host RAM bytes, **`load1`**, **`load1PerCpu`**, optional Linux **`swapTotalB` / `swapFreeB`**, and four hints: **`hintScheduler`**, **`hintMemory`**, **`hintLimits`**, **`hintIo`** each **`OK`**, **`KO`**, or **`UNK`**. Hints are **heuristic** (not proof of root cause).
|
|
93
|
+
2. **`[host-pool-rec]`** — **`kind=none`** when no hint is **`KO`**; otherwise **`kind=advice text=…`** with short guidance tuned for **dedicated workers** (e.g. **Celery** running only this task): lower **`easyspecs.workstations.maxConcurrentAi`**, worker memory/CPU limits, **`ulimit`**, disk checks — **not** “close other desktop apps”. **`text=`** is capped in length and may truncate with **` …`**.
|
|
94
|
+
|
|
95
|
+
See **[SRS-68](../../.gluecharm/docs/srs/srs-68.md)** and **`USER-MANUAL-SRS-68.md`**.
|
|
96
|
+
|
|
88
97
|
---
|
|
89
98
|
|
|
90
99
|
## Shared configuration (SRS-43)
|