Automated maintenance update - Mo 30 Mär 2026 07:52:40 CEST
All checks were successful
CLI Tests / test-cli (push) Successful in 1m30s
Documentation Validation / validate-docs (push) Successful in 26s
Integration Tests / test-service-integration (push) Successful in 1m0s
Python Tests / test-python (push) Successful in 1m16s
Security Scanning / security-scan (push) Successful in 1m3s

This commit is contained in:
2026-03-30 07:52:40 +02:00
parent 430120e94c
commit 5775b51969
9 changed files with 1942 additions and 87 deletions

3
aitbc-cli Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
source /opt/aitbc/cli/venv/bin/activate
python /opt/aitbc/cli/simple_wallet.py "$@"