Skip to content

Commit 7c69198

Browse files
committed
Add timestamps to wiggum logs
1 parent 8e52196 commit 7c69198

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/zsh/functions/wiggum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ This prompt is iteration number $iteration.
6363

6464
After you have completed the task, append an entry to wiggum_log.json with:
6565

66+
- a timestamp in ISO 8601 format
6667
- a summary of what was done
6768
- a list of actions taken
6869
- a list of all commands run
@@ -75,6 +76,7 @@ If wiggum_log.json doesn't exist, create it. It should be a JSON file containing
7576
[
7677
{
7778
"iteration": 1,
79+
"timestamp": "2024-01-15T14:30:00Z",
7880
"success": true,
7981
"summary": "CSS added to style header",
8082
"steps_taken": [

0 commit comments

Comments
 (0)