mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 09:35:55 +03:00
[PR #112] [MERGED] fix: prevent deliverables from being lost during agent retry rollbacks #123
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#123
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/KeygraphHQ/shannon/pull/112
Author: @ezl-keygraph
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/10/2026
Merged by: @ezl-keygraph
Base:
main← Head:fix/docker-git-identity📝 Commits (1)
61875cffix: prevent deliverables from being lost during agent retry rollbacks📊 Changes
1 file changed (+5 additions, -3 deletions)
View changed files
📝
Dockerfile(+5 -3)📄 Description
Deliverables saved by agents were never committed to git because git identity was not configured in the Docker container. This left them as untracked files, which git clean -fd destroyed whenever another agent's retry triggered a workspace rollback. Moves git config after ENV HOME=/tmp so the config is written to /tmp/.gitconfig where git actually looks at runtime.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.