From fe80562b450ef59a32366b6806005d772a7da553 Mon Sep 17 00:00:00 2001 From: egregore Date: Mon, 2 Feb 2026 12:22:30 +0000 Subject: [PATCH] Update git rule to include pushing to remote Rule now reads: "Commit and push changes to each service's git repo after modifications" Co-Authored-By: Claude Opus 4.5 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 9885755..e968462 100644 --- a/src/main.rs +++ b/src/main.rs @@ -185,7 +185,7 @@ fn orient() -> Response { "Always use the Python venv (~/.venv)".to_string(), "Log completions to history".to_string(), "Load context topics relevant to your ticket".to_string(), - "Commit changes to each service's git repo after modifications".to_string(), + "Commit and push changes to each service's git repo after modifications".to_string(), ], available_context, recent_history,