-
Notifications
You must be signed in to change notification settings - Fork 6
Unify error normalization and formatting #709
Copy link
Copy link
Closed
Labels
enhancementNew feature or improvementNew feature or improvementready for agentFully specified, ready for immediate implementationFully specified, ready for immediate implementationrefactorA change to the codebase that's neither a bug fix nor added functionalityA change to the codebase that's neither a bug fix nor added functionality
Milestone
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvementNew feature or improvementready for agentFully specified, ready for immediate implementationFully specified, ready for immediate implementationrefactorA change to the codebase that's neither a bug fix nor added functionalityA change to the codebase that's neither a bug fix nor added functionality
Refactor the error system to use a normalized EnvIssue format and a consistent formatIssues utility. This will allow better handling of errors from multiple validation engines (ArkType, Standard Schema) and provide a stable base for CLI and IDE integrations.
Was originally part of #705 but taken out to reduce the PR (#704) size.