Community Edition Rule Validation
Prompt:
Use nxusKit Community Edition to add rule-based validation to this workflow.Starter fixture: examples/fixtures/starters/python-app/
Expected behavior:
- Identify the current data or model-output shape.
- Consult
clips-basicsorclips-llm-hybrid. - Explain that basic CLIPS rule evaluation is Community Edition.
- Add deterministic validation after extraction or classification.
- Avoid solver, ZEN, runtime plugin loading, and other Pro-gated features unless the user asks for them.
Verification:
python -m py_compile src/example_app/__init__.pypython -m example_app --provider offline --validate-rulesGood result:
- The rule validation emits pass/review/fail status.
- The model-output schema and rule facts are easy to inspect.