You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
machine output is requested, never inferred. Stride no longer reads any agent or harness environment variable to choose its format. If a caller that used to receive JSON now gets human tables, pass --json on the command (any argv position) or export STRIDE_FORMAT=json for the session — STRIDE_FORMAT is unchanged and is now the only environment input. The coach skill shipped in this repo already passes --json on every query; a copy of that skill installed outside the repo must be refreshed.
Features
callers ask for JSON — drop environment detection, answer machines in envelopes, and schema every published payload (535acfd)
coaching-language boundary guard with closed-set verdict pins (#167) (29f1d02)
error envelopes exit non-zero, and an unknown command stops pretending to succeed (#178) (3b64cda)