Document D&D module conventions

This commit is contained in:
2026-07-26 13:30:36 +00:00
parent b5835fbc37
commit 74c793e6a1
4 changed files with 224 additions and 732 deletions

View File

@@ -48,9 +48,11 @@ the CLI composition boundary.
composition, and path safety.
- [LLM Runtime](llm.md): structured completion, scheduling, prompt assets,
profiles, and secret handling.
- [Module Internals](modules.md): extension registration and production module
mechanics. Durable D&D and Seriatim data shapes remain in the
[integration contracts](../integrations/).
- [Module Internals](modules.md): generic extension registration, module
construction, validation, and reference mechanics.
- [D&D Module Internals](dnd.md): shared D&D extractor conventions, generated
reference projections, and lane-specific exceptions. Durable D&D and
Seriatim data shapes remain in the [integration contracts](../integrations/).
Use this map to find an owner, then read the focused document and its tests
before changing behavior.