From f6a85ec6dd711ff24953e94a7a8a2ada401c1419 Mon Sep 17 00:00:00 2001 From: Headgent Development Date: Fri, 14 Aug 2026 15:08:03 +0200 Subject: [PATCH] docs(skill): AK5 - WIE-Interna entfernt, WAS-Zusicherungen unveraendert --- .claude/skills/support-contracts/SKILL.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.claude/skills/support-contracts/SKILL.md b/.claude/skills/support-contracts/SKILL.md index a154416..2c89e5d 100644 --- a/.claude/skills/support-contracts/SKILL.md +++ b/.claude/skills/support-contracts/SKILL.md @@ -81,9 +81,8 @@ use JardisSupport\Contract\Auth\TokenType; // string-backed `eventListenerRegistry(): ?EventListenerRegistryInterface`, the registration counterpart to `eventDispatcher()`. Without a registry, event routing simply stays inactive. - `GeneratedContextInterface` — deliberately **empty marker**. Every generated `{Domain}Context` - implements it, so the resolve path recognizes generated contexts via - `is_subclass_of($resolved, GeneratedContextInterface::class)` — no shared base class needed and - independent of domain boundaries. There is no `BoundedContextInterface` in this package. + implements it — no shared base class needed and independent of domain boundaries. There is no + `BoundedContextInterface` in this package. - `DomainResponseInterface` / `ContextResponseInterface` — the response vocabulary that generated domains and the delivery layer share.