chore(docs): update AGENTS.md to reflect recent changes - #49
Open
RedStar071 wants to merge 1 commit into
Open
Conversation
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.
🔗 Linked issue
N/A — routine AGENTS.md maintenance.
🧭 Context
This is the weekly automated review of
AGENTS.mdagainst pull requests merged intomainin the last 7 days (2026-08-17 to 2026-08-24).📚 Description
Two PRs merged in the window:
ci: add pkg.pr.new continuous release workflow) adds.github/workflows/pkg-pr-new.yml, a new CI workflow that publishes preview packages to pkg.pr.new on every branch push.AGENTS.mdalready documents the other CI workflows (ci.yml,release.yml,documentation.yml) and their runner choices, so this new workflow was missing from that coverage.ci(release): authenticate snapshot changelog) only changes.changeset/README.mdandrelease.ymlinternals (exposingWOLFSTAR_TOKENasGITHUB_TOKENfor the snapshot changelog generator);AGENTS.mddoesn't document secret wiring at that level of detail and already just points to.changeset/README.md, so no gap there.Key changes
ci.yml/release.ymlrunners onlypkg-pr-new.ymlruns onubuntu-24.04-armpkg-pr-new.ymlto pkg.pr.newType of Change
Pre-flight Checklist
pnpm changeset(orpnpm changeset add --emptyif no release is needed) — not needed, this is a docs-only change to a file outsidepackages/, matching the precedent set by docs: update AGENTS.md to reflect recent changes #31 and docs: update AGENTS.md to reflect recent changes #44.Generated by Claude Code
Note
Update
AGENTS.mdto document CI runners and pkg.pr.new workflowubuntu-24.04-armis used forci.ymlandpkg-pr-new.yml, whileubuntu-latestis used forrelease.ymlpnpm exec pkg-pr-new publishMacroscope summarized 535eaf1.