Some checks failed
CLI Tests / test-cli (push) Has been cancelled
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
- Copied all files from cli/models/ to cli/aitbc_cli/models/ - Commands use relative imports like from ..models.chain import ChainType - Files were in cli/models/ but imports expected them in cli/aitbc_cli/models/ - Fixes ModuleNotFoundError for ChainType and other model imports