aitbc
|
9bf38e1662
|
feat: add handler functions for openclaw, workflow, resource, and simulate commands
CLI Tests / test-cli (push) Waiting to run
Security Scanning / security-scan (push) Has been cancelled
- Added handle_openclaw_action for agent file, wallet, environment, and market operations
- Added handle_workflow_action for workflow name, template, config, and async execution
- Added handle_resource_action for resource type, agent, CPU, memory, and duration management
- Added handle_simulate_action for blockchain, wallets, price, network, and AI job simulations
- Implemented kwargs extraction pattern for optional
|
2026-04-09 10:15:59 +02:00 |
|
aitbc
|
86baaba44f
|
feat: add blockchain initialization and genesis block creation to CLI and training
CLI Tests / test-cli (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
- Added blockchain init subcommand with force reinitialization option
- Added blockchain genesis subcommand for creation and inspection
- Added requests import for RPC communication
- Implemented genesis block initialization in stage1_foundation.sh
- Added mining workflow to obtain genesis block rewards
- Added RPC connectivity verification for both nodes (ports 8006/8007)
- Removed unused openclaw, workflow, resource
|
2026-04-09 09:49:21 +02:00 |
|
aitbc
|
89d1613bd8
|
feat: expand CLI with blockchain, marketplace, analytics, and security subcommands
CLI Tests / test-cli (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
- Added blockchain subcommands: `init` for genesis initialization, `genesis` for block creation
- Added marketplace subcommands: `buy`, `sell`, `orders` for trading operations
- Expanded analytics subcommands: `blocks`, `report`, `metrics`, `export` with format options
- Added agent subcommands: `message`, `messages` for agent communication
- Added workflow subcommands: `schedule`, `monitor` for workflow management
- Added resource
|
2026-04-09 09:33:09 +02:00 |
|
aitbc
|
40ddf89b9c
|
docs: update CLI command syntax across workflow documentation
API Endpoint Tests / test-api-endpoints (push) Waiting to run
Documentation Validation / validate-docs (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
- 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 |
|