Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .harness/scripts/ci/rag-eval.mjs
Binary file not shown.
1 change: 1 addition & 0 deletions .harness/scripts/lib/guard-classification.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ export const NOT_A_SCANNER = [
{ file: 'rag-port.mjs', reason: 'library: RAG port interface' },
{ file: 'rag-pgvector.mjs', reason: 'library: pgvector adapter' },
{ file: 'rag-embed-qwen3.mjs', reason: 'library: embedding adapter, needs a model endpoint' },
{ file: 'rag-eval-record.mjs', reason: 'recorder/generator: requires a live embedding sidecar and writes the frozen RAG eval fixtures consumed by rag-eval.mjs' },
{ file: 'rag-sync.mjs', reason: 'library: RAG sync driver behind 14/15' },
{ file: 'agentic/review-input.mjs', reason: 'library: builds the review payload' },
{ file: 'agentic/review-provider.mjs', reason: 'library: LLM provider adapter' },
Expand Down
Loading
Loading