main
6 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 747b445157 |
refactor: rename GPU service to cleaner naming convention
GPU Service Renaming - Complete: ✅ GPU SERVICE RENAMED: Simplified GPU service naming for consistency - systemd/aitbc-multimodal-gpu.service: Renamed to aitbc-gpu.service - setup.sh: Updated all references to use aitbc-gpu.service - Documentation: Updated all references to use new service name - Reason: Cleaner, more intuitive service naming ✅ RENAMING RATIONALE: 🎯 Simplification: Cleaner, more intuitive service name 📝 Clarity: Removed 'multimodal-' prefix for simpler naming 🔧 Consistency: Matches standard service naming patterns 🎨 Standardization: All services follow aitbc-{name}.service pattern ✅ SERVICE MAPPING: 🚀 aitbc-multimodal-gpu.service → aitbc-gpu.service 📁 Configuration: No service.d directory to rename ⚙️ Functionality: Preserved all GPU service capabilities ✅ SETUP SCRIPT UPDATES: 📦 install_services(): Updated services array with new name 🚀 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 📚 ENHANCED_SERVICES_IMPLEMENTATION_GUIDE.md: Updated all systemctl commands 📋 Service management: Updated manage_services.sh commands 🎯 Monitoring: Updated journalctl and status commands ✅ COMPLETE SERVICE LIST (FINAL): 🔧 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-gpu.service: GPU multimodal processing (RENAMED) 🔧 aitbc-marketplace.service: Marketplace 🔧 aitbc-openclaw.service: OpenClaw orchestration 🔧 aitbc-ai.service: AI capabilities 🔧 aitbc-learning.service: Learning capabilities ✅ BENEFITS: ✅ Cleaner Naming: More intuitive and shorter service name ✅ Consistent Pattern: All services follow same naming convention ✅ Easier Management: Simpler systemctl commands ✅ Better UX: Easier to remember and type service name ✅ Maintainability: Clearer service identification ✅ CODEBASE CONSISTENCY: 🔧 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 RESULT: Successfully renamed GPU service to cleaner naming convention, providing more intuitive and consistent service management across the entire AITBC ecosystem with standardized naming patterns. |
|||
| 98409556f2 |
refactor: rename AI services to cleaner naming convention
AI Services Renaming - Complete: ✅ AI SERVICES RENAMED: Simplified AI service naming for consistency - systemd/aitbc-advanced-ai.service: Renamed to aitbc-ai.service - systemd/aitbc-adaptive-learning.service: Renamed to aitbc-learning.service - systemd/aitbc-adaptive-learning.service.d: Renamed to aitbc-learning.service.d - setup.sh: Updated all references to use new service names - Documentation: Updated all references to use new service names ✅ RENAMING RATIONALE: 🎯 Simplification: Cleaner, more intuitive service names 📝 Clarity: Removed verbose 'advanced-' and 'adaptive-' prefixes 🔧 Consistency: Matches standard service naming patterns 🎨 Standardization: All services follow aitbc-{name}.service pattern ✅ SERVICE MAPPINGS: 🤖 aitbc-advanced-ai.service → aitbc-ai.service 🧠 aitbc-adaptive-learning.service → aitbc-learning.service 📁 Configuration directories: Renamed accordingly ⚙️ Environment configs: Preserved in new directories ✅ SETUP SCRIPT UPDATES: 📦 install_services(): Updated services array with new names 🚀 start_services(): Updated systemctl start commands 🔄 setup_autostart(): Updated systemctl enable commands 📋 Status Check: Updated systemctl is-active checks ✅ DOCUMENTATION UPDATES: 📚 documented_AITBC_Enhanced_Services__8010-8016__Implementation.md: Updated service paths and responses 📚 ENHANCED_SERVICES_IMPLEMENTATION_GUIDE.md: Updated systemctl commands 📋 Service responses: Updated JSON service names to match 🎯 Port references: Updated to use new service names ✅ COMPLETE SERVICE LIST (FINAL): 🔧 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 🔧 aitbc-ai.service: AI capabilities (RENAMED) 🔧 aitbc-learning.service: Learning capabilities (RENAMED) ✅ BENEFITS: ✅ Cleaner Naming: More intuitive and shorter service names ✅ Consistent Pattern: All services follow same naming convention ✅ Easier Management: Simpler systemctl commands ✅ Better UX: Easier to remember and type service names ✅ Maintainability: Clearer service identification ✅ CODEBASE CONSISTENCY: 🔧 All systemctl commands: Updated to use new service names 📋 All service arrays: Updated in setup script 📚 All documentation: Updated to reference new names 🎯 All references: Consistent naming throughout codebase RESULT: Successfully renamed AI services to cleaner naming convention, providing more intuitive and consistent service management across the entire AITBC ecosystem with standardized naming patterns. |
|||
| 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. |
|||
| f2b8d0593e |
refactor: rename marketplace service from enhanced to standard name
Marketplace Service Renaming - Complete: ✅ SERVICE RENAMED: Changed aitbc-marketplace-enhanced.service to aitbc-marketplace.service - systemd/aitbc-marketplace-enhanced.service: Renamed to aitbc-marketplace.service - systemd/aitbc-marketplace-enhanced.service.d: Removed old configuration directory - setup.sh: Updated all references to use aitbc-marketplace.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/1_files.md: Updated file reference 📚 beginner/02_project/3_infrastructure.md: Updated service table 📚 beginner/02_project/aitbc.md: Updated systemctl commands ✅ SERVICE CONFIGURATION: 📁 systemd/aitbc-marketplace.service: Main service file (renamed) 📁 systemd/aitbc-marketplace.service.d: Configuration directory ⚙️ 10-central-env.conf: EnvironmentFile configuration 🔧 Port 8014: Marketplace API service on port 8014 ✅ 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 8014: Enhanced marketplace API service 🎯 Agent-First: GPU marketplace for AI compute services 📦 FastAPI: Built with uvicorn FastAPI framework 🔒 Security: Comprehensive systemd security settings 👤 Integration: Integrated with coordinator API ✅ BENEFITS: ✅ Cleaner Naming: Standard service naming convention ✅ Consistency: Matches other service patterns ✅ Simplicity: Removed unnecessary 'enhanced' qualifier ✅ Maintainability: Easier to reference and manage ✅ Documentation: Clear and consistent references RESULT: Successfully renamed marketplace service to standard naming convention and updated entire codebase to use new name, providing cleaner and more consistent service management. |
|||
| 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 |