DegradedEvidence generated Jan 13, 2026, 07:12 PM UTC

Executive Intent

Proof-first security pipeline that turns Gmail/Calendar into a governed, DLP-screened knowledge base — and proves retrieval with receipts tied to build + deploy.

  • Ingest: OAuth-sourced email + calendar metadata.
  • Enforce: Nightfall DLP outcomes (allow/redact/quarantine).
  • Index + prove: pgvector coverage + deterministic retrieval tests with provenance.

System Status

Green only means verified. Everything else is explicit about what’s missing.

Degraded
Documents
11
Processed
22/11 (18%)
Retrieval
2/2Pass ≥ 2/2
Top blockers to “Verified”
  • Supabase
    Coverage mismatch (eligible: 11, chunked: 2, embedded: 2) [DOC_CHUNK_MISMATCH, DOC_VECTOR_MISMATCH]
    View receipt →
    Degraded
  • Embeddings + Retrieval
    Retrieval works with existing vectors, but OPENAI_API_KEY is missing so new embeddings cannot be generated [MISSING_CREDENTIALS, THRESHOLD_MET]
    View receipt →
    Degraded
  • Google OAuth
    No OAuth-scoped active connection found (ignoring IMAP test connections) [NO_TOKEN, NO_DATA_OBSERVED_YET]
    View receipt →
    Configured
Commit
a9ded2b
Branch: main
CI Run
20969264108
Open run →
Deploy URL
https://executive-intent.web.app
Channel: live
Evidence Bundle
https://executive-intent.web.app/evidence/evidence.json

How It Works

Connect → Ingest → DLP → Index → Retrieve — each step is statused from real evidence.

Connect

OAuth to Gmail + Calendar.

Configured
Ingest

Incremental sync orchestrated by Inngest.

Configured
DLP

Nightfall scans; allow, redact, or quarantine.

Verified
Index

Embeddings stored in Supabase pgvector.

Degraded
Retrieve

Vector queries validated by retrieval tests.

Degraded

What’s Verified vs What’s Configured

Brutally honest status: verified means the evidence meets defined criteria — everything else is still in progress.

Verified

  • Nightfall DLP
    Meets verification criteria.
    Verified

Configured / In Progress

  • Google OAuth
    Configured; no live connection observed yet.
    To verify: OAuth credentials configured
    Configured
  • Inngest
    Configured; no live connection observed yet.
    To verify: Event key and signing key configured
    Configured
  • Supabase
    Partial failure or inconsistent signals; investigate.
    To verify: Database connection works
    Degraded
  • Embeddings + Retrieval
    Partial failure or inconsistent signals; investigate.
    To verify: Embedding provider configured
    Degraded