docs: add missing nested CLAUDE.md shims#13824
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (4)
📝 WalkthroughWalkthroughFour ChangesClaude instruction shims
Estimated code review effort: 1 (Trivial) | ~2 minutes Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 inconclusive)
✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
🌐 Website E2ETip All tests passed.
🔗 Website PreviewWebsite Preview: https://comfy-website-preview-pr-13824.vercel.app This commit: https://website-frontend-8k3rysdcu-comfyui.vercel.app Last updated: 2026-07-20T19:48:36Z for |
🎨 Storybook: ✅ Built — View Storybook |
There was a problem hiding this comment.
🔍 Cursor Review — Consolidated panel
Triggered by @mattmillerai.
✅ No high-signal findings.
Panel: 8/8 reviewers contributed findings.
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 `@apps/website/src/pages/cloud/supported-nodes/CLAUDE.md`:
- Around line 1-3: Remove the explanatory HTML comment from each governed shim,
leaving only the `@AGENTS.md` directive. Apply this change to
apps/website/src/pages/cloud/supported-nodes/CLAUDE.md lines 1-3,
browser_tests/tests/propertiesPanel/CLAUDE.md lines 1-3, and src/types/CLAUDE.md
lines 1-3.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: ac05c3f5-6c96-42cf-844e-0718f7120d2f
📒 Files selected for processing (4)
apps/website/src/pages/cloud/supported-nodes/CLAUDE.mdbrowser_tests/tests/propertiesPanel/CLAUDE.mdsrc/components/ui/CLAUDE.mdsrc/types/CLAUDE.md
Match the existing bare @AGENTS.md shim convention used across the repo.
ELI-5
Claude Code only reads a file named
CLAUDE.md— it does not fall back toAGENTS.md. So in every folder that has agent instructions inAGENTS.md, we drop a tiny siblingCLAUDE.mdthat just says "read AGENTS.md." Four nested folders were missing that sibling; this adds it so Claude picks up their guidance too.Summary
Add the missing nested
CLAUDE.mdshim beside four nestedAGENTS.mdfiles so Claude Code loads their directory-scoped guidance (it reads onlyCLAUDE.md, with noAGENTS.mdfallback).Changes
CLAUDE.mdshim (canonical content: a one-line explanatory comment +@AGENTS.md, which resolves relative to the shim's own directory) added in:src/components/ui/src/types/browser_tests/tests/propertiesPanel/apps/website/src/pages/cloud/supported-nodes/Review Focus
AGENTS.md(or any other file) was modified.AGENTS.mdin the repo has a siblingCLAUDE.md(verified viacommof the two file-dir sets, root included) — these four were the only gaps.