[Request] context.is_auto
It would be really useful to know if a script run is being run under `C/auto` (i.e. so that scripts can reserve more time at the end to avoid timeouts, and know to throw if they want to break an `C/auto` run because work is done).
I propose `Ccontext.``Cis_auto`, similar to `Ccontext.``Cis_brain`, set to true in all script calls that were run via `C/auto`, and not present otherwise.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -