docs(agents): point at canonical framework conventions, drop dup ecosystem section#152
Conversation
…ystem section Adds a "Framework conventions" pointer at the top of AGENTS.md linking to ANcpLua/renovate-config (the canonical home for branch protection, auto-merge, CodeRabbit posture, release flow, dependency graph, and cross-repo bootstrap rules across all four framework repos). Removes the "## ANcpLua Ecosystem" section (with its "### Branch protection", "### Dependency graph", "### Release flow" sub-sections) since it now lives in the canonical doc — duplication is what caused the recent re-litigation about the deleted AUTOMERGE_APP_ID GitHub App. The German "## Cross-Repo Awareness" deep-ops notes stay (repo-specific phrasing not fully captured in the canonical README's English version). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
@coderabbitai autofix |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
Note Autofix is a beta feature. Expect some limitations and changes as we gather feedback and continue to improve it. Autofix skipped. No unresolved CodeRabbit review comments with fix instructions found. |
There was a problem hiding this comment.
Pull request overview
Updates this repo’s AGENTS.md to defer shared “framework conventions” guidance to the canonical documentation in ANcpLua/renovate-config, reducing duplication and keeping repo-specific operational notes in place.
Changes:
- Added a “Framework conventions” section at the top linking to the canonical cross-repo conventions doc.
- Removed the duplicated
## ANcpLua Ecosystemsection (including branch protection, dependency graph, and release flow details).
| @@ -1,6 +1,14 @@ | |||
| # AGENTS.md — ANcpLua.NET.Sdk | |||
|
|
|||
| Opinionated MSBuild SDK providing standardized defaults, policy enforcement, and analyzer injection for .NET projects. `CLAUDE.md` symlinks here. | |||
|
@coderabbitai autofix |
|
Note Autofix is a beta feature. Expect some limitations and changes as we gather feedback and continue to improve it. Autofix skipped. No unresolved CodeRabbit review comments with fix instructions found. |
|
pr-heal: providers tried — CodeRabbit autofix=true, Claude=failure. None resolved the block (state was BLOCKED). Next sweep in 15 min; if this is recurring, the Codex/Copilot fallback tiers are tracked in pr-heal.yml. |
Summary
Adds a "Framework conventions" pointer at the top of
AGENTS.mdthatlinks to the canonical doc at
ANcpLua/renovate-config,
and removes the duplicated
## ANcpLua Ecosystemsection (with its### Branch protection,### Dependency graph,### Release flowsub-sections) that is now sourced from the canonical doc.
Repo-specific content — including the German
## Cross-Repo Awarenessdeep-ops notes — stays here untouched.
Why
Before this change, the same framework conventions were duplicated in
four
AGENTS.mdfiles. When the AUTOMERGE_APP_ID GitHub App wasdeleted on 2026-05-12 as an antipattern, none of the four
AGENTS.mdfiles captured the reasoning, and the next session had to rediscover
why three of four repos' auto-merge had silently broken. The canonical
README (landed in renovate-config PR #26) is the prophylactic against
that re-litigation; this PR just wires this repo into it.
Test plan
## ANcpLua Ecosystemsection removed🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmithwith what you need.