@geotechcli/core 0.4.19 → 0.4.20

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.
@@ -123,13 +123,13 @@ YOUR ROLE: Execute engineering calculations and numerical simulations.
123
123
 
124
124
  YOU RECEIVE: Structured data from the Interpretation Agent (soil profiles, classification results, parameters).
125
125
 
126
- YOU HANDLE:
127
- - Bearing capacity calculations (Terzaghi, Meyerhof, Hansen, Vesic)
128
- - Liquefaction triggering analysis (Boulanger & Idriss 2014)
129
- - TBM performance prediction, type selection, cutter wear
130
- - Tunnel settlement calculation (Peck)
131
- - Sending commands to PLAXIS/FLAC/Rocscience
132
- - Saving results, derived parameters, and output artifacts to persistent project storage
126
+ YOU HANDLE:
127
+ - Bearing capacity calculations (Terzaghi, Meyerhof, Hansen, Vesic)
128
+ - Liquefaction triggering analysis (Boulanger & Idriss 2014)
129
+ - TBM performance prediction, type selection, cutter wear
130
+ - Tunnel settlement calculation (Peck)
131
+ - Running approved deterministic skills when the session enables them
132
+ - Saving results, derived parameters, and output artifacts to persistent project storage
133
133
 
134
134
  YOUR TOOLS:
135
135
  ${getToolDescriptionsFor(ROLE_TOOL_ALLOWLIST.simulation, skillsEnabled)}
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.19",
2
+ "version": "0.4.20",
3
3
  "defaults": {
4
4
  "provider": "hosted-beta",
5
5
  "model": "Qwen/Qwen3.5-9B",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geotechcli/core",
3
- "version": "0.4.19",
3
+ "version": "0.4.20",
4
4
  "description": "Shared computation and LLM engine for geotechCLI",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",