Docs: reconcile error.json kind enum across DESIGN/IMPLEMENTATION_PLAN/README with DOMAIN.md #277
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
DESIGN.md, IMPLEMENTATION_PLAN.md, and README.md document the
error.jsonkindenum asconfig|auth|not-found|rate-limit|transient|network|agent-failure|git|unknown, missingauto-merge-timeoutandauto-merge-failed. DOMAIN.md and the actual code (src/orchestrator/types/orchestrator.ts,src/artifacts/helpers/validateErrorReport.ts) already include both kinds (from the--auto-mergefeature). Issue-267's remediate stage fixed DOMAIN.md's glossary row but didn't propagate the fix to the other three docs. This adds the missing kinds to all three so all docs and code agree.