File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments