Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/github/poll-pr-gate-batch.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
// across runs because every input is fixed and every random/time source
// is excluded by construction.
//
// Per Aaron 2026-05-01 (the rule this tool was written to satisfy):
// *"DST is bascically impossible there [in bash], not in ts."* These
// Per the human maintainer 2026-05-01 (the rule this tool was written
// to satisfy): *"DST is bascically impossible there [in bash], not in ts."* These
// tests are the worked-example proof that a TS tool ported from a bash
// equivalent can carry DST grade-A coverage that the bash form
// structurally cannot.
Expand Down
2 changes: 1 addition & 1 deletion tools/peer-call/append-identity-receipt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function checkNoCollision(path: string, receiptId: string): void {
}

function main(): number {
// Per Copilot 2026-05-06 review on PR #1702: parseArgs.next() can
// Per PR #1702 review 2026-05-06: parseArgs.next() can
// throw when a flag is missing its value (e.g. `--actor` at end of
// argv); catch the throw at main() so the script exits with a
// user-friendly error instead of an unhandled-exception traceback.
Expand Down
Loading