docs: update Claude docs from PR review analysis - #559
Merged
Conversation
Contributor
Author
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
ninja-shreyash
approved these changes
Jun 29, 2026
Contributor
Author
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
vnaren23
approved these changes
Jul 8, 2026
Sarath1018
approved these changes
Jul 8, 2026
…06-29) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…07-06) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ninja-shreyash
force-pushed
the
claude-docs-update/2026-06-29
branch
from
July 8, 2026 07:20
263ecea to
e7d2a9e
Compare
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 comments (2026-06-22 to 2026-07-06).
Analyzed 16 PRs with resolved review threads. Found 6 actionable insights across 2 runs.
Changes
agent_docs/conventions.md
*Timesuffix;*Atsuffixes break consistency across the SDK.getByIdreturns fields from multiple entity domains, merge multiple field maps:transformData(data, { ...PrimaryEntityMap, ...SecondaryEntityMap }).agent_docs/rules.md
@internalon individual fields of a public interface — TypeDoc hides them from docs but IDE autocomplete still shows them; use internal type files instead.@experimentalalongside@internal— extended the propagation rule to cover@experimentaltags, which must appear on every public layer (service class, wrapper class) when the service model carries it.describe.skipequivalence for vitest config exclusions — excluding integration test files via env vars invitest.integration.config.tsis functionally equivalent todescribe.skipand equally prohibited; usebeforeAll+throwinside the test file instead.No changes
CLAUDE.md— no relevant insights foundAgents.md— no relevant insights foundagent_docs/architecture.md— no relevant insights foundPRs Analyzed