Skip to content

added codeowners#11

Merged
utkarsh232005 merged 3 commits into
KDM-cli:mainfrom
utkarsh232005:fix/esm-compatibility-and-workflow
May 10, 2026
Merged

added codeowners#11
utkarsh232005 merged 3 commits into
KDM-cli:mainfrom
utkarsh232005:fix/esm-compatibility-and-workflow

Conversation

@utkarsh232005
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings May 10, 2026 20:51
@utkarsh232005 utkarsh232005 changed the title Fix/esm compatibility and workflow added codeowners May 10, 2026
@utkarsh232005 utkarsh232005 merged commit 1cf012d into KDM-cli:main May 10, 2026
2 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR appears intended to improve ESM compatibility and repository/workflow ownership, but it currently breaks the published CLI entrypoint by removing the bin/ script while the package configuration still expects it.

Changes:

  • Deleted the Node CLI shim (bin/kdm.js) that previously delegated to dist/index.js.
  • Updated .gitignore to ignore ./bin.
  • Added a .github/CODEOWNERS file to require reviews from a single GitHub user.

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.

File Description
bin/kdm.js Removes the CLI entrypoint shim (currently breaks bin resolution in the published package).
.gitignore Adds an ignore rule for ./bin (conflicts with publishing/bin entry expectations).
.github/CODEOWNERS Adds code ownership rules for automatic reviewer assignment.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@utkarsh232005 utkarsh232005 deleted the fix/esm-compatibility-and-workflow branch May 17, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants