Skip to content

Commit 3daa940

Browse files
committed
docs: add risk model
1 parent d98e4f7 commit 3daa940

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

docs/risk/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Risk Model
2+
3+
AI-OS separates low-risk documentation work from high-risk automation, release, and security work.
4+
5+
## Risk loop
6+
7+
```mermaid
8+
flowchart TD
9+
A[Proposed change] --> B[Classify risk]
10+
B --> C{Risk level}
11+
C -- Low --> D[Proceed]
12+
C -- Medium --> E[Extra review]
13+
C -- High --> F[Maintainer review]
14+
D --> G[Verify]
15+
E --> G
16+
F --> G
17+
```
18+
19+
## Risk levels
20+
21+
- Low: documentation correction, link update, diagram addition.
22+
- Medium: workflow change, release note change, governance clarification.
23+
- High: release process, security policy, repository automation, public publication workflow.
24+
25+
## Output
26+
27+
Every meaningful change should state risk level and verification evidence.

0 commit comments

Comments
 (0)