[PR #112] [MERGED] fix: prevent deliverables from being lost during agent retry rollbacks #123

Closed
opened 2026-02-27 08:09:22 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: fix/docker-git-identity


📝 Commits (1)

  • 61875cf fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/KeygraphHQ/shannon/pull/112 **Author:** [@ezl-keygraph](https://github.com/ezl-keygraph) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@ezl-keygraph](https://github.com/ezl-keygraph) **Base:** `main` ← **Head:** `fix/docker-git-identity` --- ### 📝 Commits (1) - [`61875cf`](https://github.com/KeygraphHQ/shannon/commit/61875cf2deb22f7a4cb85222479d76c8d69410a6) fix: prevent deliverables from being lost during agent retry rollbacks ### 📊 Changes **1 file changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+5 -3) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:09:22 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shannon-KeygraphHQ#123
No description provided.