feat(templates): add 3-tier memory templates (OpenClaw pattern)
This commit is contained in:
parent
cd74a4e8b0
commit
80120e5c6c
4 changed files with 208 additions and 0 deletions
42
scripts/templates/memory/DAILY-LOG.md
Normal file
42
scripts/templates/memory/DAILY-LOG.md
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# Daily Log: {{AGENT_NAME}}
|
||||
|
||||
> Warm daily capture. One file per day. Filename: memory/YYYY-MM-DD.md
|
||||
> Auto-rotated: the pipeline creates a new file each day.
|
||||
|
||||
## {{DATE}}
|
||||
|
||||
### Summary of Work
|
||||
|
||||
[1-3 sentences describing what was accomplished today]
|
||||
|
||||
### Decisions Made
|
||||
|
||||
| Decision | Context | Outcome |
|
||||
|----------|---------|---------|
|
||||
| | | |
|
||||
|
||||
### Files Modified
|
||||
|
||||
- [file path] — [what changed and why]
|
||||
|
||||
### Issues Encountered
|
||||
|
||||
- [issue description] — [resolution or status]
|
||||
|
||||
### Quality Scores
|
||||
|
||||
| Pipeline run | Reviewer score | Notes |
|
||||
|-------------|---------------|-------|
|
||||
| | | |
|
||||
|
||||
### Carry Forward
|
||||
|
||||
> Items for the next session. These get checked on the next pipeline run.
|
||||
|
||||
- [ ] [item that needs attention tomorrow]
|
||||
- [ ] [follow-up from today's work]
|
||||
|
||||
### Cost
|
||||
|
||||
- Estimated tokens used: [if tracked]
|
||||
- Pipeline runs: [count]
|
||||
Loading…
Add table
Add a link
Reference in a new issue