Packages

development-driven-specs — the dds toolchain (protocol 2) as a Mix task. A thin shim over the bundled instruments (Python, stdlib); never a port.

Current section

Files

Jump to
dds priv toolchain canon CODEOWNERS
Raw

priv/toolchain/canon/CODEOWNERS

# CODEOWNERS for the documentation framework.
#
# Encodes source authority structurally — see docs/conventions.md §6.
# Replace placeholder team names with your org's teams at install time;
# the install script will substitute these.
docs/domain/ @<product-team> @<domain-experts>
docs/risks/ @<product-team> @<domain-experts>
docs/governance.md @<product-team> @<domain-experts>
docs/goals/ @<product-team>
docs/adr/ @<architecture-team>
docs/principles.md @<architecture-team>
docs/conventions.md @<architecture-team>
docs/README.md @<architecture-team>
# Code paths that materially realize a goal or implement an ADR may also
# have entries routing changes to the relevant authority. Artifact-side
# ownership (above) is load-bearing; code-path ownership supplements.