mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-23 18:29:18 -05:00
489 B
489 B
Create Git Commit
Create a git commit with proper formatting.
Variables
agent_name: $1 issue_class: $2 issue_json: $3
Instructions
- Format:
<agent>: <class>: <message> - Message: Present tense, 50 chars max, descriptive
- Examples:
planner: feat: add user authenticationimplementor: bug: fix login validation
Run
git diff HEAD- Review changesgit add -A- Stage allgit commit -m "<message>"
Output
Return ONLY the commit message used