fix(resume): add --workspace symmetry in resume_session.sh and update test_tier4_e2e for isolation model

This commit is contained in:
2026-07-25 00:03:56 +09:00
parent 6918f211e8
commit c4839822ed
4 changed files with 145 additions and 5 deletions
@@ -56,7 +56,7 @@ if herdr has-session -t "$SESSION_NAME" 2>/dev/null; then
echo "herdr '$SESSION_NAME' already running."
# Just update YAML to make sure it's set to running
bash "$(dirname "${BASH_SOURCE[0]}")/update_yaml_resumed.sh" \
--session "$SESSION_NAME" --uuid "$UUID" --agent "$AGENT"
--session "$SESSION_NAME" --uuid "$UUID" --agent "$AGENT" --workspace "$WORKSPACE"
exit 0
fi