Skip to content

[kiro-langfuse] Missing hooks/lib/ directory — utils.js, handlers.js, langfuse-client.js not published #29

Description

@iamdavid2

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";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions