fxt now compiles from the same service protos as all backend services. Deleted 8 fat-client protos (3,286 lines) from bin/fxt/proto/. Updated include_proto! macros to use new package names (trading, ml, config instead of foxhunt.tli, foxhunt.ml, foxhunt.config). Added risk, data_acquisition, and config_service proto modules. Fixed duplicate include_proto in agent.rs to use crate::proto. Existing command implementations will be rewritten to use new proto types in Task 6. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fxt
Foxhunt CLI -- command-line interface for the Foxhunt HFT trading system.
Commands
fxt auth-- authentication and token managementfxt trade-- order submission and managementfxt train-- model training job managementfxt tune-- hyperparameter optimizationfxt agent-- trading agent controlfxt model-- model listing and inspectionfxt backtest-ml-- ML backtesting workflows
Configuration
FXT_CONFIG-- config file path (default:~/.config/fxt/config.toml)TRADING_SERVICE_URL-- gRPC endpoint for trading service