Harness Smoke

loom-builderspecjson
Path: loom-builder/specs/harness-smoke.jsonRelative: specs/harness-smoke.jsonSubproject: loom-builderCategory: dispatch-specs
Lines: 13Bytes: 417Imports: 0Exports: 0

Content Preview

  1. {
  2. "id": "harness-smoke",
  3. "promptFile": "/tmp/harness-smoke-prompt.md",
  4. "targetCwd": "/tmp/harness-smoke",
  5. "model": { "provider": "opencode-go", "id": "deepseek-v4-flash" },
  6. "standardGates": [],
  7. "validation": [
  8. { "label": "ok.txt exists", "cmd": ["bash","-c","test -f ok.txt"], "cwd": "/tmp/harness-smoke" }
  9. ],
  10. "budget": { "maxToolCalls": 10, "maxWallclockMs": 180000 },
  11. "maxReformulations": 1
  12. }