chore: Automated Fidelity Verification system#84
Conversation
Implemented an automated Vibe-Check runner script and GitHub Action to verify fidelity of newly added or modified documentation using Google GenAI and TS-Morph AST checks. Automatically pushes verified badges and opens issue reports for any Fidelity Gaps. Co-authored-by: beginwebdev2002 <102213457+beginwebdev2002@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. |
Implemented an automated script
vibe-check-runner.jsthat retrieves modified Markdown files daily, generates code using LLM (Google GenAI API), and statically analyzes the generated code viats-morphagainst specific fidelity metrics (Architecture, Type Safety, Security, Efficiency). The setup also automates badge additions upon passing (>= 95% threshold) or GitHub Issue generation viaghCLI. Included avibe-check.ymlGitHub action to run this logic at02:00 AMevery day.PR created automatically by Jules for task 9839933843039192160 started by @beginwebdev2002