Skip to content

Commit 5a6b710

Browse files
committed
refactor: Rename repository from cc-experiments to cc-polymath
Update all internal references to reflect new repository name: - Installation script comments and error messages - Uninstallation script reinstall instructions No functional changes - purely cosmetic rename to better reflect the repository's nature as a polymath's reference library.
1 parent 48b881c commit 5a6b710

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

slash-commands/install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Install script for /skills slash command
4-
# Integrated with cc-experiments gateway architecture
4+
# Integrated with cc-polymath gateway architecture
55

66
set -e
77

@@ -18,8 +18,8 @@ if [ ! -f "$COMMAND_FILE" ]; then
1818
echo "✗ Error: Command file not found"
1919
echo " Expected: $COMMAND_FILE"
2020
echo ""
21-
echo "Please run this installer from the cc-experiments repository root:"
22-
echo " cd /path/to/cc-experiments"
21+
echo "Please run this installer from the cc-polymath repository root:"
22+
echo " cd /path/to/cc-polymath"
2323
echo " ./slash-commands/install.sh"
2424
exit 1
2525
fi
@@ -28,7 +28,7 @@ if [ ! -f "$SKILLS_CATALOG" ]; then
2828
echo "✗ Error: Skills catalog not found"
2929
echo " Expected: $SKILLS_CATALOG"
3030
echo ""
31-
echo "This installer must be run from cc-experiments repository."
31+
echo "This installer must be run from cc-polymath repository."
3232
echo "The gateway architecture requires skills/README.md"
3333
exit 1
3434
fi

slash-commands/uninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ rm "$INSTALL_PATH"
3232
echo "✓ /skills command removed"
3333
echo ""
3434
echo "To reinstall:"
35-
echo " cd /path/to/cc-experiments"
35+
echo " cd /path/to/cc-polymath"
3636
echo " ./slash-commands/install.sh"

0 commit comments

Comments
 (0)