From f413a514a67954d32dcaa88b4046eb99467bf9e0 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 14 May 2026 15:52:31 +0100 Subject: [PATCH] vault backup: 2026-05-14 15:52:31 --- 01 Projects/modcomms/Mod Comms.md | 7 ++++++- 99 Daily/2026-05-14.md | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/01 Projects/modcomms/Mod Comms.md b/01 Projects/modcomms/Mod Comms.md index cb96966..f3341f4 100644 --- a/01 Projects/modcomms/Mod Comms.md +++ b/01 Projects/modcomms/Mod Comms.md @@ -10,7 +10,7 @@ server: baic tags: [barclays, ai, compliance, proof-review, multi-agent, gcp] created: 2026-04-14 last_commit: 2026-05-14 -commits: 204 +commits: 205 port: 8000 db: PostgreSQL --- @@ -217,6 +217,10 @@ npm run build | 2026-03-16 | Fix LlamaParse 401 + update logo to v5 | ## Sessions +### 2026-05-14 – Fix 500 error and document processing +**Asked:** Fix 500 error and document processing failure on modcomms knowledge base. +**Done:** Debugged and resolved server-side issue preventing document uploads from being processed. + ### 2026-05-14 – Rename "Legal Agent" to "Risk & **Asked:** Rename "Legal Agent" to "Risk & Control Agent" across three production locations **Done:** Deployed changes to baic server after syncing 3 commits behind @@ -236,6 +240,7 @@ npm run build ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-05-14 | Debugging Wizard skill | Server configuration, error handling, document processor | modcomms backend files, server logs | | 2026-05-14 | Rename Legal Agent | Text labels in PDF export, Campaign page, Knowledgebase | PDFExport.tsx, CampaignPage.tsx, Knowledgebase.tsx | | 2026-04-15 | Logo replacement, deployment scripts | Added deploy-dev.sh with sudo docker compose and dev port 8001, configured git pull workflow | deploy-dev.sh, deploy.sh | | 2026-04-14 | Logo update | Replace logo with v6 SVG | Sidebar, PDF Report | diff --git a/99 Daily/2026-05-14.md b/99 Daily/2026-05-14.md index 78a65b2..48a856d 100644 --- a/99 Daily/2026-05-14.md +++ b/99 Daily/2026-05-14.md @@ -26,3 +26,6 @@ tags: [daily] - 15:13 | `modcomms` - **Asked:** Rename "Legal Agent" to "Risk & Control Agent" across three production locations - **Done:** Deployed changes to baic server after syncing 3 commits behind +- 15:51 (5min) | `modcomms` + - **Asked:** Fix 500 error and document processing failure on modcomms knowledge base. + - **Done:** Debugged and resolved server-side issue preventing document uploads from being processed.