c876b0aa200e788693b139dc9959da656a2c2f39
4 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| bc942c0ff9 |
docs: update documentation to reflect new port assignments
Documentation Port Update - Complete: ✅ DOCUMENTATION UPDATED: All documentation now reflects current port assignments - docs/advanced/01_blockchain/2_configuration.md: Updated AI Service port from 8009 to 8015 - docs/reference/PORT_MAPPING_GUIDE.md: Created comprehensive port mapping guide - Reason: Documentation now synchronized with actual service configurations ✅ PORT MAPPING GUIDE CREATED: 📋 Complete Service Overview: All 16 services with current ports 🔧 Core Services (8000-8009): 6 services + blockchain RPC 🚀 AI/Agent/GPU Services (8010-8019): 6 services 📊 Other Services (8020-8029): 2 services 📚 Configuration Files: Service file locations for each port 🎯 Health Check Commands: Complete testing commands 📋 Port Usage Summary: Statistics and availability ✅ DOCUMENTATION IMPROVEMENTS: ✅ Current Information: All ports reflect actual service configurations ✅ Complete Coverage: Every service documented with correct port ✅ Health Check Guide: Commands for testing each service ✅ Configuration Reference: File locations for port changes ✅ Strategy Documentation: Port allocation strategy explained ✅ SYNCHRONIZATION ACHIEVED: ✅ Health Check Script: Matches service configurations ✅ Service Files: All updated to match documentation ✅ Documentation: Reflects actual port assignments ✅ Complete Consistency: No mismatches across system ✅ PORT ORGANIZATION DOCUMENTED: ✅ Sequential Assignment: Services use sequential ports within ranges ✅ Functional Grouping: Services grouped by purpose ✅ Available Ports: Clear listing of free ports ✅ Migration History: Recent port changes documented ✅ USER BENEFITS: ✅ Easy Reference: Single source of truth for port information ✅ Testing Guide: Commands for service health verification ✅ Configuration Help: File locations for port modifications ✅ Strategy Understanding: Clear port allocation rationale RESULT: Successfully updated all documentation to reflect the new port assignments. Created a comprehensive PORT_MAPPING_GUIDE.md that serves as the definitive reference for all AITBC service ports. Documentation is now perfectly synchronized with service configurations, providing users with accurate and complete port information. |
|||
| a2216881bd |
refactor: rename OpenClaw service from enhanced to standard name
OpenClaw Service Renaming - Complete: ✅ OPENCLAW SERVICE RENAMED: Changed aitbc-openclaw-enhanced.service to aitbc-openclaw.service - systemd/aitbc-openclaw-enhanced.service: Renamed to aitbc-openclaw.service - systemd/aitbc-openclaw-enhanced.service.d: Renamed to aitbc-openclaw.service.d - setup.sh: Updated all references to use aitbc-openclaw.service - Documentation: Updated all references to use new service name ✅ RENAMING RATIONALE: 🎯 Simplification: Standard service naming convention 📝 Clarity: Removed 'enhanced' suffix for cleaner naming 🔧 Consistency: Matches other service naming patterns 🎨 Standardization: All services follow aitbc-{name}.service pattern ✅ SETUP SCRIPT UPDATES: 📦 install_services(): Updated services array 🚀 start_services(): Updated systemctl start command 🔄 setup_autostart(): Updated systemctl enable command 📋 Status Check: Updated systemctl is-active check ✅ DOCUMENTATION UPDATES: 📚 documented_AITBC_Enhanced_Services__8010-8016__Implementation.md: Updated service path 📚 beginner/02_project/aitbc.md: Updated systemctl commands 📚 enhanced-services-implementation-complete.md: Updated service reference 📚 enhanced-services-deployment-completed-2026-02-24.md: Updated service description ✅ SERVICE CONFIGURATION: 📁 systemd/aitbc-openclaw.service: Main service file (renamed) 📁 systemd/aitbc-openclaw.service.d: Configuration directory (renamed) ⚙️ 10-central-env.conf: EnvironmentFile configuration 🔧 Port 8007: OpenClaw API service on port 8007 ✅ CODEBASE REWIRED: 🔧 All systemctl commands: Updated to use new service name 📋 All service arrays: Updated in setup script 📚 All documentation: Updated to reference new name 🎯 All references: Consistent naming throughout codebase ✅ SERVICE FUNCTIONALITY: 🚀 Port 8007: OpenClaw agent orchestration service 🎯 Agent Integration: Agent orchestration and edge computing 📦 FastAPI: Built with uvicorn FastAPI framework 🔒 Security: Comprehensive systemd security settings 👤 Integration: Integrated with coordinator API ✅ COMPLETE SERVICE LIST (UPDATED): 🔧 aitbc-wallet.service: Wallet management 🔧 aitbc-coordinator-api.service: Coordinator API 🔧 aitbc-exchange-api.service: Exchange API 🔧 aitbc-blockchain-node.service: Blockchain node 🔧 aitbc-blockchain-rpc.service: Blockchain RPC 🔧 aitbc-multimodal-gpu.service: GPU multimodal 🔧 aitbc-marketplace.service: Marketplace 🔧 aitbc-openclaw.service: OpenClaw orchestration (RENAMED) 🔧 aitbc-advanced-ai.service: Advanced AI 🔧 aitbc-adaptive-learning.service: Adaptive learning RESULT: Successfully renamed OpenClaw service to standard naming convention and updated entire codebase to use new name, providing cleaner and more consistent service management across all AITBC services. |
|||
| bfe6f94b75 |
chore: remove outdated documentation and reference files
Some checks failed
AITBC CI/CD Pipeline / lint-and-test (3.11) (push) Has been cancelled
AITBC CI/CD Pipeline / lint-and-test (3.12) (push) Has been cancelled
AITBC CI/CD Pipeline / lint-and-test (3.13) (push) Has been cancelled
AITBC CI/CD Pipeline / test-cli (push) Has been cancelled
AITBC CI/CD Pipeline / test-services (push) Has been cancelled
AITBC CI/CD Pipeline / test-production-services (push) Has been cancelled
AITBC CI/CD Pipeline / security-scan (push) Has been cancelled
AITBC CI/CD Pipeline / build (push) Has been cancelled
AITBC CI/CD Pipeline / deploy-staging (push) Has been cancelled
AITBC CI/CD Pipeline / deploy-production (push) Has been cancelled
AITBC CI/CD Pipeline / performance-test (push) Has been cancelled
AITBC CI/CD Pipeline / docs (push) Has been cancelled
AITBC CI/CD Pipeline / release (push) Has been cancelled
AITBC CI/CD Pipeline / notify (push) Has been cancelled
Security Scanning / Bandit Security Scan (apps/coordinator-api/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (cli/aitbc_cli) (push) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-core/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-crypto/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-sdk/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (tests) (push) Has been cancelled
Security Scanning / CodeQL Security Analysis (javascript) (push) Has been cancelled
Security Scanning / CodeQL Security Analysis (python) (push) Has been cancelled
Security Scanning / Dependency Security Scan (push) Has been cancelled
Security Scanning / Container Security Scan (push) Has been cancelled
Security Scanning / OSSF Scorecard (push) Has been cancelled
Security Scanning / Security Summary Report (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-cli-level1 (3.11) (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-cli-level1 (3.12) (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-cli-level1 (3.13) (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-summary (push) Has been cancelled
- Remove debugging service documentation (DEBUgging_SERVICES.md) - Remove development logs policy and quick reference guides - Remove E2E test creation summary - Remove gift certificate example file - Remove GitHub pull summary documentation |
|||
|
|
6cb51c270c |
docs(planning): clean up next milestone document and remove completion markers
- Remove excessive completion checkmarks and status markers throughout document - Consolidate redundant sections on completed features - Streamline executive summary and current status sections - Focus content on upcoming quick wins and active tasks - Remove duplicate phase completion listings - Clean up success metrics and KPI sections - Maintain essential planning information while reducing noise |