docs: scope orphaned skill-level AGENTS.md as supplementary references
Three skill directories ship a long-form upstream AGENTS.md alongside their loadable SKILL.md: .agents/skills/flux-best-practices/AGENTS.md .agents/skills/vercel-composition-patterns/AGENTS.md .agents/skills/vercel-react-best-practices/AGENTS.md None were referenced by their parent SKILL.md, skills/INDEX.md, AGENT_GUIDE.md, or any pipeline manifest, leaving their authority scope undefined relative to the repository-root AGENTS.md (override / extend / ignore?). Reference each from its SKILL.md with explicit scope: the AGENTS.md is supplementary upstream reference material for that skill only, SKILL.md is the loadable entry point and the authority, and it does not override or extend the root AGENTS.md / AGENT_GUIDE.md. Preserves the vendored content while removing the ambiguity. Refs #61
This commit is contained in:
@@ -19,6 +19,8 @@ boolean prop proliferation by using compound components, lifting state, and
|
||||
composing internals. These patterns make codebases easier for both humans and AI
|
||||
agents to work with as they scale.
|
||||
|
||||
> **Extended reference:** [`AGENTS.md`](AGENTS.md) in this directory is the long-form upstream guide (vendored from Vercel). It is supplementary reference material scoped to this skill only — `SKILL.md` is the loadable entry point and the authority. It does not override or extend the repository-root `AGENTS.md` / `AGENT_GUIDE.md`.
|
||||
|
||||
## When to Apply
|
||||
|
||||
Reference these guidelines when:
|
||||
|
||||
Reference in New Issue
Block a user