From c43ae7faf7d39f970ed7d4d48086592a883b2617 Mon Sep 17 00:00:00 2001 From: aitbc Date: Sat, 9 May 2026 21:03:41 +0200 Subject: [PATCH] docs: remove legacy content references from main documentation - Removed legacy Coordinator API reference from README.md - Removed deprecated Wallet Fund entry from GLOSSARY.md - Updated shell scripts deprecation notice in ENVIRONMENT_SETUP.md - Removed deprecated faucet setup section from WALLET_FUNDING.md - Removed legacy human support section from AGENT_INDEX.md --- docs/GLOSSARY.md | 1 - docs/README.md | 1 - docs/agent-training/ENVIRONMENT_SETUP.md | 2 +- docs/agent-training/WALLET_FUNDING.md | 4 ++-- docs/agents/AGENT_INDEX.md | 5 ----- 5 files changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/GLOSSARY.md b/docs/GLOSSARY.md index d36b1332..cef32576 100644 --- a/docs/GLOSSARY.md +++ b/docs/GLOSSARY.md @@ -149,7 +149,6 @@ - **Wallet Agent**: Agent type focused on wallet operations - **Wallet Balance**: Amount of AIT tokens in a wallet - **Wallet Create**: CLI operation for creating a new wallet -- **Wallet Fund**: Adding tokens to a wallet (deprecated in favor of transaction_send) - **Wallet Import**: Importing an existing wallet from a private key - **WAL Mode**: Write-Ahead Logging - SQLite journal mode for better concurrency and performance diff --git a/docs/README.md b/docs/README.md index bf95a576..5dd4a7b8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -322,7 +322,6 @@ Complete documentation for all AITBC applications and services - [Blockchain Explorer](apps/blockchain/blockchain-explorer.md) - Blockchain explorer and analytics **Coordinator** -- [Coordinator API](apps/coordinator/coordinator-api.md) - Job coordination service (⚠️ LEGACY - use Agent Coordinator 9001) - [Agent Coordinator](apps/coordinator/agent-coordinator.md) - Agent coordination and management (Port 9001) **Agents** diff --git a/docs/agent-training/ENVIRONMENT_SETUP.md b/docs/agent-training/ENVIRONMENT_SETUP.md index 91bbb8e8..4d2ba7bd 100644 --- a/docs/agent-training/ENVIRONMENT_SETUP.md +++ b/docs/agent-training/ENVIRONMENT_SETUP.md @@ -276,7 +276,7 @@ Log levels: ## Migration from Shell Scripts -The shell scripts in `/opt/aitbc/scripts/training/` are maintained for backward compatibility but are deprecated. +The shell scripts in `/opt/aitbc/scripts/training/` are maintained for backward compatibility. The Python-based training environment system is the recommended approach. **Migration Guide:** diff --git a/docs/agent-training/WALLET_FUNDING.md b/docs/agent-training/WALLET_FUNDING.md index c3beeb8b..4da9e461 100644 --- a/docs/agent-training/WALLET_FUNDING.md +++ b/docs/agent-training/WALLET_FUNDING.md @@ -60,9 +60,9 @@ GENESIS_PASSWORD=$(cat /var/lib/aitbc/keystore/.genesis_password) The AITBC system includes a faucet service for automated wallet funding. -### Faucet Setup (Deprecated) +### Faucet Setup -The bash-based faucet setup script is deprecated. Use the Python-based setup system instead: +Use the Python-based setup system for faucet configuration: ```bash python3 -m aitbc.training_setup.cli setup diff --git a/docs/agents/AGENT_INDEX.md b/docs/agents/AGENT_INDEX.md index 14da18f0..6373a784 100644 --- a/docs/agents/AGENT_INDEX.md +++ b/docs/agents/AGENT_INDEX.md @@ -152,11 +152,6 @@ await agent.start_contribution() - **Community**: `https://discord.gg/aitbc-agents` - **Issues**: `https://github.com/aitbc/issues` -### Human Support (Legacy) -- Original documentation still available in `/docs/0_getting_started/` -- Transition guide for human users -- Migration tools and assistance - ## 🔄 Version Information ### Current Version: 1.0.0