Commit Graph

8 Commits

Author SHA1 Message Date
5f54124015 chore: Move all command handlers to their own files
This makes the code much easier to follow and shortens main.rs from
>1000 lines to around 150.
2025-11-29 01:22:49 +01:00
c0453ce093 fix: Be more explicit about coding quality
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.
2025-11-28 20:18:51 +01:00
3d4ace793d Refine development guidelines for improved code quality
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.
2025-11-27 21:28:09 +01:00
508975a086 Fix clippy warnings 2025-11-27 21:24:51 +01:00
edacda0d01 Add JJ version control requirement to AGENTS.md 2025-11-22 15:04:04 +00:00
0b2549ddb4 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
2025-11-22 15:04:04 +00:00
45c0788a4b Differentiate between human and LLM debugging 2025-11-22 15:04:04 +00:00
9a5c6d0f68 Implement logic 2025-11-22 15:04:04 +00:00