mirror of
https://github.com/wassname/autoresearch_template.git
synced 2026-06-27 17:29:28 +08:00
31 lines
795 B
Markdown
31 lines
795 B
Markdown
<!-- APPEND-ONLY: new entries at top. Never edit old entries. -->
|
|
<!-- Written by agents (not humans -- see human_journal.md). -->
|
|
<!-- Format: ## YYYY-MM-DD HH:MM | commit: SHORT_SHA | branch: NAME | agent: NAME -->
|
|
|
|
# Agent Journal
|
|
|
|
Short-term notes from agents: what was attempted in this session,
|
|
blockers hit, context for the next agent picking this up.
|
|
|
|
For lasting research learnings, write to RESEARCH_JOURNAL.md instead.
|
|
|
|
---
|
|
|
|
## Template entry
|
|
|
|
```
|
|
## YYYY-MM-DD HH:MM | commit: SHORT_SHA | branch: NAME | agent: NAME
|
|
|
|
### Session goal
|
|
[what this agent was asked to do]
|
|
|
|
### What was done
|
|
[brief -- the commit history has the details]
|
|
|
|
### Blockers / open questions
|
|
[anything the next agent needs to know]
|
|
|
|
### Pueue queue state
|
|
[any jobs queued: `pueue status` output or summary]
|
|
```
|