Skip to content

fix: Yarn workspace lint crash kills Claude Code process #765

@JeremyDev87

Description

@JeremyDev87

Purpose

Fix the bug where running yarn workspace codingbuddy lint crashes with "Couldn't find the node_modules state file" and the error response causes the codingbuddy/Claude Code process to terminate entirely.

Changes

  • apps/mcp-server/package.json — Fix lint script configuration and workspace resolution
  • Root package.json — Verify workspace mapping and node_modules state
  • MCP server error handling — Ensure lint errors don't crash the parent process

Acceptance Criteria

  • yarn workspace codingbuddy lint runs successfully or fails gracefully
  • Lint errors do not crash the Claude Code or codingbuddy MCP server process
  • Error messages are properly captured without terminating the session
  • Existing tests pass
  • Can be merged independently

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfixmcp-serverapps/mcp-serverpriority:mustMust Have - 반드시 필요, 없으면 릴리즈 불가

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions