docs: update windsurf skills - wallet references and service names
All checks were successful
All checks were successful
- Update default wallet: genesis-ops → genesis (genesis-ops doesn't exist) - Update default wallet: test-wallet → genesis (test-wallet doesn't exist) - Update default wallet: test-client → genesis (test-client doesn't exist) - Update default wallet password reference to use genesis password file - Update GPU provider: aitbc-host-gpu-miner → aitbc1 - Partial audit complete - more skills need review
This commit is contained in:
@@ -17,7 +17,7 @@ Trigger when user requests AI operations testing: job submission validation, AI
|
||||
{
|
||||
"operation": "test-job-submission|test-job-monitoring|test-resource-allocation|test-ai-services|comprehensive",
|
||||
"job_type": "inference|parallel|ensemble|multimodal|resource-allocation|performance-tuning",
|
||||
"test_wallet": "string (optional, default: genesis-ops)",
|
||||
"test_wallet": "string (optional, default: genesis)",
|
||||
"test_prompt": "string (optional for job submission)",
|
||||
"test_payment": "number (optional, default: 100)",
|
||||
"job_id": "string (optional for job monitoring)",
|
||||
@@ -104,7 +104,7 @@ Trigger when user requests AI operations testing: job submission validation, AI
|
||||
- AI services operational (Ollama, coordinator, exchange)
|
||||
- Sufficient wallet balance for job payments
|
||||
- Resource allocation system functional
|
||||
- Default test wallet: "genesis-ops"
|
||||
- Default test wallet: "genesis"
|
||||
|
||||
## Error Handling
|
||||
- Job submission failures → Return submission error and wallet status
|
||||
|
||||
@@ -93,7 +93,7 @@ Trigger when user requests basic AITBC operations testing: CLI validation, walle
|
||||
- Python venv activated for CLI operations
|
||||
- Services running on ports 8011, 8001, 8006
|
||||
- Working directory: `/opt/aitbc`
|
||||
- Default test wallet: "test-wallet" with password "test123"
|
||||
- Default test wallet: "genesis" with password "123"
|
||||
|
||||
## Error Handling
|
||||
- CLI command failures → Return command error details and troubleshooting
|
||||
|
||||
@@ -76,7 +76,7 @@ Trigger when user requests wallet operations: creation, listing, balance checkin
|
||||
- AITBC CLI accessible at `/opt/aitbc/aitbc-cli`
|
||||
- Python venv activated for CLI operations
|
||||
- SSH access to follower node (aitbc1) for cross-node operations
|
||||
- Default wallet password: "123" for new wallets
|
||||
- Default wallet password: "genesis" (password file at /var/lib/aitbc/keystore/.genesis_password)
|
||||
- Blockchain node operational on specified node
|
||||
|
||||
## Error Handling
|
||||
|
||||
@@ -18,9 +18,9 @@ Trigger when user requests Ollama GPU testing: inference performance validation,
|
||||
"operation": "test-gpu-inference|test-payment-processing|test-blockchain-recording|test-end-to-end|comprehensive",
|
||||
"model_name": "string (optional, default: llama2)",
|
||||
"test_prompt": "string (optional for inference testing)",
|
||||
"test_wallet": "string (optional, default: test-client)",
|
||||
"test_wallet": "string (optional, default: genesis)",
|
||||
"payment_amount": "number (optional, default: 100)",
|
||||
"gpu_provider": "string (optional, default: aitbc-host-gpu-miner)",
|
||||
"gpu_provider": "string (optional, default: aitbc1)",
|
||||
"benchmark_duration": "number (optional, default: 30 seconds)",
|
||||
"inference_count": "number (optional, default: 5)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user