Expand description
Code ownership configuration types for cuenv manifests.
This module provides serde-compatible types for deserializing CODEOWNERS configuration from CUE manifests.
Provider crates (cuenv-github, cuenv-gitlab, cuenv-bitbucket) handle the platform-specific logic (file paths, section styles) based on repository structure detection.
Based on schema/owners.cue
Structsยง
- Owner
Rule - A single code ownership rule.
- Owners
- Code ownership configuration for a project.
- Owners
Output - Output configuration for CODEOWNERS file generation.