24 lines
1.7 KiB
Markdown
24 lines
1.7 KiB
Markdown
# 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.md` and `AGENT_NOTES.md`.
|
|
- Forgejo base URLs: `http://forgejo-oa09toasww4dgii9cj3gpzda.187.127.164.61.sslip.io/` and `http://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 with `research/`, `daily/`, `knowledge-base/`, and `backups/`.
|
|
- `AGENT_NOTES.md` was 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.md` before starting work, claim tasks atomically, and log decisions back to the ledger.
|