RepoRadar hands-on verification log run_id: cohort-20260712-chroma-local-vector entity_id: gh:chroma-core/chroma mode: local_smoke started_at: 2026-07-13T10:35:12.405561Z completed_at: 2026-07-13T10:35:18.897881Z duration_seconds: 6.492 installation_setup_minutes_ceiling: 1 command: \AppData\Local\hermes\bin\uv.EXE run --isolated --no-project --with chromadb==1.5.9 python -c "import chromadb,json; c=chromadb.EphemeralClient(); x=c.create_collection('runbooks'); x.add(ids=['rollback','token','capacity'],embeddings=[[1.0,0.0],[0.0,1.0],[0.3,0.7]],documents=['Rollback checkout deployment','Rotate staging token','Review capacity forecast'],metadatas=[{'team':'platform'},{'team':'security'},{'team':'infra'}]); r=x.query(query_embeddings=[[0.98,0.02]],n_results=2,include=['documents','metadatas','distances']); assert x.count()==3 and r['ids'][0][0]=='rollback' and r['metadatas'][0][0]['team']=='platform'; open('result.json','w',encoding='utf-8').write(json.dumps({'count':x.count(),'ids':r['ids'][0],'teams':[m['team'] for m in r['metadatas'][0]]},sort_keys=True)); print('CHECK_OK top_id='+r['ids'][0][0]+' top_team='+r['metadatas'][0][0]['team']+' count='+str(x.count())+' returned='+str(len(r['ids'][0])))" credential_policy: child environment allowlisted; credential-like variables excluded; known token patterns redacted from retained output network_policy: isolated package resolution may contact package registries; telemetry and Promptfoo sharing disabled; no model/provider credentials supplied fixture_count: 0 artifact_expectation_count: 1 timeout_seconds: 240 timed_out: false exit_code: 0 expected_marker: CHECK_OK top_id=rollback top_team=platform count=3 returned=2 expected_marker_observed: true result: passed cleanup: Per-check temporary home and work directory removed. ===== FIXTURE MANIFEST ===== ===== ARTIFACT EVIDENCE ===== result.json: exists=true bytes=77 sha256=8f4bc6f8f5ae922c75ec3c0c96aa8ec08f1f2647a19b7c6e983f263eb5f8e418 required_markers=3 required_markers_observed=true excluded_markers=0 excluded_markers_absent=true ===== STDOUT ===== CHECK_OK top_id=rollback top_team=platform count=3 returned=2 ===== STDERR ===== Downloading chromadb (22.5MiB) Downloading tokenizers (2.7MiB) Downloading kubernetes (4.4MiB) Downloading pydantic-core (2.0MiB) Downloading pygments (1.2MiB) Downloading numpy (12.0MiB) Downloading onnxruntime (12.7MiB) Downloading grpcio (4.8MiB) Downloaded pydantic-core Downloaded pygments Downloaded tokenizers Downloaded grpcio Downloaded numpy Downloaded onnxruntime Downloaded chromadb Downloaded kubernetes Installed 78 packages in 709ms cohort_cache_cleanup: Shared cohort package cache removed. bounded_workflow_intended: true bounded_workflow_completed: true