Smoke
Path:
loom-builder-sol/specs/smoke.jsonRelative: specs/smoke.jsonSubproject: loom-builder-solCategory: dispatch-specs-solLines: 14Bytes: 476Imports: 0Exports: 0
Content Preview
- {
- "id": "smoke",
- "promptFile": "prompts/smoke.md",
- "purpose": "Smoke test for loom-builder-sol isolation. Write a marker file and validate it.",
- "targetCwd": "/tmp",
- "model": { "provider": "openai-codex", "id": "gpt-5.6-sol" },
- "registry": "pi",
- "budget": { "maxToolCalls": 10, "maxWallclockMs": 120000 },
- "validation": [
- { "cmd": ["test", "-f", "/tmp/loom-sol-smoke.txt"] },
- { "cmd": ["bash", "-c", "grep -q 'sol-ok' /tmp/loom-sol-smoke.txt"] }
- ]
- }