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”
- DegradedSupabaseCoverage mismatch (eligible: 11, chunked: 2, embedded: 2) [DOC_CHUNK_MISMATCH, DOC_VECTOR_MISMATCH]View receipt →
- DegradedEmbeddings + RetrievalRetrieval works with existing vectors, but OPENAI_API_KEY is missing so new embeddings cannot be generated [MISSING_CREDENTIALS, THRESHOLD_MET]View receipt →
- ConfiguredGoogle OAuthNo OAuth-scoped active connection found (ignoring IMAP test connections) [NO_TOKEN, NO_DATA_OBSERVED_YET]View receipt →
Commit
a9ded2bBranch: main
CI Run
Open run →20969264108Deploy URL
https://executive-intent.web.appChannel: live
Evidence Bundle
https://executive-intent.web.app/evidence/evidence.jsonHow It Works
Connect → Ingest → DLP → Index → Retrieve — each step is statused from real evidence.
Connect
OAuth to Gmail + Calendar.
Ingest
Incremental sync orchestrated by Inngest.
DLP
Nightfall scans; allow, redact, or quarantine.
Index
Embeddings stored in Supabase pgvector.
Retrieve
Vector queries validated by retrieval tests.
What’s Verified vs What’s Configured
Brutally honest status: verified means the evidence meets defined criteria — everything else is still in progress.
Verified
- VerifiedNightfall DLPMeets verification criteria.
Configured / In Progress
- ConfiguredGoogle OAuthConfigured; no live connection observed yet.To verify: OAuth credentials configured
- ConfiguredInngestConfigured; no live connection observed yet.To verify: Event key and signing key configured
- DegradedSupabasePartial failure or inconsistent signals; investigate.To verify: Database connection works
- DegradedEmbeddings + RetrievalPartial failure or inconsistent signals; investigate.To verify: Embedding provider configured