pub fn save_token(token: &SecretString) -> Result<(), String>Expand description
Persists a GitHub OAuth token to disk for reuse across app restarts.
Writes to {card_root}/.adds/cadmus/.github_token with 0600 permissions.
ยงErrors
Returns an error string if directory creation or file write fails.