docs(agents): condense AGENTS.md 196->40 lines#998
Conversation
AGENTS.md is inlined into every session via CLAUDE.md and re-injected per worktree, so its length is paid on every task. Condense verbose prose and push deep subsystem reference (guardrails internals, egress/network detail, validation recipes) to "see <code path>" pointers. All rules preserved: worktree-only writes, the multi-replica/ClientIP correctness gate, secret-proxy, events append-only, workspace:* deps, the dynamic-import allow-list, no git stash, isolation worktrees, Node 22-24, make review + E2E gate, submodule push-before-bump + relock, DESIGN_GUIDELINES read-on-demand. Reference detail moved to code, not deleted.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAGENTS.md is reorganized into six clearer operational sections: Structure (workspace and submodule setup), Architecture (platform isolation and multi-replica constraints), Releasing (release-please ownership and CI flow), Agent rules (worktree workflows), Branch hygiene (commit constraints), and Development & validation (testing gates and secrets). Content tightens platform isolation language, multi-replica correctness rules, connector dependency consolidation, guardrail configuration, and reaffirms worker-session persistence. ChangesOperating Instructions Reorganization
Possibly related PRs
Poem
🎯 2 (Simple) | ⏱️ ~10 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
AGENTS.md inlines into every session (and re-injects per worktree), so its length is a per-task token cost. Condenses verbose prose + pushes deep subsystem reference (guardrails internals, egress/network detail, validation recipes) to
see <code path>pointers.All rules preserved (verified): worktree-only writes, multi-replica/ClientIP correctness gate, secret-proxy, events append-only,
workspace:*deps, dynamic-import allow-list, nogit stash, isolation worktrees, Node 22-24,make review+ E2E gate, submodule push-before-bump + relock, DESIGN_GUIDELINES read-on-demand. −198/+40.Summary by CodeRabbit
Note: This release contains no user-facing feature changes or updates.