From a6d4e43e011b86d46b19c849a98c47ec6a3f8790 Mon Sep 17 00:00:00 2001 From: aitbc1 Date: Sun, 29 Mar 2026 14:45:13 +0200 Subject: [PATCH] docs: update AITBC CLI configuration in workflow - Add prerequisite that CLI tool uses /etc/aitbc/blockchain.env by default - Add CLI integration note to environment configuration section - Clarify that CLI tool automatically uses central configuration file - Ensure workflow documentation reflects CLI tool's default behavior - Maintain consistency between directory structure and CLI usage --- .windsurf/workflows/multi-node-blockchain-setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.windsurf/workflows/multi-node-blockchain-setup.md b/.windsurf/workflows/multi-node-blockchain-setup.md index 8ec74d84..d8768cd9 100644 --- a/.windsurf/workflows/multi-node-blockchain-setup.md +++ b/.windsurf/workflows/multi-node-blockchain-setup.md @@ -13,6 +13,7 @@ This workflow sets up a two-node AITBC blockchain network (aitbc1 as genesis aut - Redis available for cross-node gossip - Python venv at `/opt/aitbc/venv` - AITBC CLI tool available (aliased as `aitbc`) +- CLI tool configured to use `/etc/aitbc/blockchain.env` by default ## Directory Structure @@ -34,6 +35,7 @@ The workflow uses the central `/etc/aitbc/blockchain.env` file as the configurat - **Path Updates**: Paths are updated to use the standardized directory structure - **Backup Strategy**: Original config is backed up before modifications - **Standard Location**: Config moved to `/etc/aitbc/` following system standards +- **CLI Integration**: AITBC CLI tool uses this config file by default ### 1. Prepare aitbc1 (Genesis Authority Node)