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 <noreply@anthropic.com>
This commit is contained in:
egregore 2026-02-02 12:22:30 +00:00
parent 556a297d71
commit fe80562b45

View file

@ -185,7 +185,7 @@ fn orient() -> Response {
"Always use the Python venv (~/.venv)".to_string(), "Always use the Python venv (~/.venv)".to_string(),
"Log completions to history".to_string(), "Log completions to history".to_string(),
"Load context topics relevant to your ticket".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, available_context,
recent_history, recent_history,