Skip to content

Commit f3781d1

Browse files
MCamnerclaude
andcommitted
feat(mqlaunch): add stack health sweep as agent menu item 18
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 54e1115 commit f3781d1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

terminal/menus/mq-agent-menu.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ print_agent_menu() {
2323
surface_row "" "$width" "$panel_color"
2424
surface_row "SECOND BRAIN (writes to mqobsidian)" "$width" "$panel_color"
2525
surface_split_row "15. Review repo → brain" "16. Promote learn pattern" "$width" "$panel_color"
26-
surface_split_row "${C_WARN}17. Demo flow (full stack)${C_RESET}" "" "$width" "$panel_color"
26+
surface_split_row "${C_WARN}17. Demo flow (full stack)${C_RESET}" "${C_WARN}18. Stack health sweep${C_RESET}" "$width" "$panel_color"
2727
surface_row "" "$width" "$panel_color"
2828
surface_row "MCP LOCAL TOOLS (:8765)" "$width" "$panel_color"
2929
surface_split_row "11. MCP status" "12. MCP tools list" "$width" "$panel_color"
@@ -306,6 +306,7 @@ handle_agent_menu_choice() {
306306
15) _run_agent review repo . --brain; pause_enter ;;
307307
16) _brain_pick_and_promote ;;
308308
17) _run_demo_flow; pause_enter ;;
309+
18) _run_agent stack sweep --brain; pause_enter ;;
309310
b|B|x|X|exit) return 1 ;;
310311
*) printf "%b Invalid selection:%b %s\n" "${C_ERR:-}" "${C_RESET:-}" "$choice"; pause_enter ;;
311312
esac

0 commit comments

Comments
 (0)