docs: update Claude docs from PR review analysis - #615
Open
claude[bot] wants to merge 2 commits into
Open
Conversation
Contributor
Author
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
ninja-shreyash
approved these changes
Jul 21, 2026
…07-20) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ninja-shreyash
force-pushed
the
claude-docs-update/2026-07-20
branch
from
July 21, 2026 12:14
fefc4ee to
4c5f322
Compare
Contributor
Author
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
…07-27) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
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 analysis of PR review comments (2026-07-20 -> 2026-07-27).
Analyzed 11 PRs with 72 review threads. Found 8 actionable insights (cumulative across all runs on this branch).
Changes
agent_docs/conventions.md
Passthrough services must still extend
BaseServiceSource: PR feat(integration-service): add Execution passthrough #557 — reviewer
claudeflagged thatExecutionbypassedBaseServiceentirely, forcingas unknown ascasts in tests and losing standard auth-flow integration.Raw
fetch()callers must manually add distributed-tracing headersSource: PR feat(integration-service): add Execution passthrough #557 — reviewer
claudenoted thatexecute()using rawfetch()was invisible to the platform's distributed-tracing infrastructure.@trackboth segments must be PascalCaseSource: PR from previous run — camelCase method names in
@trackbreak dashboard queries.agent_docs/rules.md
Read-modify-write patterns need a dedicated cast test
Source: PR feat(data-fabric): align entity create field names with get response #619 — reviewer
claudeidentified thatupdateById's internal cast back to the raw wire field name (isInsightsEnabled) had no test, leaving a silent failure mode if the cast drifted to the renamed SDK field.Snapshot+restore: restore value must come from snapshotted state
Source: PR feat(subscriptions): topic-level updates (PR 5/7) #517 — reviewer
claudecaught thatupdateCategoriesintegration test hardcodedisSubscribed: truefor the restore step instead of reading the original state.Unit test file paths must mirror
src/directory structure exactly (from previous run)Use
.rejects.toBeInstanceOf(ErrorType)consistently (from previous run)Do NOT use
@throwsin{Entity}ServiceModelJSDoc (from previous run)NEVER embed PR-specific notes or follow-up references in JSDoc (from previous run)
No changes
CLAUDE.md— no relevant insightsAgents.md— no relevant insightsagent_docs/architecture.md— no relevant insightsPRs Analyzed