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:
parent
556a297d71
commit
fe80562b45
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue