MyCmd and MyProject Weekly Status Report: 2025 Week 41
Quick update. Added an explicit dependency on GNU find for MyProject and made a MyProject 0.02 release.
Started my full-time employment this week, so not as much time for my open source work.
MyCmd and MyProject Weekly Status Report: 2025 Week 41
Quick update. Added an explicit dependency on GNU find for MyProject and made a MyProject 0.02 release.
Started my full-time employment this week, so not as much time for my open source work.
MyCmd and MyProject Weekly Status Report: 2025 Week 39
Updated my Emacs configuration to be able to execute MyProject tasks within Emacs. Created a Homebrew Tap and Formulas for MyCmd and MyProject to enable installing with MyCmd. Updated installation instructions in MyCmd and MyProject READMEs.
MyCmd and MyProject Weekly Status Report: 2025 Week 38
Release automation for MyCmd and MyProject. Created initial releases in both. Created MyProject-Tool-Plugin for managing MyProject installs with Mise. Includes a screencast demo of installing Mise, checking out MyCmd, and then running the project tasks in a fresh Linux VM.
https://iam.travishartwell.net/mycmd/blog/2025-09-20-mycmd-and-myproject-weekly-progress-report:-2025-week-38/
MyCmd and MyProject Weekly Status Report: Week 37
UpdatefossProject to call `mycmd.batch_init_bin` after loading a task definition directory. Updated all of my task definition files to use this new pattern. Got the first contributions from someone other than myself to the project. Started work on release automation.
MyCmd and MyProject Weekly Status Report: 2025 Week 36
Updating my cross platform system binary support to batch the initialization at startup.
Also, diagrammed the dependencies between the MyCmd core library and its support libraries.
MyCmd and MyProject Weekly Status Report: 2025 Week 35
Four years of MyCmd Development!
Created the first snapshot tag for MyProject. Ported MyCmd’s own myproject files to a MyProject task definition directory. Deprecated the project command group in MyCmd core.
MyCmd and MyProject Weekly Status Report: 2025 Week 33
Added task descriptions and task definition file descriptions. Added new project info filesets command. Added new table output format for project info commands: tasks, task-definition-files, filesets.
MyCmd and MyProject Weekly Status Report: 2025 Week 32
Added output control flags for quiet and verbose output modes and supporting functions. Created a new command group `mycmd myproject project-info` for information providing commands.
MyCmd and MyProject Weekly Status Report: 2025 Week 31
Reporting and handling ambiguities in task execution. Simplification of MyProject by removing lazy loading task definition files.