Skip to content

chore: update AGENTS.md to reflect recent changes - #90

Open
RedStar071 wants to merge 1 commit into
mainfrom
claude/zen-goodall-9u0jk4
Open

RedStar071 wants to merge 1 commit into
mainfrom
claude/zen-goodall-9u0jk4

Conversation

@RedStar071

Copy link
Copy Markdown
Member

Summary

Weekly AGENTS.md maintenance pass, reviewing PRs merged into main since the last run (#81, on 2026-09-07).

  • fix(release): retry changeset publish on OIDC 404 flakiness #88 (fix(release): retry changeset publish on OIDC 404 flakiness) added scripts/run-with-retry.mjs and wired it into scripts/publish-snapshot.mjs. AGENTS.md already documents the release/publish flow in detail (OIDC trusted publishing, .changeset/README.md), so it's the kind of non-obvious CI behavior this file is meant to capture: changeset publish fires one concurrent OIDC exchange per package and npm sometimes 404s a subset of them, and the snapshot path now retries up to 3 times to absorb that. Also noted that the tagged-release pnpm run publish path (used by release.yml via changesets/action) does not use this retry wrapper yet, since scripts/publish.mjs (added in the same PR) isn't currently referenced by any script or workflow.

Other PRs in the window were reviewed and did not warrant changes:

Test plan

  • Diffed the updated section against the current release/CI docs for accuracy.
  • Confirmed scripts/publish.mjs is unreferenced (grep across the repo) before describing it as not-yet-wired-in.
  • N/A — docs-only change, no build/test commands to run.

🤖 Generated with Claude Code

https://claude.ai/code/session_014vf32fx4mkAqvKopnNpjbF


Generated by Claude Code

Document the OIDC-404 publish retry wrapper added in #88
(scripts/run-with-retry.mjs), which scripts/publish-snapshot.mjs now
uses but the tagged-release publish script does not yet.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014vf32fx4mkAqvKopnNpjbF
@coldtea-pr-lens

Copy link
Copy Markdown

◈ PR Lens

Note

The title starts with chore(docs):, so PR Lens left this pull request undrawn. Comment @pr-lens draw to draw it

github.comment.notice: false in .github/pr-lens.yml turns this note off

@RedStar071 RedStar071 changed the title chore(docs): update AGENTS.md to reflect recent changes chore: update AGENTS.md to reflect recent changes Sep 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants