fix(deps,stall): security vulns + stall-detector log correlation + dir-watch fix
Apra Fleet is an open-source MCP server
Brought to you by:
apralabs
Originally created by: kumaakh
npm audit fix to upgrade transitive dependencies (vite, picomatch, path-to-regexp, hono, express-rate-limit, @hono/node-server, postcss)uuid from ^11.0.0 to ^14.0.0 — direct production dependency; v4 API is compatible across all call sitesversion.json: 0.1.9.0 → 0.1.9.1src/tools/execute-prompt.ts)watcherSetupTime guard in onPidCaptured: captures Date.now() at pid-capture time; rejects any .jsonl file whose mtime <= watcherSetupTimesrc/services/stall/stall-detector.ts)_poll() now opens a LogScope('stall_poll_tick', ...) and calls scope.info()/scope.warn() for all per-member log entriesinv tag for visual correlation in logsstall_detected events emitted via scope.warn() rather than logLine()LogScope stub's warn is now a vi.fn() spy; assertions check mockScopeWarn via JSON parseFixes [#100]
npm audit — 0 HIGH vulnerabilitiesnpm test — 73 test files, 1181 tests pass, 0 failures (verified by fleet-rev)🤖 Generated with Claude Code
Ticket changed by: kumaakh