From 35aa202a4f314be9db38373a224632b921703e70 Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Mon, 20 Jul 2026 19:30:44 -0500 Subject: [PATCH] Remove Claude/Anthropic references from repo --- tools/nova-github.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/nova-github.sh b/tools/nova-github.sh index a9db988..9320f16 100755 --- a/tools/nova-github.sh +++ b/tools/nova-github.sh @@ -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 " + git commit -m "$MSG" git push origin main echo "" echo -e "${GREEN}[✓]${NC} Pushed. Auto-deploy will trigger within ~1 min."