Smoke

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

Content Preview

  1. {
  2. "id": "smoke-001",
  3. "promptFile": "/home/mikes/leverage-loops-projects/loom-builder/prompts/smoke.md",
  4. "targetCwd": "/tmp/loom-smoke",
  5. "model": { "provider": "openrouter", "id": "deepseek/deepseek-v4-flash" },
  6. "validation": [
  7. { "label": "ok.txt content", "cmd": ["grep", "-q", "homeostasis", "/tmp/loom-smoke/ok.txt"], "cwd": "/tmp/loom-smoke" },
  8. { "label": "hello runs", "cmd": ["bun", "hello.ts"], "cwd": "/tmp/loom-smoke" }
  9. ],
  10. "budget": { "maxToolCalls": 15, "maxWallclockMs