chore: convert instruction files to AGENTS shape - #642
Conversation
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_1b76caac-728c-40ee-bbce-d0bc9fb1959e) |
|
Warning Review limit reached
Next review available in: 12 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
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 |
|
@coderabbitai review |
|
@codex review |
✅ Action performedReview finished.
|
|
Codex Review: Didn't find any major issues. You're on a roll. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
@codex review |
|
Codex Review: Didn't find any major issues. What shall we delve into next? Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
AGENTS.mdbody byte-for-byteCLAUDE.mdintoAGENTS.mdCLAUDE.mdto the one-line@AGENTS.mdimport because no remaining line is genuinely Claude-Code-specificBefore / after line counts
AGENTS.mdCLAUDE.mdTDD RED
GREEN
Zero-loss accounting
AGENTS.mdlines 1–43 are byte-identical to the originalAGENTS.md.AGENTS.mdlines 45–191 are byte-identical to the originalCLAUDE.mdafter the two deliberate meaning-level dedupes below.CLAUDE.mdis exactly@AGENTS.mdplus its trailing newline.CLAUDE.md:47(- Tests: pytest) duplicates existingAGENTS.md:34CLAUDE.md:124(canonical DB path) duplicates existingAGENTS.md:16git diff --check origin/main..HEADexits 0.AGENTS.mdandCLAUDE.md.Verification
BRAINLAYER_PREPUSH_SCOPE=changed-onlygate passed:Errno 24: Too many open filesduring session cleanup. The shell soft limit was 256 whilekern.maxfilesperprocwas 138240. The remaining isolated/Bun/shell gates passed. This branch changes no Python, TypeScript, or shell code.Review
Note
Low Risk
Documentation-only reshuffle of markdown instruction files; no application, test, or runtime code changes.
Overview
Consolidates agent-facing documentation so
AGENTS.mdis the single source of truth for both generic agent notes and the full BrainLayer architecture/runbook.The existing 43-line
AGENTS.mdheader is unchanged; the former body ofCLAUDE.md(fleet memory purpose, stack, pipeline, MCP/daemon APIs, watcher, chunk lifecycle, paths, bulk DB safety, memory-tool guidance) is appended after a separator. Two intentional dedupes drop a redundantpytestbullet and a duplicate canonical DB path line already in Key Paths.CLAUDE.mdis reduced to@AGENTS.mdso Claude Code still loads instructions via import with no Claude-only content left in a separate file.Reviewed by Cursor Bugbot for commit 410d99c. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Move BrainLayer documentation from CLAUDE.md to AGENTS.md
Relocates the BrainLayer (זיכרון) fleet organizational memory documentation from CLAUDE.md to AGENTS.md, replacing the original content in CLAUDE.md with a single
@AGENTS.mdreference line.Macroscope summarized 410d99c.