Skip to content

chore(docs): update AGENTS.md to reflect recent changes - #81

Merged
RedStar071 merged 2 commits into
mainfrom
claude/zen-goodall-qmyisc
Sep 7, 2026
Merged

chore(docs): update AGENTS.md to reflect recent changes#81
RedStar071 merged 2 commits into
mainfrom
claude/zen-goodall-qmyisc

Conversation

@RedStar071

Copy link
Copy Markdown
Member

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:

  • feat(plugin-logger): add a pluggable logger plugin #70 — added the new @wolfstar/plugin-logger package (console/Sentry built-in transports, optional consola/evlog/winston adapters). Added to the package list in "What this repo is".
  • build: replace tsc with golar as typechecker, bump typescript to 7.0.2 #68 — replaced turbo run typecheck / per-package tsc --noEmit scripts with golar (config in golar.config.ts), and bumped TypeScript from ~5.8.3 to the 7.0.2 major. Rewrote the pnpm typecheck command entry and the Turbo tasks note (typecheck is no longer a Turbo task) to match.
  • fix: drop unused vitest>vite pnpm overrides #73 — dropped the pnpm-workspace.yaml overrides that pinned Vitest's Vite to 6.4.3. Updated the "Vitest is pinned to Vite 6..." gotcha: it's no longer pinned via override, but vitest.config.ts still carries the experimentalDecorators esbuild option (needed for plugin-subcommands-advanced's legacy-decorator tests) that must migrate to oxc.typescript.decorators before Vite is allowed to resolve past 7.
  • chore(deps): update pnpm to v12 #76 — bumped pnpm from 11 to 12 (mise.toml, packageManager field). Updated both toolchain-notes bullets.

Left unchanged (verified still accurate): the .github/labels.yml/.github/labeler.yml drift gotcha (plugin-subcommands-advanced still has no labeler.yml mapping 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

  • Diffed every relevant merged PR against the current AGENTS.md content and cross-checked claims (typecheck command, pnpm/TypeScript versions, Vite pinning, label/labeler sync) against the actual files on main.
  • Documentation-only change; no build/test/lint required.

🤖 Generated with Claude Code

https://claude.ai/code/session_01UZGPFfbvNYKHrDdQouBPQG


Generated by Claude Code

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
@pkg-pr-new

pkg-pr-new Bot commented Sep 7, 2026

Copy link
Copy Markdown

Open in StackBlitz

pnpm add https://pkg.pr.new/@wolfstar/plugin-api@81
pnpm add https://pkg.pr.new/@wolfstar/plugin-i18next@81
pnpm add https://pkg.pr.new/@wolfstar/plugin-logger@81
pnpm add https://pkg.pr.new/@wolfstar/plugin-subcommands-advanced@81

commit: a7caa48

@RedStar071
RedStar071 merged commit 85bfd3f into main Sep 7, 2026
13 of 14 checks passed
@RedStar071
RedStar071 deleted the claude/zen-goodall-qmyisc branch September 7, 2026 12:15
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