From e621ac04f786597a9755ab4f9ffc03c139a4c78a Mon Sep 17 00:00:00 2001 From: bartool Date: Fri, 6 Mar 2026 20:45:30 +0100 Subject: [PATCH] docs: revert some changes --- gemini.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/gemini.md b/gemini.md index 474c3ac..429de7b 100644 --- a/gemini.md +++ b/gemini.md @@ -35,14 +35,33 @@ The application respects `.gitignore` rules of the repository. Files matched by The following actions must be detected: ... + +* File created +* File modified +* File deleted +* File renamed / moved + +Each change should produce a commit with message: + ``` +f"{action}: {file}" +``` + +Examples: + +``` +create: program.nc +modify: toolpath.nc +delete: old_part.nc rename: part_v1.nc -> part_v2.nc ``` ### Git Operations Commits must be executed automatically using Git. -... +If the directory is not a Git repository, the application should: +* notify the user +* not start monitoring # Windows Notifications