Handle expired agreements and rewrite README

- Implement robust End User Agreement expiry detection and handling
- Add graceful error recovery for failed accounts
- Rewrite README.md to focus on user benefits
- Add documentation guidelines to AGENTS.md
This commit is contained in:
2025-11-21 17:04:31 +01:00
parent a4fcea1afe
commit 74d362b412
13 changed files with 362 additions and 183 deletions

1
Cargo.lock generated
View File

@@ -174,6 +174,7 @@ dependencies = [
"serde",
"serde_json",
"task-local-extensions",
"thiserror",
"tokio",
"tracing",
"tracing-subscriber",