Commit Graph

2 Commits

Author SHA1 Message Date
aitbc
40ddf89b9c docs: update CLI command syntax across workflow documentation
Some checks failed
API Endpoint Tests / test-api-endpoints (push) Waiting to run
CLI Tests / test-cli (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Integration Tests / test-service-integration (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
- Updated marketplace commands: `marketplace --action` → `market` subcommands
- Updated wallet commands: direct flags → `wallet` subcommands
- Updated AI commands: `ai-submit`, `ai-status` → `ai submit`, `ai status`
- Updated blockchain commands: `chain` → `blockchain info`
- Standardized command structure across all workflow files
- Affected files: MULTI_NODE_MASTER_INDEX.md, TEST_MASTER_INDEX.md, multi-node-blockchain-marketplace
2026-04-08 12:10:21 +02:00
aitbc
10dc3fdb49 refactor: remove production naming from AITBC services
 Production Naming Cleanup Complete
- Renamed aitbc-production-monitor.service to aitbc-monitor.service
- Removed production suffix from all SyslogIdentifiers
- Updated log paths from /var/log/aitbc/production/ to /var/log/aitbc/
- Fixed service configurations and syntax issues
- Created dedicated monitor script for better maintainability

 Services Standardized
- aitbc-monitor.service (clean naming)
- aitbc-gpu.service (no production suffix)
- aitbc-blockchain-node.service (no production suffix)
- aitbc-agent-coordinator.service (no production suffix)
- All other AITBC services updated

 Environment Simplification
- Single environment: staging runs over git branches
- No production naming needed (only one environment)
- Clean service naming convention across all services
- Unified log directory structure under /var/log/aitbc/

🚀 Production naming issues completely resolved!
2026-04-02 15:12:24 +02:00