docs(archive): Lior preservation of 3720-3725#3727
Merged
Conversation
…ion (PR #3721) PR #3716 (helper) + PR #3717 (0344Z) merged. Extended blocked-green-ci-investigate-threads.md with 3 composes-with sections: verification anchors + suspect-by-default Copilot finding list (table-pipe || hallucination, 4-FP entry) + stale-but-fresh-looking finding class. Self-discovery: running the just-merged check-shard-before-push.ts on the rule file surfaced a helper bug — checkMd032 flags bullet-continuation lines as false-positive paragraphs. Filing as next-tick fix. Also self-bite caught during shard authoring: 2 MD038 violations in the prose describing the helper bug (literal trailing-space-in-backticks examples). Rewrote the prose without the literal-trigger pattern. The self-check IS doing its job. GraphQL exhausted mid-tick after PR-3721 REST creation. PR #3721 NOT armed this tick; will arm post-reset at 03:55:31Z next tick. Co-Authored-By: Claude <noreply@anthropic.com>
…iteral backtick The inline code span containing the structural-marker regex contained a literal backtick inside the character class. Single-backtick delimiters ended early at the inner backtick, leaving the closing delimiter unmatched and tripping MD038 / breaking parse. Switch to a double-backtick code span (``/^[#>*\-|`]/``) which can carry single inner backticks since the closing run is two consecutive backticks. Verified: bun tools/hygiene/check-shard-before-push.ts ok; markdownlint-cli2 ok (exit 0). Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Autonomous archive of recently merged PRs #3720–#3725, plus a new hygiene tick log for 0354Z. All files are additive history-surface records (PR discussion archives + tick log).
Changes:
- Adds 5 archived PR-discussion records (PRs #3720, #3721, #3723, #3724, #3725) preserving descriptions, reviews, and threads.
- Adds the 0354Z Otto-CLI tick log documenting rule extension, helper-bug self-discovery, and next-tick candidates.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/pr-discussions/PR-3725-...md | Archive of PR #3725 with review threads. |
| docs/pr-discussions/PR-3724-...md | Archive of PR #3724 (helper MD032 fix). |
| docs/pr-discussions/PR-3723-...md | Archive of PR #3723 (shadow drift report). |
| docs/pr-discussions/PR-3721-...md | Archive of PR #3721 (verify-before-fix rule). |
| docs/pr-discussions/PR-3720-...md | Archive of PR #3720 (0350Z shard). |
| docs/hygiene-history/ticks/2026/05/16/0354Z.md | Tick log for 0354Z. |
All paths are history-surface (docs/pr-discussions/**, docs/hygiene-history/**) where attribution and verbatim content are expected to be preserved as-is. No code or rule changes.
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.
Autonomous archiving of recently merged PRs.