@f-o-h/cli 0.1.60 → 0.1.61

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
@@ -184,7 +184,7 @@ For guarded programmable-runner planning:
184
184
  foh eval external-agent execute \
185
185
  --runner codex \
186
186
  --batch test-results/external-agent-runs/<batch>/batch.json \
187
- --codex-model gpt-5.4-mini \
187
+ --codex-model gpt-5.3-codex \
188
188
  --dry-run \
189
189
  --json
190
190
  ```
@@ -307,3 +307,4 @@ The command emits a redacted `foh_improvement_packet.v1` with stable IDs,
307
307
  reason code, promotion decision, evidence summary, and deterministic next
308
308
  commands.
309
309
 
310
+
package/dist/foh.js CHANGED
@@ -32853,7 +32853,7 @@ var StdioServerTransport = class {
32853
32853
  };
32854
32854
 
32855
32855
  // src/lib/cli-version.ts
32856
- var CLI_VERSION = "0.1.60";
32856
+ var CLI_VERSION = "0.1.61";
32857
32857
 
32858
32858
  // src/commands/mcp-serve.ts
32859
32859
  var DEFAULT_TIMEOUT_MS = 12e4;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@f-o-h/cli",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
4
4
  "description": "FOH CLI - AI-operator provisioning tool for Front Of House",
5
5
  "license": "UNLICENSED",
6
6
  "bin": {