Skip to content

Fix tools directory for pai alias#1267

Merged
danielmiessler merged 1 commit into
danielmiessler:mainfrom
maxolasersquad:tools-dir-fix
May 20, 2026
Merged

Fix tools directory for pai alias#1267
danielmiessler merged 1 commit into
danielmiessler:mainfrom
maxolasersquad:tools-dir-fix

Conversation

@maxolasersquad

Copy link
Copy Markdown
Contributor

The current code adds the alias alias pai='bun <home-dir>/.claude/PAI/Tools/pai.ts'. However the Tools directory is actually TOOLS. This creates a broken alias on Linux.

@Seikilos

Seikilos commented May 17, 2026

Copy link
Copy Markdown

Did you verify everything else works afterwards?

❯ grep -R "Tools" 2>/dev/null | wc -l
533
❯ grep -R "TOOLS" 2>/dev/null | wc -l
309

There are a lot of casing issues right now.
Wouldn't it make more sense to sweep all files and replace TOOLS with Tools?

I really just think of symlinking Tools to TOOLS 😅

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.

3 participants