Conversation
Bumps [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) from 0.2.63 to 0.2.132. - [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](anthropics/claude-agent-sdk-typescript@v0.2.63...v0.2.132) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-agent-sdk" dependency-version: 0.2.132 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
mr-torto
pushed a commit
to mr-torto/SmartPerfetto
that referenced
this pull request
May 8, 2026
Replace the monolithic "any code change → trace regression" rule with an explicit four-tier policy that distinguishes work that genuinely exercises agent behavior from contract / type-only and CRUD-only changes that don't: - Contract / type-only (`backend/src/types/sparkContracts.ts` etc.) → `npx tsc --noEmit` + the sparkContracts.test.ts case for that contract. - CRUD-only service (file IO, no agent path touched) → that service's own `__tests__/<name>.test.ts`. - Touches mcp / memory / report / agent runtime → `npm run test:scene-trace-regression` (the existing 6-trace gate). - PR landing → `npm run verify:pr` (strict full gate, unchanged). The new policy is inlined consistently in all 7 rule documents — keeping fresh clones self-contained — and the wording is identical across files so future drift is easy to spot. Files touched: CLAUDE.md, AGENTS.md, docs/development/testing.md, README.md, README.zh-CN.md, CONTRIBUTING.md, docs/getting-started/quick-start.md. Motivation: subsequent Spark contract scaffold commits (Gracker#41 / Gracker#44 / Gracker#50 / Gracker#54 / Gracker#55) only add types to sparkContracts.ts and add unit tests. Running the full 6-trace regression on each adds minutes per commit without exercising any code path the contract touches. The tiered policy keeps the strict gate where it earns its keep (anything wired into the agent runtime, plus PR landing) while letting type-only work finish in seconds. The trace regression command itself is unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Bumps @anthropic-ai/claude-agent-sdk from 0.2.63 to 0.2.132.
Release notes
Sourced from @anthropic-ai/claude-agent-sdk's releases.
... (truncated)
Changelog
Sourced from @anthropic-ai/claude-agent-sdk's changelog.
... (truncated)
Commits
82da44cchore: Update CHANGELOG.md0fe2005chore: Update CHANGELOG.md7bc3bd7chore: Update CHANGELOG.mde76e325chore: Update CHANGELOG.md36c350achore: Update CHANGELOG.md38cd292chore: Update CHANGELOG.md5f07f15chore: Update CHANGELOG.md49b6b0echore: Update CHANGELOG.md2b1ffccchore: Update CHANGELOG.md48de067chore: Update CHANGELOG.mdDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)