feat(FN-3708): restore narrow logs/system mouse auto-toggle policy and docu

The merge delivers three feature themes: FN-3708 restores and tests a narrow logs/system mouse auto-toggle policy in the TUI app with documentation, FN-3087 adds immediate wake controls for the agent inbox and messaging API routes, and FN-3704 separates plugin lifecycle management from setup probe s

Fusion-Task-Id: FN-3708
This commit is contained in:
Fusion
2026-05-07 10:57:58 -07:00
committed by gsxdsm
parent 514e5f3b94
commit bbfa5f7b45
5 changed files with 51 additions and 4 deletions

View File

@@ -3184,7 +3184,11 @@ describe("Messaging Routes", () => {
"project-1",
{
getWorkingDirectory: () => rootDir,
getHeartbeatMonitor: () => ({ executeHeartbeat: projectExecuteHeartbeat }),
getHeartbeatMonitor: () => ({
executeHeartbeat: projectExecuteHeartbeat,
startRun: vi.fn(),
stopRun: vi.fn(),
}),
},
],
])),