Add Jules maintenance workflows for dead code cleanup and doc drift detection#132
Merged
Miyamura80 merged 1 commit intomainfrom Feb 24, 2026
Merged
Conversation
… detection Add two automated Jules workflows (Wednesdays 2pm/4pm UTC) with policy guideline files and an onboarding step to enable/disable them. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Greptile SummaryAdded two new Jules-powered weekly maintenance workflows with comprehensive guideline documents and CLI integration. The workflows follow the established pattern from Key additions:
The implementation is clean, follows project conventions, and provides proper safeguards against overly aggressive automated changes. Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 4528e1f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
jules-prune-unnecessary-code.yml) - runs at 2pm UTC, scans for unused code following conservative rules inUNNECESSARY_CODE_GUIDELINE.mdjules-find-outdated-docs.yml) - runs at 4pm UTC, finds outdated docs following rules inOUTDATED_DOCUMENTATION_GUIDELINE.mdUNNECESSARY_CODE_GUIDELINE.md,OUTDATED_DOCUMENTATION_GUIDELINE.md) that each workflow reads before making changesmake onboardCLI, allowing users to enable/disable the workflows by toggling them on/offBoth workflows follow the established Jules API pattern from the existing translation sync workflow with proper error handling, exponential backoff retry logic, timeout protection, and
AUTO_CREATE_PRautomation mode. Schedule timing is staggered to avoid conflicts.Test plan
make onboardand verify the new step 6 "Jules Workflows" appearsuv run python onboard.py julesto test the standalone subcommand.ymlvs.yml.disabled)workflow_dispatchmanually)🤖 Generated with Claude Code