From 54e8f9c8329557e846a518c0efda39c363719187 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Mon, 7 Sep 2026 09:22:25 +0300 Subject: [PATCH] docs(agents): point at the domain-modeling skill CONTEXT.md and docs/adr/ follow that skill. Naming it restores a pointer for the convention this file stopped stating, without restating the rules. --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 19d460d..ca6a463 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -54,3 +54,9 @@ Two suppression spellings recur and are both correct as written: `# ty: ignore[i on a framework subclass's `is_configured` classmethod, which narrows its parameter type where `ty` enforces invariance, and `# ty: ignore[unresolved-attribute]` on the optional OTel/pyroscope symbols whose guard `ty` does not follow. + +## Agent skills + +- **Domain docs** — [`CONTEXT.md`](CONTEXT.md) owns the vocabulary and [`docs/adr/`](docs/adr/) + holds the decisions. Both follow the `domain-modeling` skill: invoke it when writing either, + rather than restating its rules here.