chore(docs): update AGENTS.md to reflect recent changes - #81
Merged
Conversation
Reflects PRs merged since the last AGENTS.md refresh (#64): #70 added the @wolfstar/plugin-logger package, #68 replaced tsc/turbo typecheck with golar (TypeScript bumped to 7.0.2), #73 dropped the Vite 6 pnpm overrides (vitest.config.ts now carries the decorator-transform caveat instead), #76 bumped pnpm to v12, and #71 synced the labels.yml/labeler.yml drift note context. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UZGPFfbvNYKHrDdQouBPQG
Resolves a conflict in AGENTS.md between this branch's typecheck/pnpm documentation updates and main's docs-workflow fix (#79), keeping both sets of changes. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UZGPFfbvNYKHrDdQouBPQG
commit: |
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
Weekly AGENTS.md maintenance pass, reviewing PRs merged since the last update (#64, merged 2026-08-31). The following merged PRs introduced changes that AGENTS.md didn't yet reflect:
@wolfstar/plugin-loggerpackage (console/Sentry built-in transports, optional consola/evlog/winston adapters). Added to the package list in "What this repo is".turbo run typecheck/ per-packagetsc --noEmitscripts withgolar(config ingolar.config.ts), and bumped TypeScript from~5.8.3to the7.0.2major. Rewrote thepnpm typecheckcommand entry and the Turbo tasks note (typecheckis no longer a Turbo task) to match.pnpm-workspace.yamloverrides that pinned Vitest's Vite to6.4.3. Updated the "Vitest is pinned to Vite 6..." gotcha: it's no longer pinned via override, butvitest.config.tsstill carries theexperimentalDecoratorsesbuild option (needed forplugin-subcommands-advanced's legacy-decorator tests) that must migrate tooxc.typescript.decoratorsbefore Vite is allowed to resolve past 7.11to12(mise.toml,packageManagerfield). Updated both toolchain-notes bullets.Left unchanged (verified still accurate): the
.github/labels.yml/.github/labeler.ymldrift gotcha (plugin-subcommands-advancedstill has nolabeler.ymlmapping despite #71 standardizing label colors), and the trusted-publishing release note (already accurate from #64; #77 only extended the same OIDC approach to the snapshot job).No changes needed for #62/#66 (plugin-i18next internal typed-keys fix + knip ignore) or #74 (README restyling) — neither affects what AGENTS.md documents.
Test plan
main.🤖 Generated with Claude Code
https://claude.ai/code/session_01UZGPFfbvNYKHrDdQouBPQG
Generated by Claude Code