Fix 6 triage spike gaps found in issue #807 review#15
Merged
Conversation
Contributor
Author
New:
|
Fixes existing buckets: - PRs: filter merged, require CI-green, exclude drafts, add staleness warning - Release blockers: JOIN milestones for due dates, flag overdue - Perf: check labels_json, warn on close-intent labels Adds new buckets: - Close candidates: score open issues against merged PRs - Stale issues: use comment dates instead of updated_at - Stale branches: count orphaned branches in notes section Closes #14 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Wraps the multi-step process (github-sync, sleuth-sync, spike.py) into one command with flags for sync, publish, and dry-run. Does not modify spike.py or existing workflows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
bucket_client_visible now catches sqlite3.OperationalError and returns an empty bucket when Sleuth has not been synced. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
614d256 to
ba7e543
Compare
noelsaw1
added a commit
that referenced
this pull request
May 13, 2026
The 0.28.2 → 0.29.0 gap was missing a release entry for the work that landed between them: PR #15 (triage spike upgrades + run_triage.py wrapper + graceful sleuth_reminders handling), the classifier test- isolation refactor (load_project_matchers gains an explicit priority_rules override), and the test fixture client-name scrub. Also refresh 4X4.md section C (last weeks accomplishments) to reflect the now-5-job portability scope, the timezone centralization, the triage upgrade, and the test-isolation fix. Add a sixth lesson under section D: operator-path hygiene is a continuous regression surface that warrants a baseline-aware audit, not a one-time grep — between PR #18 opening and merging, two new launchd jobs landed on main with the same hardcoded paths the PR was specifically removing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
See #14 for the full evaluation and hybrid LLM suggestion.
Test plan
spike.py --repo BinoidCBD/universal-child-theme-oct-2024 --dry-runafter a freshgithub-sync-artifactsand verify:updated_at🤖 Generated with Claude Code