chore[agent]: initial snapshot of memory and ledger
This commit is contained in:
parent
a661cf04ae
commit
ac8058a9d0
2 changed files with 43 additions and 0 deletions
19
AGENT_NOTES.md
Normal file
19
AGENT_NOTES.md
Normal file
|
|
@ -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.
|
||||
24
backups/hermes-memory-sanitized-2026-06-10.md
Normal file
24
backups/hermes-memory-sanitized-2026-06-10.md
Normal file
|
|
@ -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.
|
||||
Loading…
Reference in a new issue