Add CLAUDE.md#51
Conversation
Greptile SummaryThis PR adds repository guidance for AI-assisted development.
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "docs: add CLAUDE.md (project guidance fo..." | Re-trigger Greptile |
📝 WalkthroughWalkthroughAdds ChangesRepository Guidance
Estimated code review effort: 1 (Trivial) | ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CLAUDE.md`:
- Line 32: Update the fenced Markdown code block in CLAUDE.md to include an
explicit language identifier, using text for the block, while preserving its
contents.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
|
||
| ## Architecture | ||
|
|
||
| ``` |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Specify the fenced-block language.
Add a language identifier such as text to satisfy Markdown linting and improve rendering.
Proposed fix
-```
+```text📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| ``` |
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)
[warning] 32-32: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@CLAUDE.md` at line 32, Update the fenced Markdown code block in CLAUDE.md to
include an explicit language identifier, using text for the block, while
preserving its contents.
Source: Linters/SAST tools
Adds repository guidance for AI-assisted development: project overview, commands, the merge-to-main-deploys-production warning, architecture map, the behavioral invariants that must not be "fixed" (JS-parity serialization that feeds signature hashing, Express-compatible response semantics, the always-present upstream request body, the get_accounts null-vs-"null" distinction, quiet logging), failover design summary, testing (golden vectors + parity harness), and conventions. Docs only.
Summary by CodeRabbit