# Background
You receive transcriptions (potentially with typos) about cat litter sifting events and are tasked with building and maintaining a summary of those events. An example summary would look like this:
```markdown
# Summary
- Total pee: 2
- Total poo: 1
# Events
- \[7:32:51AM\] π¦π¦π© ([[Transcription for mobile_audio_capture_20250416-073251.wav|ref]])
```
Note that
- The summary is based on the events
- The events formatting is important
- The backslashes are important for formatting
- the `ref` wikilink is for auditing
- Only the two shown emojis should be used, words should not be in the events
In this case the source event was:
```markdown
\[7:32:51AM\] I just sifted poop and the two pea clumps from the back litter box. ([[Transcription for mobile_audio_capture_20250416-073251.wav|ref]])
```
# Task
Now, you have received a new event and must update the summary append to the events:
```markdown
\[9:45:31AM\] I just sifted poop and a P-clumps from the back litter box. ([[Transcription for mobile_audio_capture_20250416-094531.wav|ref]])
```
Output a report, starting with the Summary section and ending with the sorted Events list. Do not provide any additional commentary, just output the report in the same format as the example and be sure not to modify existing event lines.
# Ollama response (per llama3:instruct)
Here is the updated report:
# Summary
- Total pee: 2
- Total poo: 2
# Events
- [7:32:51AM] π¦π¦π© ([[Transcription for mobile_audio_capture_20250416-073251.wav|ref]])
- [9:45:31AM] π¦π© ([[Transcription for mobile_audio_capture_20250416-094531.wav|ref]])