diff options
Diffstat (limited to 'scripts/gemini_commit.sh')
| -rwxr-xr-x | scripts/gemini_commit.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/gemini_commit.sh b/scripts/gemini_commit.sh new file mode 100755 index 0000000..ae327e4 --- /dev/null +++ b/scripts/gemini_commit.sh @@ -0,0 +1,6 @@ +#!/bin/sh +# Ask Gemini to summarize work and update docs + +gemini --files TASKS.md NOTES.md "Summarize what was accomplished. + Update TASKS.md with next steps. + Add warnings or decisions to NOTES.md." |
