Cf Deploy Template

loom-builderspecjson
Path: loom-builder/specs/cf-deploy-template.jsonRelative: specs/cf-deploy-template.jsonSubproject: loom-builderCategory: dispatch-specs
Lines: 14Bytes: 1,098Imports: 0Exports: 0

Content Preview

  1. {
  2. "id": "cf-deploy-template",
  3. "promptFile": "/home/mikes/leverage-loops-projects/loom-builder/prompts/cf-deploy-template.md",
  4. "targetCwd": "/home/mikes/docs",
  5. "model": { "provider": "openrouter", "id": "tencent/hy3-preview" },
  6. "validation": [
  7. { "label": "template exists >5KB", "cmd": ["bash", "-c", "test -f /home/mikes/docs/cloudflare/DEPLOY_TEMPLATE-2026-07-02.md && [ $(stat -c%s /home/mikes/docs/cloudflare/DEPLOY_TEMPLATE-2026-07-02.md) -gt 5120 ]"], "cwd": "/home/mikes/docs" },