@@ -473,7 +473,7 @@ describe("v5 happy path — message handler → planner → executor → evaluat
473473 success : true ,
474474 text : "raw shell output with exact paths and metrics" ,
475475 userFacingText :
476- "Root disk: 65% used, 138G available. Biggest cleanup candidate: /home/milady /.bun (19G)." ,
476+ "Root disk: 65% used, 138G available. Biggest cleanup candidate: /home/example /.bun (19G)." ,
477477 data : { actionName : "CHECK_RUNTIME" } ,
478478 } ) ,
479479 } ) ;
@@ -503,7 +503,7 @@ describe("v5 happy path — message handler → planner → executor → evaluat
503503 decision : "FINISH" ,
504504 thought : "Tool result is enough." ,
505505 messageToUser :
506- "Root disk: 65% used, 138G available. Biggest cleanup candidate: /home/milody /.bun (19G)." ,
506+ "Root disk: 65% used, 138G available. Biggest cleanup candidate: /home/wrong-user /.bun (19G)." ,
507507 } ) ,
508508 } ,
509509 ] ,
@@ -519,7 +519,7 @@ describe("v5 happy path — message handler → planner → executor → evaluat
519519 expect ( result . kind ) . toBe ( "planned_reply" ) ;
520520 if ( result . kind === "planned_reply" ) {
521521 expect ( result . result . responseContent ?. text ) . toBe (
522- "Root disk: 65% used, 138G available. Biggest cleanup candidate: /home/milady /.bun (19G)." ,
522+ "Root disk: 65% used, 138G available. Biggest cleanup candidate: /home/example /.bun (19G)." ,
523523 ) ;
524524 }
525525 } ) ;
0 commit comments