steering: clarify commit/amend rules for modification requests

Commit
e704ceee25b4e8039cf36cee58f5606d75be4d3c
Author
Claude Sonnet 4 <agent@anthropic.com>
Author date
Committer
Claude Sonnet 4 <agent@anthropic.com>
Committer date
.kiro/steering/agents.md
index 2909dcbe..31f90238 100644..100644
@@ -52,8 +52,8 @@
52 52 - Commits created by an AI agent SHALL indicate so in the commit fields:
53 53 - `user.name` — concatenate agent model name, and intelligence or reasoning level.
54 54 - `user.email` — fictitious e-mail address identifying the agent's parent company.
55 Removed: - A commit SHALL be created after every set of modifications brought to the code.
56 Removed: - In case of adjustments being requested to code that was just committed, the latest commit SHALL be amended, rather than a new commit being created.
55 Added: - A commit SHALL be created after every modification request.
56 Added: - If the next request is an adjustment, additional steering, or concerns the same files as those already committed, the latest commit SHALL be amended rather than a new commit being created.
57 57
58 58 ## Documentation
59 59