RepoRadar hands-on verification log run_id: cohort-20260712-haystack-memory-store entity_id: gh:deepset-ai/haystack mode: local_smoke started_at: 2026-07-13T10:35:18.898882Z completed_at: 2026-07-13T10:35:22.579966Z duration_seconds: 3.681 installation_setup_minutes_ceiling: 1 command: \AppData\Local\hermes\bin\uv.EXE run --isolated --no-project --with haystack-ai==2.31.0 python -c "import json; from haystack import Document; from haystack.document_stores.in_memory import InMemoryDocumentStore; from haystack.components.retrievers.in_memory import InMemoryBM25Retriever; s=InMemoryDocumentStore(); s.write_documents([Document(content='Rollback the checkout deployment and verify health checks.',meta={'runbook':'rollback'}),Document(content='Rotate the staging access token.',meta={'runbook':'token'}),Document(content='Review weekly capacity forecasts.',meta={'runbook':'capacity'})]); r=InMemoryBM25Retriever(document_store=s,top_k=2).run(query='checkout deployment rollback'); assert s.count_documents()==3 and r['documents'][0].meta['runbook']=='rollback'; open('result.json','w',encoding='utf-8').write(json.dumps({'stored':s.count_documents(),'runbooks':[d.meta['runbook'] for d in r['documents']]},sort_keys=True)); print('CHECK_OK top='+r['documents'][0].meta['runbook']+' stored='+str(s.count_documents())+' returned='+str(len(r['documents'])))" 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: 180 timed_out: false exit_code: 0 expected_marker: CHECK_OK top=rollback stored=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=48 sha256=81fd58cdff143a74cd90f28945a66b517764c44b3ae6322cf36fad0ae7a56b9c required_markers=2 required_markers_observed=true excluded_markers=0 excluded_markers_absent=true ===== STDOUT ===== CHECK_OK top=rollback stored=3 returned=2 ===== STDERR ===== Downloading networkx (2.0MiB) Downloading openai (1.6MiB) Downloaded networkx Downloaded openai Installed 41 packages in 522ms cohort_cache_cleanup: Shared cohort package cache removed. bounded_workflow_intended: true bounded_workflow_completed: true