Claude Digest

loom-builderdocmarkdown
Path: loom-builder/runs/gemini-block-extract-1783162426199/CLAUDE_DIGEST.mdRelative: runs/gemini-block-extract-1783162426199/CLAUDE_DIGEST.mdSubproject: loom-builderCategory: dispatch-runs
Lines: 67Bytes: 2,770Imports: 0Exports: 0

Content Preview

  1. # CLAUDE_DIGEST — gemini-block-extract
  2. **Status:** HALTED (LOOP_DETECTED) — failing gates: bash -lc python3 -c "import json; i=json.load(open('/home/mikes/gemini-hubs-preview/src/content/artifacts/INDEX.json')); assert len(i)>50", bash -lc python3 -c "import json,glob,re;
  3. import sys
  4. files=[f for f in glob.glob('/home/mikes/gemini-hubs-preview/src/content/artifacts/*.*') if not f.endswith('INDEX.json')]
  5. assert len(files)>50
  6. for f in files[:200]:
  7. head=open(f,encoding='utf-8',errors='replace')