1## Description
2
3<!-- Provide a clear and concise description of what this PR does -->
4
5## Schema Changes
6
7<!-- REQUIRED: Please disclose any changes made to the schemas -->
8
9### Schema Changes Made
10
11- [ ] No schema changes
12- [ ] Control Catalog schema (`controlcatalog.cue`) changes
13- [ ] Capability Catalog schema (`capabilitycatalog.cue`) changes
14- [ ] Enforcement Log schema (`enforcementlog.cue`) changes
15- [ ] Evaluation Log schema (`evaluationlog.cue`) changes
16- [ ] Guidance Catalog schema (`guidancecatalog.cue`) changes
17- [ ] Mapping Document schema (`mapping.cue`) changes
18- [ ] Policy Document schema (`policy.cue`) changes
19- [ ] Risk Catalog schema (`riskcatalog.cue`) changes
20- [ ] Threat Catalog schema (`threatcatalog.cue`) changes
21- [ ] Vector Catalog schema (`vectorcatalog.cue`) changes
22- [ ] Other
23
24### Schema Change Details
25
26<!-- If schema changes were made, please describe:
27- What fields/types were added, modified, or removed?
28- What is the impact of these changes?
29- Are these changes backward compatible?
30- Do any generated types need to be regenerated?
31-->
32
33```
34<!-- If applicable, provide a brief summary or example of schema changes -->
35```
36
37## Testing
38
39<!-- Describe the tests you ran and how to reproduce them -->
40
41- [ ] Unit tests added/updated
42- [ ] Manual testing performed
43- [ ] Test data updated (if applicable)
44
45## Related Issues
46
47<!-- Link to related issues using keywords (e.g., "Fixes #123", "Closes #456") -->
48
49## Reviewer Hints
50
51<!-- Help reviewers by highlighting:
52- Areas that need special attention or focus
53- Complex logic or design decisions that warrant discussion
54- Known limitations or trade-offs
55- Testing approach or edge cases to verify
56- Files or functions that changed significantly
57-->
58
59
60
61 ---
62
63## Self-review checklist
64
65<!-- Maintainer Note: Update the checklist before requesting a review on your PR.-->
66
67- [ ] This PR has content that was created with AI assistance.
68 - [ ] I have read and followed the [Generative AI Contribution Policy](https://www.linuxfoundation.org/legal/generative-ai).
69- [ ] I have the experience and knowledge necessary to answer maintainer questions about the content of this PR, without using AI.