Tiny one-line hotfix on top of v1.0.115/v1.0.116. The ctx_stats narrative renderer's "started in " line was falling back to process.cwd() (the MCP server's chdir'd plugin install dir) instead of using getProjectDir() (which v1.0.115's transcript heuristic resolves to the user's real project). Fix: server.ts ctx_stats handler now passes cwd: projectDir to formatReport opts. Defense layer chain (v1.0.113→v1.0.117) is now complete.