fix: correct command syntax from 'claude run' to slash commands

- Update all documentation to use /command-name syntax
- Fix README, CLAUDE.md, install.sh, and command docs
- Commands run directly in Claude Code with /command-name
This commit is contained in:
Noah Brier
2025-09-13 12:30:37 -04:00
parent ef2593e173
commit 6bc043665b
4 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -99,6 +99,6 @@ echo ""
echo "Next steps:"
echo "1. Start Claude Code in this directory: claude"
echo "2. Read the Welcome note in 00_Inbox/"
echo "3. Try: claude run thinking-partner"
echo "3. Try: /thinking-partner (in Claude Code)"
echo ""
echo "Happy note-taking! 🧠✨"