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
Current errors are human-readable strings. Agents need machine-parseable errors to pivot and recover.
Proposed format
{
"error": {
"code": "REPO_NOT_CLONED",
"message": "Repository 'api-gateway' is not cloned locally",
"repo": "api-gateway",
"hint": "Run `raid install` to clone all repos in the active profile"
}
}
Current errors are human-readable strings. Agents need machine-parseable errors to pivot and recover.
Proposed format
{ "error": { "code": "REPO_NOT_CLONED", "message": "Repository 'api-gateway' is not cloned locally", "repo": "api-gateway", "hint": "Run `raid install` to clone all repos in the active profile" } }Requirements
--jsonflag is activeAcceptance criteria