We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e52196 commit 7c69198Copy full SHA for 7c69198
1 file changed
lib/zsh/functions/wiggum
@@ -63,6 +63,7 @@ This prompt is iteration number $iteration.
63
64
After you have completed the task, append an entry to wiggum_log.json with:
65
66
+- a timestamp in ISO 8601 format
67
- a summary of what was done
68
- a list of actions taken
69
- 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
75
76
[
77
{
78
"iteration": 1,
79
+ "timestamp": "2024-01-15T14:30:00Z",
80
"success": true,
81
"summary": "CSS added to style header",
82
"steps_taken": [
0 commit comments