fix: remove /v1 prefix from agent API endpoints and resolve variable naming conflicts

- Update all agent command endpoints to remove /v1 prefix for API consistency
- Rename `success` variable to `is_success` in chain.py to avoid conflict with success() function
- Rename `output` parameter to `output_file` in genesis.py for clarity
- Add admin command help tests to verify command structure
- Update blockchain status endpoint from /status to /v1/health in tests
- Mark admin help command as working
This commit is contained in:
oib
2026-03-05 09:13:11 +01:00
parent d0fc3174f3
commit 5273b1866f
13 changed files with 587 additions and 29 deletions

View File

@@ -41,7 +41,7 @@ This checklist provides a comprehensive reference for all AITBC CLI commands, or
## 🔧 Core Commands Checklist
### **admin** — System Administration
- [ ] `admin` (help)
- [x] `admin` (help)
- [ ] `admin backup` — System backup operations
- [ ] `admin logs` — View system logs
- [ ] `admin monitor` — System monitoring