email: Email Capture admin panel (status / enroll / sync / re-match) — v0.1.0:59

Adds an admin-only "Email Capture" page so Gmail capture can be turned on and
monitored from the UI instead of an API call: shows whether the integration is
enabled, how many mailboxes are enrolled, how many emails are matched to investors,
and last sync; with Enroll Ten31 mailboxes / Sync now / Re-match buttons and a hint
that domain-wide delegation must be authorized in Google Workspace first. Disabled
state renders cleanly (no scary error) when the integration is off. Bundles the
email-into-grounding corpus wiring (bf829b7).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Keysat
2026-06-05 21:00:14 -05:00
parent bf829b784a
commit ee02ccfd64
4 changed files with 194 additions and 4 deletions
+3 -2
View File
@@ -23,8 +23,9 @@ export const PACKAGE_TITLE = 'Ten31 Database'
// * 0.1.0:55 (Architect grounding boundary: redaction/re-hydration privacy gate)
// * 0.1.0:56 (Thesis Workshop redesign: edit/choose/delete + approve-as-current)
// * 0.1.0:57 (redaction fix: magnitude regex no longer eats the word after an amount)
// * Current: 0.1.0:58 (seed 5 Architect positioning framings into the Workshop as candidate options)
export const PACKAGE_VERSION = '0.1.0:58'
// * 0.1.0:58 (seed 5 Architect positioning framings into the Workshop as candidate options)
// * Current: 0.1.0:59 (Email Capture admin panel + matched email into the grounding corpus)
export const PACKAGE_VERSION = '0.1.0:59'
export const DATA_MOUNT_PATH = '/data'
export const WEB_PORT = 8080