* fixed condition in which app command comments would not execute before the flow is dispatched
* remove debug print statment
* updated example code
* fix test
* updates to test
Co-authored-by: William Falcon <waf2107@columbia.edu>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
* initial work
* this seems to work well
* added example test
* updated docs & logging
* fixed errors
* fix typing error
* now using the --setup flag to decide if we should execute app comment commands or not
* updated tests
* added tests
* added test to ci
* fixed failing tests
* code review
* updates