Current section
Files
Jump to
Current section
Files
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.