From ac8058a9d059934caf7311f1aa245cfe0d3f503e Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 10 Jun 2026 21:29:02 +0000 Subject: [PATCH] chore[agent]: initial snapshot of memory and ledger --- AGENT_NOTES.md | 19 +++++++++++++++ backups/hermes-memory-sanitized-2026-06-10.md | 24 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 AGENT_NOTES.md create mode 100644 backups/hermes-memory-sanitized-2026-06-10.md diff --git a/AGENT_NOTES.md b/AGENT_NOTES.md new file mode 100644 index 0000000..ef31d82 --- /dev/null +++ b/AGENT_NOTES.md @@ -0,0 +1,19 @@ +# Agent Notes + +## Work queue +| Task | Owner | Status | Created | Completed | Notes | +|---|---|---|---|---|---| +| Init ledger and snapshot backup | hermes | done | 2026-06-10 | 2026-06-10 | Snapshot created, secrets excluded | + +## Decisions +- Use `AGENT_NOTES.md` as the single source of truth for active work and handoffs. +- Keep secrets out of this repo; store only non-sensitive memory and findings. +- New work should follow the `agent/{agent-name}/{area}/{short-description}` branch pattern. + +## Claims +- None active. + +## Handoff notes +- Read `AGENTS.md` before starting any task. +- Claim work atomically before editing. +- Log decisions and completed work here after every task. diff --git a/backups/hermes-memory-sanitized-2026-06-10.md b/backups/hermes-memory-sanitized-2026-06-10.md new file mode 100644 index 0000000..8bad408 --- /dev/null +++ b/backups/hermes-memory-sanitized-2026-06-10.md @@ -0,0 +1,24 @@ +# 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.