Skip to content

Feature Suggestion: Normalized command recognition across package managers #2

Description

@omartuhintvs

Problem

Currently, the loop repetition scanner parses commands literally. If Claude runs npm run test followed by pnpm test or npx jest, the system may treat them as separate commands and fail to trigger loop repetitions.

Suggestion

Normalize common executor prefixes (e.g., removing npm run, pnpm, yarn, bun run, and npx) inside stuck-core.mjs before matching command histories.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions