File size: 3,750 Bytes
8ce0f27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# KYE™ Operating Model vocabulary

Names introduced by **KYE Operating Model Profile™**
(`kye-operating-model-v1`) — the enterprise adoption layer of KYE™.
This document lists names only. Readiness scoring engine, risk-tiering
heuristics, side-effect classification, commit-boundary detection,
authority-gate recommendation and runtime enforcement internals are part
of the normative specification and the patent track, and are not
published here.

> **KYE™ turns AI-governance operating models into runtime authority
> decisions and replayable evidence.**

## Journey stages

Ten ordered stages every operating-model implementation enforces.

`intake` · `assess` · `classify` · `map_authority` · `place_gates` ·
`configure_runtime` · `execute` · `evidence` · `review` · `improve`.

## Required objects

| Object | Schema |
|---|---|
| Profile descriptor | `operating-model-profile.json` |
| Use-case intake | `use-case-intake.json` |
| Readiness assessment | `readiness-assessment.json` |
| Entity Authority Record™ | `entity-authority-record.json` |
| Authority Gate™ | `authority-gate.json` |
| Commit Boundary™ | `commit-boundary.json` |
| Review path | `review-path.json` |
| Training record | `training-record.json` |
| Adoption evidence pack | `adoption-evidence-pack.json` |
| Governed catalogue entry | `governed-catalog-entry.json` |

## Authority-gate types

Eight named types. Implementations MAY add `custom`.

| Type | Surface |
|---|---|
| `payment_execution`         | Before a prepared payment becomes an executed payment. |
| `external_message`          | Before an outbound message (email, customer-facing notification, signal handler) leaves the tenant. |
| `contract_signature`        | Before a contract / e-signature is sealed. |
| `clinical_action`           | Before a clinical action is performed (orders, escalations, triage). |
| `infrastructure_command`    | Before an infrastructure command is issued (deploy, rotate, terminate). |
| `data_export`               | Before a data export leaves the tenant. |
| `credential_rotation`       | Before a credential is rotated. |
| `evidence_export`           | Before an evidence pack is exported beyond the tenant. |
| `data_access`               | Before sensitive data is read. |
| `custom`                    | Implementer-defined gate. |

## Commit-boundary archetypes

| Before the boundary | After the boundary |
|---|---|
| `draft email`            | `send email` |
| `payment.prepare`        | `payment.execute` |
| `recommend refund`       | `issue refund` |
| `draft contract`         | `sign contract` |
| `suggest clinical step`  | `perform clinical step` |
| `plan infrastructure change` | `execute infrastructure command` |
| `recommend access grant` | `issue access grant` |
| `propose policy edit`    | `apply policy edit` |

## Decision policy values

`allow` · `deny` · `require_approval` · `require_step_up` ·
`quarantine`.

## Risk tiers

`low` · `medium` · `high` · `critical`.

## Lifecycle states

`proposed` · `pilot` · `controlled_production` · `production` ·
`deprecated` · `suspended` · `revoked`.

## Reason codes

See `reason-codes.md` under the **Operating Model profile reason codes**
group (19 codes).

## Operating-model signals

See `kye-operating-model-v1.md` §6. Five families: use-case lifecycle,
readiness lifecycle, authority-record lifecycle, authority-gate
lifecycle, commit-boundary lifecycle, and catalogue lifecycle.

## Patent-safe boundary

The readiness-scoring algorithm, risk-tier classification thresholds,
side-effect classification rules, commit-boundary detection algorithm,
authority-gate recommendation engine, and runtime gate-enforcement
internals are **not** in this repository.