name: bid-evidence-hub
description: Aggregate and normalize evidence for software bidding from mind_mcp, graph_mcp, and trusted internet sources, then emit confidence-ready evidence logs with citations.
version: 1.1.0
last_updated: 2026-05-05
hooks:
pre:
- name: mcp-health-check
timeout: 10s
- name: input-validation
scope: [bid_brief, evidence_config]
enable_redaction: true
phase:
evidence_collection:
pre: [mcp-health-check]
post: [progress-reporter, evidence-validation]
evidence_normalization:
post: [progress-reporter]
post:
- name: output-redaction
apply_to: [evidence_log, citations]
- name: cleanup-handler
paths: [evidence-data/]
keep: [*.json, *.md]
Bid Evidence Hub
Collect evidence in a source-priority model and produce a traceable evidence log.
Source Priority
mind_mcp for domain and project intent.
graph_mcp for code structure and dependency impact.
- Trusted internet baselines for standards and benchmarks.
Required Inputs
mind_source_ids[]
graph_project_ids[]
internet_domains_allowlist[]
Output
- Normalized evidence list with:
source_type, source_id, claim, citation, confidence_weight, timestamp.
Rules
- Downgrade confidence if one or more channels are unavailable.
- Do not emit uncited quantitative claims.
- Redact sensitive values from notes and snippets.