general: T8595: add CLAUDE.md#37
Conversation
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
|
@copilot review |
Code Review — Overall the content is accurate and useful. A few observations: Minor issues
Content accuracy ✅
No security concerns, no functional issues. The document is safe to merge as-is; the items above are purely polish. |
|
@copilot review |
Agent-Logs-Url: https://github.com/vyos/vyos-http-api-tools/sessions/543c53fe-3d71-4f87-b090-531ecb5b4bec Co-authored-by: andamasov <12631358+andamasov@users.noreply.github.com>
Addressed the two remaining polish items from the earlier review in
All three items from the first review are now resolved (Confluence link was already dropped in |
|
@copilot review |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
Closing in favor of vyos/vyos-http-api-tools#40 under T8595. Schema changed: |
Summary
Adds a single source of truth for repo-level agent instructions, plus three symlinks so different agentic tools all read the same content from one canonical file.
Files added:
CLAUDE.mdAGENTS.mdCLAUDE.md.cursorrulesCLAUDE.md.github/copilot-instructions.md../CLAUDE.mdRationale
CLAUDE.md, the symlinks are zero-content. No drift between four files.CLAUDE.mdis unaffected and still rendered/served correctly by GitHub.Out of scope
Path-specific Copilot instructions (
.github/instructions/*.instructions.md) need YAML frontmatter (applyTo:) and target specific globs, so they cannot be symlinks. Not added here; they can be authored as separate small files per-repo if/when narrow path-scoped guidance is needed.Tracked under T8595.
Test plan
CLAUDE.mdrenders on GitHub.AGENTS.md,.cursorrules,.github/copilot-instructions.mdresolve to CLAUDE.md content (readlinkreturns the right target).🤖 Generated by robots