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

13
docs/01-library-model.md Normal file
View File

@@ -0,0 +1,13 @@
# Library Model
The library is organised as a UAPF-style process decomposition.
| Level | Meaning | Folder |
|---|---|---|
| L0 | Production enterprise context | `levels/L0-production-enterprise` |
| L1 | Production domain | `levels/L1-production-domain` |
| L2 | Production line operations | `levels/L2-production-line-operations` |
| L3 | Operational intelligence loop | `levels/L3-operational-intelligence-loop` |
| L4 | Recommendation-to-outcome work task | `levels/L4-recommend-act-record-learn` |
The library is intended to be viewed in ProcessGit as a process repository, with BPMN/DMN and package viewers enabled through `processgit.viewer.json`.