1.7 KiB
1.7 KiB
Hermes Agent Snapshot — 2026-06-10
Purpose
Backup of non-secret agent memory and project context for Morpheus Brain.
Non-secret memory
- User is a truck freight forwarding commission agent in Thiruvananthapuram, Kerala, building a SaaS logistics platform for 1000+ users and 800 drivers.
- Current stack: FastAPI + PostgreSQL (
freight-api), Next.js 14 + TypeScript (freight-app,freight-dashboard,freight-pwa), Node.js/Express/EJS legacy apps, and Python stdlib ledger. - Priority repo:
freight-api. - PWA direction: Next.js + TanStack + Supabase, deployed via Coolify.
- Preference: concise, direct communication; security-first, production-grade implementation; agent collaboration through git with
AGENTS.mdandAGENT_NOTES.md. - Forgejo base URLs:
http://forgejo-oa09toasww4dgii9cj3gpzda.187.127.164.61.sslip.io/andhttp://forgejo-vil3xyowqk0qsh4hiqy77e3h.187.127.178.110.sslip.io. - Server IP:
187.127.164.61. - Repo purposes:
freight-api= main operational backend;freight-app= main Next.js UI;freight-dashboard= read-only BI dashboard;freight-pwa= mobile PWA;bharath/new= abandoned marketplace attempts;data= Python ledger with 88 records;wacrm= forked WhatsApp CRM template.
Repo findings
- Morpheus Brain already contains
AGENTS.md, describing a research notebook withresearch/,daily/,knowledge-base/, andbackups/. AGENT_NOTES.mdwas missing, so this snapshot initializes it as the work ledger.
Excluded
- API tokens, private keys, passwords, and other secrets are intentionally not stored here.
Next steps
- Agents should read
AGENT_NOTES.mdbefore starting work, claim tasks atomically, and log decisions back to the ledger.