Remove Clawdbot integration
- Deleted clawd command file (commands/clawd.md) - Deleted clawd hook files (hooks/clawd-*.sh) - Removed clawd references from supercharge.sh - Removed clawd checks from health-check.sh - Removed clawd aliases from aliases.sh - Removed clawd patterns from intelligent-router.sh - Updated enhanced-ralph.md to remove clawd agent reference Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -14,10 +14,6 @@ alias mcp-start='~/.claude/mcp-servers/manager.sh start'
|
||||
alias mcp-stop='~/.claude/mcp-servers/manager.sh stop'
|
||||
alias mcp-restart='~/.claude/mcp-servers/manager.sh restart'
|
||||
|
||||
# Clawd
|
||||
alias clawd-status='curl -s http://127.0.0.1:8766/health | jq .'
|
||||
alias clawd-logs='tail -f ~/.claude/clawd/logs/gateway.log'
|
||||
|
||||
# Prometheus
|
||||
alias prometheus-install='bash ~/.claude/prometheus/install.sh'
|
||||
alias prometheus-status='ls -la ~/.claude/prometheus/venv && echo "Prometheus installed" || echo "Prometheus not installed"'
|
||||
@@ -25,7 +21,6 @@ alias prometheus-logs='tail -f ~/.claude/prometheus/logs/prometheus.log'
|
||||
alias prometheus-task='~/.claude/hooks/prometheus-wrapper.sh'
|
||||
|
||||
# Quick commands
|
||||
alias clawd-task='~/.claude/hooks/clawd-wrapper.sh --task'
|
||||
alias ralph-task='~/.claude/skills/bin/ralphloop'
|
||||
|
||||
# Info
|
||||
|
||||
Reference in New Issue
Block a user