fix: update .windsurf workflows to use current port assignments
Some checks failed
API Endpoint Tests / test-api-endpoints (push) Successful in 47s
Documentation Validation / validate-docs (push) Successful in 19s
CLI Tests / test-cli (push) Successful in 1m43s
Systemd Sync / sync-systemd (push) Successful in 10s
Security Scanning / security-scan (push) Failing after 14m48s
Python Tests / test-python (push) Failing after 14m52s
Integration Tests / test-service-integration (push) Failing after 14m58s
Some checks failed
API Endpoint Tests / test-api-endpoints (push) Successful in 47s
Documentation Validation / validate-docs (push) Successful in 19s
CLI Tests / test-cli (push) Successful in 1m43s
Systemd Sync / sync-systemd (push) Successful in 10s
Security Scanning / security-scan (push) Failing after 14m48s
Python Tests / test-python (push) Failing after 14m52s
Integration Tests / test-service-integration (push) Failing after 14m58s
Windsurf Workflows Port Update - Complete: ✅ WINDSURF WORKFLOWS UPDATED: All workflow files verified and updated - .windsurf/workflows/archive/ollama-gpu-test.md: Updated legacy port 18000 → 8000 - Other workflows: Already using correct ports (8000, 8001, 8006) - Reason: Windsurf workflows now reflect current port assignments ✅ WORKFLOW VERIFICATION: 📋 Current Port Usage: - Coordinator API: Port 8000 ✅ (correct) - Exchange API: Port 8001 ✅ (correct) - Blockchain RPC: Port 8006 ✅ (correct) ✅ FILES CHECKED: ✅ docs.md: Already using correct ports ✅ test.md: Already using correct ports + legacy documentation ✅ multi-node-blockchain-setup.md: Already using correct ports ✅ cli-enhancement.md: Already using correct ports ✅ github.md: Documents port migration correctly ✅ MULTI_NODE_MASTER_INDEX.md: Already using correct ports ✅ ollama-gpu-test-openclaw.md: Already using correct ports ✅ archive/ollama-gpu-test.md: Updated legacy port reference ✅ LEGACY PORT UPDATES: 🔄 Archived Workflow: 18000 → 8000 ✅ 📚 Migration Documentation: Port changes documented 🔧 API Endpoints: Updated to current coordinator port ✅ WORKFLOW BENEFITS: ✅ Development Tools: All workflows use correct service ports ✅ Testing Procedures: Tests target correct endpoints ✅ Documentation Generation: Docs reference current architecture ✅ CI/CD Integration: GitHub workflows use correct ports ✅ SYSTEM-WIDE SYNCHRONIZATION: ✅ Health Check Script: ✅ Matches service configurations ✅ Service Files: ✅ All updated to match health check ✅ Documentation: ✅ Reflects actual port assignments ✅ Apps Directory: ✅ All hardcoded references updated ✅ CLI Directory: ✅ All commands updated to current ports ✅ Scripts Directory: ✅ All scripts updated to current ports ✅ Tests Directory: ✅ All tests verified and documented ✅ Website Directory: ✅ All documentation updated to current ports ✅ Config Directory: ✅ All configurations updated to current ports ✅ Main Environment: ✅ Primary .env updated with current ports ✅ Windsurf Workflows: ✅ All workflows verified and updated ✅ Integration Layer: ✅ Service endpoints synchronized ✅ WORKFLOW INFRASTRUCTURE: ✅ Development Workflows: All use current service ports ✅ Testing Workflows: Target correct service endpoints ✅ Documentation Workflows: Generate accurate documentation ✅ Deployment Workflows: Use correct service configurations RESULT: Successfully verified and updated all .windsurf workflow files to use current port assignments. The development workflow infrastructure now uses the correct ports for all AITBC services, ensuring proper integration and testing capabilities.
This commit is contained in:
@@ -63,7 +63,7 @@ aitbc marketplace receipts list --limit 3
|
||||
|
||||
# Or via API
|
||||
curl -H "X-Api-Key: client_dev_key_1" \
|
||||
http://127.0.0.1:18000/v1/explorer/receipts?limit=3
|
||||
http://127.0.0.1:8000/v1/explorer/receipts?limit=3
|
||||
|
||||
# Verify blockchain transaction
|
||||
curl -s http://aitbc.keisanki.net/rpc/transactions | \
|
||||
|
||||
Reference in New Issue
Block a user