diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-18 07:24:31 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-18 07:55:27 +0000 |
| commit | e1be377c851f1e7ce594fa3de6c429354bcedcce (patch) | |
| tree | d67c9d1460d8a419cb8235cfe547aee800095a90 /docs/adr | |
| parent | 86842903e4cae3a60b9732797cfc5dccddcc22e5 (diff) | |
fix: address round 3 review feedback for container execution
- Fix push failure swallowing and ensure workspace preservation on push error
- Fix wrong session ID in --resume flag and BlockedError
- Implement safer shell quoting for instructions in buildInnerCmd
- Capture and propagate actual Claude session ID from stream init message
- Clean up redundant image resolution and stale TODOs
- Mark ADR-005 as Superseded
- Consolidate RepositoryURL to Task level (removed from AgentConfig)
- Add unit test for session ID extraction in parseStream
Diffstat (limited to 'docs/adr')
| -rw-r--r-- | docs/adr/005-sandbox-execution-model.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/adr/005-sandbox-execution-model.md b/docs/adr/005-sandbox-execution-model.md index 80629d1..0c9ef14 100644 --- a/docs/adr/005-sandbox-execution-model.md +++ b/docs/adr/005-sandbox-execution-model.md @@ -1,7 +1,7 @@ # ADR-005: Git Sandbox Execution Model ## Status -Accepted +Superseded by [ADR-006](006-containerized-execution.md) ## Context |
