Skip to content

fix: add missing name frontmatter to update-readme, sync-claude-md, load-claude-md - #167

Closed
xiaolai wants to merge 2 commits into
fcakyon:mainfrom
xiaolai:fix/nlpm-claude-tools-missing-name
Closed

fix: add missing name frontmatter to update-readme, sync-claude-md, load-claude-md#167
xiaolai wants to merge 2 commits into
fcakyon:mainfrom
xiaolai:fix/nlpm-claude-tools-missing-name

Conversation

@xiaolai

@xiaolai xiaolai commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

Automated audit: This PR was generated by NLPM, a natural language programming linter, running via claude-code-action. Please evaluate the diff on its merits.

Three commands in claude-tools are missing the required name frontmatter field. The name field is required for correct command registration in Claude Code — without it the command may not be discoverable or may conflict with other commands.

  • Added name: update-readme to update-readme.md
  • Added name: sync-claude-md to sync-claude-md.md
  • Added name: load-claude-md to load-claude-md.md

Co-Authored-By: Claude Code <noreply@anthropic.com>
@fcakyon

fcakyon commented Jul 24, 2026

Copy link
Copy Markdown
Owner

name isn't a frontmatter field for commands/*.md — the command name already comes from the filename, and each added value is identical to it, so this diff changes nothing.

@fcakyon fcakyon closed this Jul 24, 2026
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