ricvath/coros-coach ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Node app that connects to my COROS account and turns my training data into a simple coaching report.
I want it to log in with my COROS email and password, pull my recent activities, lap and split details, training load, heart rate, VO2max, HRV, and other readiness info, then print a clean summary in the terminal that feels like a coach looking at my week. Include short nudges too, like if I have not run enough lately, if my recovery looks off, or if the load seems too high or too low.
Also make it easy to run from a shell script on a schedule, and keep my credentials in a local config file that is not committed. If the COROS web API is tricky or undocumented, look up current docs online if you need to and wire it up however you think is best. I mostly want something I can run quickly and then read the output, with the data grouped into recent runs, weekly totals, and health trends.
Are you gonna build this?
make sure you review the code using arcumet