Remove Claude/Anthropic references from repo

This commit is contained in:
Myron Blair
2026-07-20 19:30:44 -05:00
parent 2beffd810d
commit 35aa202a4f
+2 -4
View File
@@ -4,7 +4,7 @@
# bash nova-github.sh --status (git status + diff --stat)
# bash nova-github.sh --log (last 10 commits)
#
# Requires: git, GitHub PAT already set on remote (see CLAUDE.md)
# Requires: git, GitHub PAT already set on remote
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
REPO_ROOT="$(dirname "$SCRIPT_DIR")"
@@ -41,9 +41,7 @@ case "${1:-}" in
git add -A
git status --short
echo ""
git commit -m "$MSG
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>"
git commit -m "$MSG"
git push origin main
echo ""
echo -e "${GREEN}[✓]${NC} Pushed. Auto-deploy will trigger within ~1 min."