Skip to content

chore: enforce jido_shell guardrails in generator/script workflows #15

@mikehostetler

Description

@mikehostetler

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 test and mix quality remain green.

References

  • specs/refactor-plans/jido_shell.md (Residual Risks and Next Trigger)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions