Smoke

Path: loom-builder-sol/specs/smoke.jsonRelative: specs/smoke.jsonSubproject: loom-builder-solCategory: dispatch-specs-sol
Lines: 14Bytes: 476Imports: 0Exports: 0

Content Preview

  1. {
  2. "id": "smoke",
  3. "promptFile": "prompts/smoke.md",
  4. "purpose": "Smoke test for loom-builder-sol isolation. Write a marker file and validate it.",
  5. "targetCwd": "/tmp",
  6. "model": { "provider": "openai-codex", "id": "gpt-5.6-sol" },
  7. "registry": "pi",
  8. "budget": { "maxToolCalls": 10, "maxWallclockMs": 120000 },
  9. "validation": [
  10. { "cmd": ["test", "-f", "/tmp/loom-sol-smoke.txt"] },
  11. { "cmd": ["bash", "-c", "grep -q 'sol-ok' /tmp/loom-sol-smoke.txt"] }
  12. ]
  13. }