ADR-026: Chain Re-Materialization Triggers — Sync, Evaluation, Deploy
Chain (re-)materialization is triggered by sync ingestion (continuous), a deploy-gate one-shot job (when chain-builder code changes), and operator-run recovery — never by the evaluator.
ADR-027: Automated Connector Pipeline — credential broker, pipeline-run root, deploy-gate
scan_runs is the pipeline-run root; stage outcomes are stamped onto scan_runs.category_results under reserved __stage keys; a typed CredentialBroker is the only runtime path that resolves CredentialsRef; deploy-gate rematerialization (ADR-026 path b) is one job kind, generalised to all derived collections.
Automated connector pipeline — current-state audit + gap analysis
Current-state audit of sv0-platform's connector → ingest → chain-assemble → evaluate pipeline. Confirms Stream-1 Phases 1-3 already shipped (scheduler, atomic scope claim, execute_scan worker, connector-driver seam, sync→eval→evidence cascade). Identifies the single hard blocker (inert credential broker — `InProcessSubprocessDriver` constructed at `src/index.ts:98` with `env: undefined`) and ten secondary gaps. Drives the decision in ADR-027; lays out the seven-slice migration.
CI/CD Strategy Research
Comprehensive CI/CD strategy for sv0-platform deployment and sv0-connectors scan pipelines, including secrets management evaluation (GitHub Secrets, SOPS+age, Tailscale, Vault, Doppler, self-hosted...
Combined Platform Pipeline Architecture
Merges W1.1 (persistent authority paths + path-level findings) with Phase 4 (platform-side graph computation, import-by-type ingestion)
ETL Pipeline Strengthening Plan — Execution Evidence & Determinism
Synthesized plan from three concurrent architectural reviews (Gemini3, Codex, fresh architect review) to make the connector ETL pipeline produce audit-grade, deterministic execution evidence
Pipeline Technology Stack Analysis
Analyzes whether the current TypeScript/Node.js stack is sufficient for the processing pipeline at scale
Processing Pipeline Architecture
Defines the batch processing pipeline from connector submission through findings and evidence packs