Skip to content

continual-learning hook does not work #31

@grundmanise

Description

@grundmanise

After installing the Continual Learning plugin, I see the hook is added, but it never succeeds:

Input:

bun run./hooks/continual-learning-stop.ts --trial
{
  "conversation_id": "6fc25fd1-a984-4001-b090-42a5bed9a199",
  "generation_id": "eb6449ba-2b7d-427a-8926-978fd48cd323",
  "model": "gpt-5.3-codex",
  "status": "completed",
  "loop_count": 0,
  "hook_event_name": "stop",
  "cursor_version": "2.5.26",
  "workspace_roots": [
    "/Users/user/Code/project/name"
  ],
  "user_email": "super@cool.com",
  "transcript_path": "/Users/user/.cursor/projects/Users-user-Code-project-name/agent-transcripts/6fc25fd1-a984-4001-b090-42a5bed9a199/6fc25fd1-a984-4001-b090-42a5bed9a199.jsonl"
}
error: Module not found "./hooks/continual-learning-stop.ts"

I tried both project and global plugin installation.

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