We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c68a8 commit 62775deCopy full SHA for 62775de
1 file changed
experimental/post-flight.sh
@@ -440,6 +440,7 @@ main() {
440
if [ "$MODE_COMMIT" -eq 0 ]; then
441
echo ""
442
echo "${CYAN}ℹ Report complete. Use --commit or --push to commit changes.${NC}"
443
+ echo "${YELLOW}Reminder: if this work should be live on the remote dev web app server, deploy/push it there separately.${NC}"
444
emit_event "complete" '{"status":"success","summary":"Report complete"}' || true
445
exit 0
446
fi
@@ -465,6 +466,7 @@ main() {
465
466
467
468
echo "${GREEN}${BOLD}✓ Session closed cleanly${NC}"
469
470
emit_event "complete" '{"status":"success","summary":"Session closed"}' || true
471
472
}
0 commit comments