- Rename TliConfig→FxtConfig, TliError→FxtError, TliResult→FxtResult - Migrate token storage path foxhunt-tli→foxhunt-fxt with auto-migration - Fix FileTokenStorage::Default panic (fallback to /tmp on missing HOME) - Update all doc comments, login prompt, config.toml.example, env vars - Update keyring service names foxhunt-tli-access→foxhunt-fxt-access - Add TOKEN_REFRESH_BUFFER_SECS named constant - Add clarifying comments for JWT dummy key and IBKR default client ID Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
integration
Comprehensive integration test suite covering cross-crate interactions, database queries, gRPC service contracts, and ML model pipelines.
Subdirectories
chaos/-- chaos engineering and fault injection testse2e_helpers/-- shared E2E test utilities (JWT generation, service probes)smoke_tests/-- quick smoke tests for CI validation
Usage
SQLX_OFFLINE=true cargo test -p integration --lib