Update implementation plan to address remaining clean-up items

This commit is contained in:
2026-07-17 08:28:18 -05:00
parent 3013ee044d
commit 3e4fa923eb
2 changed files with 443 additions and 37 deletions

View File

@@ -36,7 +36,8 @@ as `dnd.SpellList` without creating a Go import cycle.
The `generic` tree is a peer extension family for reusable implementations that
contain no concrete source-format or artifact-domain knowledge. Source-format
and output-format families, such as Seriatim and JSON output, follow the same
domain-first organization even when they do not define a Zone-B artifact type.
domain-first organization even when they do not define a type in the
[domain artifact zone](0003-typed-interfaces-with-two-zone-data-model.md#domain-artifact-zone).
Concrete domain implementation packages do not import another concrete domain.
Generic extension packages never import concrete domains. A domain registrar