feat: add description_long to all cacao fpsexec compute units#67
Merged
Conversation
Add verbose .description_long fields to FPS_APP_INFO structs across all 36 cacao modules: AOloopControl, AOloopControl_DM, IOtools, PredictiveControl, acquireCalib, perfTest, computeCalib, and pyramidWFStools. Enables the new -h2 flag for machine-readable verbose descriptions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add verbose
.description_longfields toFPS_APP_INFOstructs across all 36 cacao modules, enabling the new-h2flag for machine-readable verbose descriptions.Changes
Added
.description_longto all fpsexec compute units:Each description provides algorithm-focused context about the AO control function implemented.
Dependency
Requires milk-org/milk#114 which adds the
description_longfield toFPS_APP_INFOinfps_cli_binding.h.Prompt Summary
Part of a broader effort to standardize the milk/cacao help ecosystem with verbose
-h2descriptions across all ~114 executables.AI Authorship