architect: remove LP Objections page — generic/unverifiable output (v0.1.0:67)

The summarize-historical-email grounding produced generic, boilerplate objections
with no quotes and no source traceability (the minimize step abstracts away the
actual email text; the newest-N corpus carries little real objection signal, so the
model pattern-completes). Pulled the page (ObjectionsPage component + nav + dispatch).
The redaction boundary is kept (reusable for proactive outreach); the dormant
/api/architect/ground route is left in place but has no UI trigger. Pivoting to
proactive outreach / messaging.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Keysat
2026-06-08 19:09:58 -05:00
parent c2b84a1f26
commit 0943aeb2df
4 changed files with 23 additions and 97 deletions
+3 -2
View File
@@ -31,8 +31,9 @@ export const PACKAGE_TITLE = 'Ten31 Database'
// * 0.1.0:63 (System Status: storage usage — DB, attachments, backups, disk free)
// * 0.1.0:64 (email-activity agent: propose->review->approve grid notes; sync ~15 min)
// * 0.1.0:65 (Email Capture: per-mailbox captured/matched counts)
// * Current: 0.1.0:66 (LP Objections page: UI trigger for the Architect grounding pass)
export const PACKAGE_VERSION = '0.1.0:66'
// * 0.1.0:66 (LP Objections page: UI trigger for the Architect grounding pass)
// * Current: 0.1.0:67 (remove LP Objections page — generic/unverifiable; pivot to proactive outreach)
export const PACKAGE_VERSION = '0.1.0:67'
export const DATA_MOUNT_PATH = '/data'
export const WEB_PORT = 8080