vault backup: 2026-05-14 15:52:31

This commit is contained in:
Vadym Samoilenko 2026-05-14 15:52:31 +01:00
parent 648969d7f6
commit f413a514a6
2 changed files with 9 additions and 1 deletions

View file

@ -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 |

View file

@ -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.