morpheus-brain/AGENT_NOTES.md

20 lines
866 B
Markdown

# 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 |
| Add bid-status visual indicators (pending/accepted/rejected/counter_offer) | hermes | in-progress | 2026-06-10 | | Use Tailwind colors, integrate with freight-bidding-system skill |
## 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.