Skip to content

Fix user-invokable -> user-invocable spelling across entire codebase#57

Merged
pbakaus merged 2 commits intomainfrom
fix/user-invocable-spelling
Mar 21, 2026
Merged

Fix user-invokable -> user-invocable spelling across entire codebase#57
pbakaus merged 2 commits intomainfrom
fix/user-invocable-spelling

Conversation

@pbakaus
Copy link
Copy Markdown
Owner

@pbakaus pbakaus commented Mar 21, 2026

Summary

  • Fixes the user-invokable (with k) -> user-invocable (with c) typo across all source files, build scripts, transformers, tests, docs, and server code
  • PR fix: correct typo user-invokable -> user-invocable in skill frontmatter #50 fixed the output .claude/skills/ files but missed the source files and build system, meaning the typo would reappear on every bun run build
  • Also adds .impeccable.md to .gitignore (user-specific design context file)

Type of change

  • Bug fix (45 files, 207 replacements)

Test plan

  • bun test passes (210 tests, 0 failures)
  • Zero remaining occurrences of user-invokable or userInvokable in codebase
  • Verified bun run build output uses correct user-invocable key

🤖 Generated with Claude Code

pbakaus and others added 2 commits March 20, 2026 23:33
PR #50 fixed the output SKILL.md files but the source files, build
scripts, tests, docs, and server code still used the wrong spelling.
Claude Code expects `user-invocable` (with c) for slash command
autocomplete to work.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying impeccable with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4305dfd
Status: ✅  Deploy successful!
Preview URL: https://889dc81b.impeccable-2rv.pages.dev
Branch Preview URL: https://fix-user-invocable-spelling.impeccable-2rv.pages.dev

View logs

@pbakaus pbakaus merged commit df1551e into main Mar 21, 2026
2 checks passed
@pbakaus pbakaus deleted the fix/user-invocable-spelling branch March 21, 2026 06:36
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.

1 participant