Refactor validate command to use pipeline runner
Open
- Dominant language
- Rust
- Stars
- 209
- Forks
- 65
- Avg merge
- 8h 55m
- Merged PRs (30d)
- 126
Description
Background:
- CLI validation currently calls tooling directly.
Scope:
- Build a validation pipeline and use it in cmd/morphir validate.
- Preserve stdout/stderr separation and --json behavior.
Acceptance criteria:
- validate command uses pipeline runner and produces identical user-facing output.
- JSON output matches pipeline schema.
Contributor guide
Assessment
This issue has not been assessed yet.