1
0

init
Some checks failed
Validate OIPF Library / validate-yaml (push) Has been cancelled

This commit is contained in:
2026-06-16 08:07:49 +03:00
commit 0ca748c9a5
45 changed files with 901 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# L3 — Operational Intelligence Loop
The reusable intelligence loop:
```text
Observe → Contextualise → Infer → Check → Recommend → Approve → Act → Record → Learn
```
This is the central reusable process pattern of the library.

View File

@@ -0,0 +1,18 @@
process:
id: "oipf.l3.operational-intelligence-loop"
level: "L3"
name: "Operational Intelligence Loop"
purpose: "Convert contextualised production data into governed recommendations and learning feedback."
pattern:
- observe
- contextualise
- infer
- check
- recommend
- approve
- act
- record
- learn
parent: "oipf.l2.production-line-operations"
children:
- "oipf.l4.recommend-act-record-learn"