From 2551c441df68ca29e406e4e1efad0cedef78e26a Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 26 Dec 2025 15:58:59 +0100 Subject: [PATCH] docs: add cursor command to commit --- .cursor/commands/commit-with-git-mcp.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .cursor/commands/commit-with-git-mcp.md diff --git a/.cursor/commands/commit-with-git-mcp.md b/.cursor/commands/commit-with-git-mcp.md new file mode 100644 index 00000000..865df9be --- /dev/null +++ b/.cursor/commands/commit-with-git-mcp.md @@ -0,0 +1,3 @@ +using the mcp tool for git, review the work that has been done and commit each file in different commits to explain the progress and the changes, use conventional commits if possible. + +You can group files together if the changes are for the same feature or bug fix. \ No newline at end of file