You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARTIFACT=$(find "$CWD" -name "index.html" -mmin -30 2>/dev/null | head -1)
if [ -n "$ARTIFACT" ]; then
cat <<EOF
{"systemMessage":"Wireframes saved: $ARTIFACT\n\nNext step: Hand off to **ux-design** agent or submit for **design review**.\n\nFull pipeline: https://github.com/SufficientDaikon/sdd-vscode-agents"}