Prepare repository for GitHub Marketplace publication#1
Conversation
- Enable `pyyaml` dependency in `requirements.txt` - Update `llm_validator/core.py` to support YAML config and fix AssertionType bug - Update `entrypoint.py` to support YAML config - Fix tests in `tests/test_core.py` - Create example YAML validators - Update `README.md` with GitHub Action usage - Add `.gitignore` Co-authored-by: SoulSniper-V2 <249526021+SoulSniper-V2@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR prepares the repository for publication to the GitHub Marketplace.
Changes include:
pyyamlinrequirements.txtto support YAML configuration files, which are used in the documentation and examples.llm_validator/core.pyto support loading YAML configuration files.AssertionTypewas redefined incore.py, causing type mismatch errors when checking assertions (fixing "No handler for assertion type" warnings).entrypoint.pyto support YAML configuration files.README.mdto include a "GitHub Marketplace Usage" section, documenting inputs/outputs and providing a usage example.validators/code_review.yamlandvalidators/sales_plan.yamlreferenced in the README.tests/test_core.pyand verified all tests pass..gitignoreto prevent committing build artifacts.PR created automatically by Jules for task 12980928740320497097 started by @SoulSniper-V2