Corpus App Phase5 Deploy

loom-builderspecjson
Path: loom-builder/specs/corpus-app-phase5-deploy.jsonRelative: specs/corpus-app-phase5-deploy.jsonSubproject: loom-builderCategory: dispatch-specs
Lines: 27Bytes: 1,291Imports: 0Exports: 0

Content Preview

  1. {
  2. "id": "corpus-app-phase5-deploy",
  3. "promptFile": "/home/mikes/leverage-loops-projects/loom-builder/prompts/corpus-app-phase5-deploy.md",
  4. "targetCwd": "/home/mikes/corpus-analysis-app",
  5. "model": { "provider": "cline-pass", "id": "cline-pass/mimo-v2.5-pro" },
  6. "thinkingLevel": "low",
  7. "validation": [
  8. {
  9. "label": "dist directory has HTML files",
  10. "cmd": ["bash", "-c", "HTML_COUNT=$(find /home/mikes/corpus-analysis-app/dist -name '*.html' 2>/dev/null | wc -l); echo \"HTML=$H