aboutsummaryrefslogtreecommitdiff
path: root/IMPROVEMENT_PLAN_V2.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove implementation plans and goal filesdiogo4642025-06-231-264/+0
| | | | | | | | Clean up project by removing internal planning documents 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* Update improvement plan with completion statusdiogo4642025-06-191-5/+21
| | | | | | | | | | | | All four planned tasks successfully completed: ✅ Rename PidFileData to PidFile ✅ Implement PidFileReadError enum ✅ Make --id positional argument ✅ Write comprehensive README.md 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* Rename PidFileData to PidFilediogo4642025-06-191-0/+248
- Rename struct and update all references throughout codebase - Cleaner, more intuitive name that follows Rust conventions - Update documentation comments - No functional changes, purely cosmetic refactor 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>