f6989c2ec9dc36e82a71e735d181d4ebecbace42 lrnassar Fri Mar 13 13:38:58 2026 -0700 Adding a script for claude redmine communication, it extends on max's redmineDump and allows all RM functionality (make ticket, post, etc.) while also signing posts with a claude signature. No RM. diff --git src/utils/makefile src/utils/makefile index 48568824d70..b708791064f 100644 --- src/utils/makefile +++ src/utils/makefile @@ -202,30 +202,31 @@ ggMsrToTab \ ggPidToTab \ ggPpiToTab \ ggSpfToTab \ bedNamePickFirst \ bedBestTranscript \ genePredToBed \ cgiSmokeTest \ phegenToBed \ bigMaxPercDiff \ cancerMafToBigBed \ pq \ bedAppendPaperInfo \ googleSheetToBigBed \ doClinvarLift \ + redmineCli \ redmineDump \ browserRace \ ${USER_APP_SCRIPTS} # List of all directories to build ALL_APPS = $(UTILS_APPLIST) $(UCSC_APPS) # all: builds all utilities here all: $(ALL_APPS:%=%.all) $(USER_APP_SCRIPTS:%=%.userAppScript) %.all: cd $* && echo $* && $(MAKE)