commit clarification

This commit is contained in:
2026-06-04 09:29:00 -04:00
parent dfa6707a8f
commit dc3993048e

View File

@@ -689,7 +689,10 @@ async function executeTask(
"", "",
"The previous task is complete. There are uncommitted changes in the repository.", "The previous task is complete. There are uncommitted changes in the repository.",
"", "",
"First stage all intended changes with `git add -A` (including untracked files), then create a meaningful git commit.", "Only commit changes you made while completing this task. Do not commit pre-existing changes, changes from other work, or files unrelated to this task.",
"Review the git status and diff below to identify which changes are from your work, and stage only those files.",
"",
"Stage only the files relevant to this task with `git add <files>`, then create a meaningful git commit.",
"Use a descriptive commit message and follow conventional commits format.", "Use a descriptive commit message and follow conventional commits format.",
"", "",
"### Current Changes (git status --porcelain)", "### Current Changes (git status --porcelain)",