- 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 (
29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
# Current Task
|
|
|
|
No active task. All recent work documented in `done.md`.
|
|
|
|
## Last Completed (2026-02-12)
|
|
|
|
- ✅ Persistent GPU marketplace (SQLModel) — see `done.md`
|
|
- ✅ CLI integration tests (24 tests) — see `done.md`
|
|
- ✅ Coordinator billing stubs (21 tests) — see `done.md`
|
|
- ✅ Documentation updated (README, roadmap, done, structure, components, files, coordinator-api)
|
|
|
|
## Test Summary
|
|
|
|
| Suite | Tests | Source |
|
|
|-------|-------|--------|
|
|
| Blockchain node | 50 | `tests/test_blockchain_nodes.py` |
|
|
| ZK integration | 8 | `tests/test_zk_integration.py` |
|
|
| CLI unit | 141 | `tests/cli/test_*.py` (9 files) |
|
|
| CLI integration | 24 | `tests/cli/test_cli_integration.py` |
|
|
| Billing | 21 | `apps/coordinator-api/tests/test_billing.py` |
|
|
| GPU marketplace | 22 | `apps/coordinator-api/tests/test_gpu_marketplace.py` |
|
|
|
|
## Environment
|
|
|
|
- **Local testnet**: localhost blockchain nodes (ports 8081, 8082)
|
|
- **Production**: `ssh aitbc-cascade` — same codebase, single environment
|
|
- **Remote node**: `ssh ns3-root` → Site C (aitbc.keisanki.net)
|
|
- See `infrastructure.md` for full topology
|