tuitbot-core 0.1.47

Core library for Tuitbot autonomous X growth assistant
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Tests for startup module split by domain.
//!
//! - `tier`   — ApiTier and TierCapabilities
//! - `tokens` — StoredTokens, file I/O, scope analysis
//! - `auth`   — StartupError, PKCE, URL building, banner
//! - `paths`  — Path helpers, validate_db_path, resolve_db_path, callback state

mod auth;
mod paths;
mod tier;
mod tokens;