updating documentation

This commit is contained in:
2026-05-13 22:01:43 -04:00
parent ee8a4cb449
commit bcf43d5d83
2 changed files with 13 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Expand desktop notifications
Converge should use notify-send anytime there is a failure with a git operation
# Commit and push uncommitted changes
On startup, Converge should detect any uncommitted changes in a monitored repo and then commit and push them.
# Git write operations should be logged
All git operations that modify repo state should be logged - including the time, command, arguments and exit code. Possibly the standard out and standard error.