-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Context
jido_shell guardrails are implemented and wired into mix quality, but generator/script-driven code paths can still bypass early enforcement if they do not invoke guardrails during generation workflows.
Goal
Ensure code generation and script workflows run mix jido_shell.guardrails automatically so namespace/layout regressions are blocked before review.
Scope
- Identify generator/script entry points used in this repo.
- Add guardrail invocation to those workflows (or shared wrapper task).
- Document the expected workflow for contributors.
Out of Scope
- Changes to guardrail rule semantics.
- Broad CI pipeline redesign.
Acceptance Criteria
- Generator/script workflows trigger guardrail checks.
- A failing guardrail case is detectable from generation flow.
- Contributor docs describe guardrail expectations.
-
mix testandmix qualityremain green.
References
specs/refactor-plans/jido_shell.md(Residual Risks and Next Trigger)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels