diff --git a/.windsurf/skills/aitbc-basic-operations-skill.md b/.windsurf/skills/aitbc-basic-operations-skill.md index d1ff76cd..a3601e1d 100644 --- a/.windsurf/skills/aitbc-basic-operations-skill.md +++ b/.windsurf/skills/aitbc-basic-operations-skill.md @@ -18,7 +18,7 @@ Trigger when user requests basic AITBC operations testing: CLI validation, walle "operation": "test-cli|test-wallet|test-blockchain|test-services|comprehensive", "test_wallet": "string (optional for wallet testing)", "test_password": "string (optional for wallet testing)", - "service_ports": "array (optional for service testing, default: [8000, 8001, 8006])", + "service_ports": "array (optional for service testing, default: [8011, 8001, 8006])", "timeout": "number (optional, default: 30 seconds)", "verbose": "boolean (optional, default: false)" } @@ -91,7 +91,7 @@ Trigger when user requests basic AITBC operations testing: CLI validation, walle ## Environment Assumptions - AITBC CLI accessible at `/opt/aitbc/aitbc-cli` - Python venv activated for CLI operations -- Services running on ports 8000, 8001, 8006 +- Services running on ports 8011, 8001, 8006 - Working directory: `/opt/aitbc` - Default test wallet: "test-wallet" with password "test123" diff --git a/.windsurf/skills/openclaw-agent-communicator.md b/.windsurf/skills/archive/openclaw-agent-communicator.md similarity index 100% rename from .windsurf/skills/openclaw-agent-communicator.md rename to .windsurf/skills/archive/openclaw-agent-communicator.md diff --git a/.windsurf/skills/openclaw-agent-testing-skill.md b/.windsurf/skills/archive/openclaw-agent-testing-skill.md similarity index 100% rename from .windsurf/skills/openclaw-agent-testing-skill.md rename to .windsurf/skills/archive/openclaw-agent-testing-skill.md diff --git a/.windsurf/skills/openclaw-coordination-orchestrator.md b/.windsurf/skills/archive/openclaw-coordination-orchestrator.md similarity index 100% rename from .windsurf/skills/openclaw-coordination-orchestrator.md rename to .windsurf/skills/archive/openclaw-coordination-orchestrator.md diff --git a/.windsurf/skills/openclaw-error-handler.md b/.windsurf/skills/archive/openclaw-error-handler.md similarity index 100% rename from .windsurf/skills/openclaw-error-handler.md rename to .windsurf/skills/archive/openclaw-error-handler.md diff --git a/.windsurf/skills/openclaw-performance-optimizer.md b/.windsurf/skills/archive/openclaw-performance-optimizer.md similarity index 100% rename from .windsurf/skills/openclaw-performance-optimizer.md rename to .windsurf/skills/archive/openclaw-performance-optimizer.md diff --git a/.windsurf/skills/openclaw-session-manager.md b/.windsurf/skills/archive/openclaw-session-manager.md similarity index 100% rename from .windsurf/skills/openclaw-session-manager.md rename to .windsurf/skills/archive/openclaw-session-manager.md diff --git a/.windsurf/skills/blockchain-troubleshoot-recovery.md b/.windsurf/skills/blockchain-troubleshoot-recovery.md index 35ce802a..5e10ddb9 100644 --- a/.windsurf/skills/blockchain-troubleshoot-recovery.md +++ b/.windsurf/skills/blockchain-troubleshoot-recovery.md @@ -230,7 +230,7 @@ ssh aitbc1 'systemctl restart aitbc-*' curl http://10.1.223.40:8006/health curl http://:8006/health curl http://10.1.223.40:8001/health -curl http://10.1.223.40:8000/health +curl http://10.1.223.40:8011/health # Check blockchain sync NODE_URL=http://10.1.223.40:8006 ./aitbc-cli blockchain height