-
Notifications
You must be signed in to change notification settings - Fork 33
Add JSON output mode to concore validate #532
Copy link
Copy link
Closed
Description
Hi @pradeeban,
While working with the CLI and thinking through future editor/API integration, I noticed that concore validate currently only emits terminal friendly text output. That works well for humans, but it makes it harder for other parts of the stack to consume validation results in a reliable way.
I think it would be useful to add a machine readable output mode, for example:
concore validate workflow.graphml --format json
The goal would be to keep the current text output as the default, and add an optional JSON mode that returns structured validation results such as:
- overall validity
- errors/warnings/info entries
- stable
error_typevalues node_idwhere applicable- summary counts
This would make validation easier to consume programmatically without changing existing CLI behavior.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels