feat(workflow): add stale-worktrees self-test job to factory-hygiene-audit-cadence#3230
Merged
AceHack merged 2 commits intoMay 14, 2026
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Pull request overview
Adds a third factory-hygiene workflow job so the stale-worktrees audit tool’s unit tests run in the daily hygiene cadence.
Changes:
- Adds
stale-worktrees-self-testjob on Ubuntu 24.04. - Checks out the repo, installs Bun, and runs
tools/hygiene/audit-stale-worktrees.test.ts.
P1: pull_request.paths now includes audit-stale-worktrees.ts + .test.ts.
P2: header says 'three factory-hygiene audit tools' + lists stale-worktrees
in top-of-file summary, 'What this workflow does' (implicit via 3-job
list), 'Composes with' (PR #3225 added).
Co-Authored-By: Claude <noreply@anthropic.com>
This was referenced May 14, 2026
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.
Composes the third hygiene tool (
audit-stale-worktrees.tsfrom PR #3225) into the daily cron from PR #3212. Workflow now self-tests all 3 hygiene tools each day at 14:37 UTC.🤖 Generated with Claude Code