email: single-mailbox enroll field on Email Capture panel — v0.1.0:60

Adds a "Test with a single mailbox first" input (pre-filled with the admin's own
address) + Enroll this mailbox button calling the enroll-one endpoint, so capture
can be tried on one mailbox before enrolling the whole domain. runAction now sends
an optional JSON body. Enroll-all stays.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Keysat
2026-06-06 12:10:09 -05:00
parent ee02ccfd64
commit 1850bc4431
4 changed files with 53 additions and 9 deletions
+3 -2
View File
@@ -24,8 +24,9 @@ export const PACKAGE_TITLE = 'Ten31 Database'
// * 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)
// * 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'
// * 0.1.0:59 (Email Capture admin panel + matched email into the grounding corpus)
// * Current: 0.1.0:60 (Email Capture: single-mailbox enroll field for testing)
export const PACKAGE_VERSION = '0.1.0:60'
export const DATA_MOUNT_PATH = '/data'
export const WEB_PORT = 8080