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

31
library.yaml Normal file
View File

@@ -0,0 +1,31 @@
oipf_library:
id: "oipf.generic-industrial-process"
name: "Generic Industrial Process"
version: "0.1.0-draft"
status: "draft"
namespace: "OIPF"
kind: "process-library"
description: "Generic process library for repeatable factory-to-factory operational intelligence deployments."
process_pattern:
- observe
- contextualise
- infer
- check
- recommend
- approve
- act
- record
- learn
levels:
L0: "Production enterprise"
L1: "Production domain"
L2: "Production line operations"
L3: "Operational intelligence loop"
L4: "Recommendation-to-outcome work task"
packages:
- id: "oipf.package.cleaning-optimisation"
path: "packages/cleaning-optimisation/package.yaml"
- id: "oipf.package.energy-loss-detection"
path: "packages/energy-loss-detection/package.yaml"
- id: "oipf.package.predictive-maintenance"
path: "packages/predictive-maintenance/package.yaml"