aboutsummaryrefslogtreecommitdiff
path: root/IMPROVEMENT_PLAN.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove implementation plans and goal filesdiogo4642025-06-231-166/+0
| | | | | | | | Clean up project by removing internal planning documents 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* Switch to anyhow for improved error handlingdiogo4642025-06-191-0/+166
- Replace Box<dyn std::error::Error> with anyhow::Result throughout - Add comprehensive assert_cmd documentation to CLAUDE.md - Create detailed improvement plan in IMPROVEMENT_PLAN.md - Use anyhow::anyhow\! for custom error messages - Add Context trait for better error context where applicable This provides better error messages and more idiomatic Rust error handling. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>