MyCmd and MyProject Weekly Progress Report: 2025 Week 34
There is no demo this week, as I added no new features to MyProject. All of my changes were clean ups and refactoring.
However, what I did do this week was start to port the
myproject
files (in the format and APIs from the version
still in MyCmd
Core.) from my various personal projects to MyProject task
definition files.
Ports
Here are the commits across my projects showing the conversion. It was helpful to figure out common patterns.
MyProject Updates
This week I pushed 5 commits to MyProject, including the following changes:
- cleaning up the snapshot tests for
mycmd myproject project-info tasks
,mycmd myproject project-info task-definition-files
, andmycmd myproject project-info filesets
- refactoring and clean up of the
project-info
command group, removing some redundancy
Next Week
I have a few remaining projects to finishing porting to MyProject task definition directories, including MyCmd itself. After I finish with that, I’m going to take some notes on the remaining work to be done in MyProject. I think the main thing I need to do is port the git support from MyCmd’s project implementation into MyProject. With that done, I will be able to create a snapshot tag of MyProject. I will then go back to working on MyCmd and getting it ready for release as well.
All of my MyCmd and MyProject Weekly Progress reports will be linked from here.