docs: update README with comprehensive test results, CLI documentation, and enhanced feature descriptions

- Update key capabilities to include GPU marketplace, payments, billing, and governance
- Expand CLI section from basic examples to 12 command groups with 90+ subcommands
- Add detailed test results table showing 208 passing tests across 6 test suites
- Update documentation links to reference new CLI reference and coordinator API docs
- Revise test commands to reflect actual test structure (
This commit is contained in:
oib
2026-02-12 20:58:21 +01:00
parent 5120861e17
commit 65b63de56f
47 changed files with 5622 additions and 1148 deletions

View File

@@ -72,8 +72,9 @@ The AITBC platform consists of 7 core components working together to provide a c
### CLI & Tooling
- **AITBC CLI** - 11 command groups, 80+ subcommands (116/116 tests passing)
- Client, miner, wallet, auth, blockchain, marketplace, admin, config, monitor, simulate, plugin
- **AITBC CLI** - 12 command groups, 90+ subcommands (165/165 tests passing)
- Client, miner, wallet, auth, blockchain, marketplace, admin, config, monitor, simulate, governance, plugin
- 141 unit tests + 24 integration tests (CLI → live coordinator)
- CI/CD via GitHub Actions, man page, shell completion
## Component Interactions