Commit Graph

6 Commits

Author SHA1 Message Date
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.
2026-03-30 17:52:03 +02:00
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.
2026-03-30 17:48:55 +02:00
394ecb49b9 docs: consolidate CLI documentation and purge legacy structure
MERGE OPERATIONS:
- Merged /opt/aitbc/cli/docs into /opt/aitbc/docs/cli
- Eliminated duplicate CLI documentation locations
- Created single source of truth for CLI docs

ORGANIZATION IMPROVEMENTS:
- Created structured subdirectories:
  • implementation/ - Core implementation summaries
  • analysis/ - Analysis reports and integration summaries
  • guides/ - Installation and setup guides
  • legacy/ - Historical documentation (archived)

- Updated main README.md with:
  • New consolidated structure overview
  • Updated installation instructions for flat CLI structure
  • Recent CLI design principles changes
  • Proper navigation to subdirectories

- Created legacy/README.md with:
  • Clear deprecation notice
  • File categorization
  • Purge candidates identification
  • Migration notes from old to new structure

FILE MOVES:
- 15 implementation summaries → implementation/
- 5 analysis reports → analysis/
- 3 setup guides → guides/
- 19 legacy documented files → legacy/
- 1 demonstration file → root (active reference)

PROJECT DOCUMENTATION UPDATES:
- Updated /docs/beginner/02_project/1_files.md
- Reflected flattened CLI structure (cli/commands/ vs cli/aitbc_cli/commands/)
- Added docs/cli/ as consolidated documentation location
- Updated Python version requirement to 3.13.5 only

BENEFITS:
- Single location for all CLI documentation
- Clear separation of current vs legacy information
- Better organization and discoverability
- Easier maintenance and updates
- Proper archival of historical documentation

STATUS:
 Consolidation complete
 Legacy properly archived
 Structure organized
 Documentation updated
2026-03-26 09:15:03 +01:00
AITBC System
d7590c5852 Merge gitea/main, preserving release v0.2.2 stability and CLI documentation 2026-03-25 12:58:02 +01:00
AITBC System
0cd711276f Merge gitea/main, preserving security fixes and current dependency versions 2026-03-24 16:18:25 +01:00
AITBC System
dda703de10 feat: implement v0.2.0 release features - agent-first evolution
 v0.2 Release Preparation:
- Update version to 0.2.0 in pyproject.toml
- Create release build script for CLI binaries
- Generate comprehensive release notes

 OpenClaw DAO Governance:
- Implement complete on-chain voting system
- Create DAO smart contract with Governor framework
- Add comprehensive CLI commands for DAO operations
- Support for multiple proposal types and voting mechanisms

 GPU Acceleration CI:
- Complete GPU benchmark CI workflow
- Comprehensive performance testing suite
- Automated benchmark reports and comparison
- GPU optimization monitoring and alerts

 Agent SDK Documentation:
- Complete SDK documentation with examples
- Computing agent and oracle agent examples
- Comprehensive API reference and guides
- Security best practices and deployment guides

 Production Security Audit:
- Comprehensive security audit framework
- Detailed security assessment (72.5/100 score)
- Critical issues identification and remediation
- Security roadmap and improvement plan

 Mobile Wallet & One-Click Miner:
- Complete mobile wallet architecture design
- One-click miner implementation plan
- Cross-platform integration strategy
- Security and user experience considerations

 Documentation Updates:
- Add roadmap badge to README
- Update project status and achievements
- Comprehensive feature documentation
- Production readiness indicators

🚀 Ready for v0.2.0 release with agent-first architecture
2026-03-18 20:17:23 +01:00