feat(studio): add guardrail Test and Validate tab (checks, runs, detail)#831
Open
aray12 wants to merge 3 commits into
Open
feat(studio): add guardrail Test and Validate tab (checks, runs, detail)#831aray12 wants to merge 3 commits into
aray12 wants to merge 3 commits into
Conversation
Contributor
Author
|
This change is part of the following stack: Change managed by git-spice. |
This was referenced Jul 21, 2026
…ases Signed-off-by: Alex Ray <[email protected]>
…viewer Introduce the guardrail detail tab shell and a structured, read-only Configuration tab that renders the full RailsConfig schema (pipeline stages, detectors, models/prompting, behavior) instead of a raw JSON dump. Includes a flow-recognition registry and detector scope derivation. Signed-off-by: Alex Ray <[email protected]>
Add the Test and Validate tab to the guardrail detail view: a checks table (entity-store-backed test cases) with per-check status and a run action, a test-case editor, and a check-detail view showing per-rail run verdicts. Wires the checks and check-detail routes and the second detail tab. Signed-off-by: Alex Ray <[email protected]>
aray12
force-pushed
the
astd-236-guardrails-checks-tab
branch
from
July 21, 2026 20:41
5026a87 to
e86c1ac
Compare
aray12
force-pushed
the
astd-236-guardrail-check-details
branch
from
July 21, 2026 20:41
a3dc362 to
a012ff1
Compare
aray12
force-pushed
the
astd-236-guardrails-checks-tab
branch
from
July 24, 2026 01:41
e86c1ac to
2f33320
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the Test and Validate tab to the guardrail detail view: a checks table
(entity-store-backed test cases) with per-check status and a run action,
a test-case editor, and a check-detail view showing per-rail run verdicts.
Wires the checks and check-detail routes and the second detail tab.
Signed-off-by: Alex Ray [email protected]