shard(tick): 2026-05-16T04:02Z — armed #3722 + fixed #3720/#3721/helper-bug (#3724)#3725
Merged
Merged
Conversation
…er-bug (#3724) GraphQL reset at 03:55:31Z. 3 real Copilot findings this tick: - PR #3720 (0350Z shard): B-0545 stale ref — peer-Otto landed sweep - PR #3721 (rule extension): 2 unrunnable command examples (awk N, git log on PR num) - Helper bullet-continuation MD032 FP (discovered tick 19): isContinuationLine fix in PR #3724 3/3 findings real this tick. Copilot's overall accuracy is high; the table-pipe || class remains the only confirmed 2+-occurrence FP. Dogfood loop: helper merged tick 17 → used in tick 19 on rule file → caught helper's own bug → fix landed tick 20 (this). Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds the 2026-05-16T04:02Z Otto-CLI tick shard to the hygiene-history log, capturing what landed, which Copilot findings were validated, and next-tick candidates for follow-up work.
Changes:
- Added a new tick shard documenting four PR actions/landings for the 04:02Z tick.
- Recorded three Copilot findings as verified-and-actionable, plus operational notes and next-tick candidates.
|
|
||
| The new `check-shard-before-push.ts` helper flagged 3 bullet-continuation lines as MD032 false positives when I ran it on `blocked-green-ci-investigate-threads.md`. Markdownlint correctly ignores these. | ||
|
|
||
| Root cause: my `checkMd032` excluded prev lines starting with structural markers (`#>*\-|\``) but NOT their wrap-continuations (which start with whitespace). |
| - awk `N` placeholder: real (would fail for any copy-paste user) | ||
| - git log on PR number: real (incorrect syntax) | ||
|
|
||
| The `\|\|` table-pipe class remains the only confirmed FP class with 2+ occurrences. The "Copilot is mostly right" prior holds for most finding classes. |
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.
Tick 20: GraphQL reset at 03:55:31Z. 4 substantive landings:
3/3 Copilot findings real this tick. Dogfood loop validated: helper → used → caught own bug → fixed.
Co-Authored-By: Claude noreply@anthropic.com