Skip to content

UI: Local Validation Bridge for Web UI (Developer Mode) #5

Description

@szverev

Summary

Enable the web UI to run validation locally in a developer-friendly way by introducing a local execution bridge (since browsers cannot spawn local processes).

Notes

Implementation choice left to contributor, but must be deterministic and simple to run:

  • a small local HTTP wrapper around the validator, or
  • another minimal bridging mechanism documented clearly

Requirements / Invariants

  • Must return canonical { exitCode, errors[] }
  • Must not change semantics or post-process errors beyond deterministic formatting

Acceptance Criteria

  • UI can run validation using local graph + rules inputs and receive canonical output
  • Setup is documented and reproducible

Metadata

Metadata

Assignees

No one assigned

    Labels

    design-neededNeeds design inputenhancementNew feature or requestintegrationIntegrations with other systemsuiUser interface

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions