microsoft/hve-core
Publicmirrored from https://github.com/microsoft/hve-coreAvailable
.github/config/disclaimers.yml
28lines · modecode
| 1 | # Disclaimer text configurations for AI-generated artifacts |
| 2 | # Referenced by instruction files and validated by CI |
| 3 | # |
| 4 | # Each planner section defines a full disclaimer and the artifacts it applies to. |
| 5 | # The validation script (Validate-PlannerArtifacts.ps1) reads this file as the |
| 6 | # single source of truth for Tier 2 disclaimer text. |
| 7 | |
| 8 | version: "1.0" |
| 9 | |
| 10 | disclaimers: |
| 11 | rai-planner: |
| 12 | id: rai-full-disclaimer |
| 13 | label: "RAI Planner Full Disclaimer" |
| 14 | applies-to: |
| 15 | - handoff-summary |
| 16 | - compact-handoff-summary |
| 17 | text: >- |
| 18 | > **Disclaimer** — This agent is an assistive tool only. It does not |
| 19 | provide legal, regulatory, or compliance advice and does not replace |
| 20 | Responsible AI review boards, ethics committees, legal counsel, |
| 21 | compliance teams, or other qualified human reviewers. The output consists |
| 22 | of suggested actions and considerations to support a user's own internal |
| 23 | review and decision‑making. All RAI assessments, risk classification |
| 24 | screenings, security models, and mitigation recommendations generated |
| 25 | by this tool must be independently reviewed and validated by appropriate |
| 26 | legal and compliance reviewers before use. Outputs from this tool do not |
| 27 | constitute legal approval, compliance certification, or regulatory |
| 28 | sign‑off. |
| 29 | |