agentty 0.14.4

Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
Repair a failed git commit in an agent session worktree.

Commit error: {{ commit_error }}

Requirements:

- Make only the minimal edits needed for a follow-up commit to succeed, preserving
  intended behavior.
- Git inspection is limited to read-only commands such as `git status`, `git diff`,
  `git log`, and `git show`. Never run mutating git commands or create commits.
- After editing, return the required protocol JSON object. Briefly summarize the fix in
  `answer`, leave `questions` empty, and set `summary` to null.