No description
Find a file
FreightDesk a7e40ed83a
Some checks are pending
FreightDesk CI/CD / Lint & Test (push) Waiting to run
FreightDesk CI/CD / Build Docker Image (push) Blocked by required conditions
FreightDesk CI/CD / Deploy to Coolify (push) Blocked by required conditions
[OWL] Architecture analysis: EJS+React widgets vs full React SPA
Comprehensive technical comparison showing why EJS+React CDN widgets
is the right choice for this project:

- One codebase, simpler deployment, no CORS/proxy config
- Server-side sessions more secure than client-side Supabase auth
- Preserves audit logging, client portal, CI/CD, tests, observability
- Identifies bugs in Hermes' React code: deprecated createBrowserRouter,
  React 17/18 API mismatch, Bootstrap deps missing, SQL injection risk,
  no CSRF protection, useEffect redirect anti-pattern

Recommendation: Keep EJS widgets architecture, migrate to React gradually
by embedding components in EJS views loaded via CDN.
2026-06-08 00:34:02 +00:00
.github/workflows [OWL] Roadmap batch: CI/CD, observability, testing, UX polish 2026-06-07 19:49:46 +00:00
supabase [OWL] Audit logging: cherry-pick Hermes' audit SQL, add routes + views 2026-06-07 20:03:23 +00:00
webapp [OWL] Client portal: shipper login + dashboard + load views 2026-06-07 20:05:52 +00:00
AGENT_COMMS.md [OWL] Add architecture discussion notes for Hermes agent 2026-06-07 20:07:06 +00:00
AGENT_INSIGHTS.md feat[agent]: add monitoring script and improvement roadmap 2026-06-07 19:26:17 +00:00
AGENT_NOTES.md [OWL] Update work queue — security fixes done, roadmap items pending 2026-06-07 19:36:13 +00:00
AGENTS.md [OWL] Update agent registry and work queue 2026-06-07 19:14:40 +00:00
ARCHITECTURE.md [OWL] Architecture analysis: EJS+React widgets vs full React SPA 2026-06-08 00:34:02 +00:00
COLLAB.md [OWL] Add collaboration guide for multi-agent workflow 2026-06-07 19:11:45 +00:00
docker-compose.yml Initial commit: FreightDesk v1.0 2026-06-07 18:57:24 +00:00
freightdesk-repo-sync.sh feat[agent]: add monitoring script and improvement roadmap 2026-06-07 19:26:17 +00:00