By making the AGENTS.md file more explicit about the code quality
standards, it will hopefully result in cleaner code.
There was a tendency to mask unused variables by prefixing them with a _
instead of removing them. That is not what I want: if it's unused, I
want it gone.
Update the development guide to emphasize best practices including updating specifications during work, mandatory code formatting and linting, README updates for user-visible changes, and cleanup of unused code. This fosters consistent, high-quality contributions that enhance the project's reliability and maintainability.
- 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