The applications/kiro-langfuse/ README documents a hooks/lib/ directory with three source files:
hooks/lib/utils.js
hooks/lib/handlers.js
hooks/lib/langfuse-client.js
However, this directory is not present in the repository. The hooks/hook-handler.js file imports from these modules:
import { readStdin, buildInputFromEnv } from "./lib/utils.js";
import { getOrCreateTrace, flushLangfuse, HOOK_HANDLER_VERSION } from "./lib/langfuse-client.js";
import { routeHookHandler } from "./lib/handlers.js";
The
applications/kiro-langfuse/README documents ahooks/lib/directory with three source files:hooks/lib/utils.jshooks/lib/handlers.jshooks/lib/langfuse-client.jsHowever, this directory is not present in the repository. The
hooks/hook-handler.jsfile imports from these modules: