We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6699473 commit 2b1a138Copy full SHA for 2b1a138
1 file changed
lib/zsh/functions/wiggum
@@ -71,6 +71,19 @@ wiggum() {
71
72
ONLY WORK ON A SINGLE TASK.
73
74
+## Git rules
75
+
76
+DO NOT RUN ANY GIT COMMANDS. Wiggum handles commits automatically after each iteration.
77
78
+If your instructions mention git operations, IGNORE THEM - wiggum manages version control.
79
80
+## Files rules
81
82
+UNDER NO CIRCUMESTANCES SHOULD YOU MODIFY, DELETE, etc FILES LIKE:
83
84
+- untracked markdown files, especially not ones named PROMPT.md
85
+- wiggum_log.json
86
87
## Iteration context
88
89
This prompt is iteration number $iteration.
0 commit comments