fix(shards): canonical bun tools/github/poll-pr-gate.ts command in 2 tick shards#3336
Merged
AceHack merged 2 commits intoMay 15, 2026
Merged
Conversation
Resolves Copilot finding on PR #3332. Two merged shards used the shorthand 'poll-pr-gate.ts' but canonical invocation per .claude/rules/refresh-world-model-poll-pr-gate.md is 'bun tools/github/poll-pr-gate.ts <PR>'. Fixed in 0036Z.md and 0049Z.md so future cold-boot agents can copy-paste correctly. Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates two hygiene-history tick shards to use canonical Bun-based PR gate polling commands, improving copy-paste reliability for future cold-boot agents.
Changes:
- Replaces shorthand
poll-pr-gate.tsreferences withbun tools/github/poll-pr-gate.ts. - Keeps the edits scoped to historical tick trace command text.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
docs/hygiene-history/ticks/2026/05/15/0049Z.md |
Updates a single-PR refresh command to the executable canonical form. |
docs/hygiene-history/ticks/2026/05/15/0036Z.md |
Updates a refresh command, but it still does not match the documented multi-PR canonical form. |
Resolves Copilot follow-up finding on PR #3336. The shard described a multi-PR check (3320 + 3322) but cited the single-PR command. Per .claude/rules/refresh-world-model-poll-pr-gate.md line 16, multiple PRs use poll-pr-gate-batch.ts. Co-Authored-By: Claude <noreply@anthropic.com>
This was referenced May 15, 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.
Summary
Resolves Copilot post-merge finding on PR #3332. Two recently-merged tick shards used the shorthand `poll-pr-gate.ts` in their 7-step trace, but the canonical invocation per `.claude/rules/refresh-world-model-poll-pr-gate.md` is `bun tools/github/poll-pr-gate.ts `. Fixed in:
Future cold-boot agents copy-pasting from these shards now get the executable form.
Discipline anchor
`.claude/rules/verify-before-deferring.md` — cited commands must be executable; shorthand fails the cold-boot copy-paste test.
🤖 Generated with Claude Code