From f8b60b6107f0804149dce7c84f8fa91762db58fb Mon Sep 17 00:00:00 2001 From: Rihards Date: Sun, 17 May 2026 08:04:35 +0000 Subject: [PATCH] Adopt UAPF v2.0.0 cornerstone naming: .bpmn.xml/.dmn.xml -> .bpmn/.dmn UAPF-specification v2.0.0 mandates OMG-standard cornerstone extensions. Renamed cornerstone files and updated references in README / docs / processgit.mcp.yaml. Content of the BPMN/DMN files is unchanged. --- README.md | 8 ++++---- ...a-izskatisana.bpmn.xml => iesnieguma-izskatisana.bpmn} | 0 dmn/{classify-topic.dmn.xml => classify-topic.dmn} | 0 ...{determine-priority.dmn.xml => determine-priority.dmn} | 0 ...oute-to-department.dmn.xml => route-to-department.dmn} | 0 processgit.mcp.yaml | 8 ++++---- 6 files changed, 8 insertions(+), 8 deletions(-) rename bpmn/{iesnieguma-izskatisana.bpmn.xml => iesnieguma-izskatisana.bpmn} (100%) rename dmn/{classify-topic.dmn.xml => classify-topic.dmn} (100%) rename dmn/{determine-priority.dmn.xml => determine-priority.dmn} (100%) rename dmn/{route-to-department.dmn.xml => route-to-department.dmn} (100%) diff --git a/README.md b/README.md index ed40216..261d6b2 100644 --- a/README.md +++ b/README.md @@ -88,11 +88,11 @@ lv.tiesibsargs.iesnieguma-izskatisana/ ├── manifest.json ├── README.md (this file) ├── bpmn/ -│ └── iesnieguma-izskatisana.bpmn.xml Process flow (linear, 10 nodes) +│ └── iesnieguma-izskatisana.bpmn Process flow (linear, 10 nodes) ├── dmn/ -│ ├── classify-topic.dmn.xml 9 rules, FIRST hit policy -│ ├── determine-priority.dmn.xml 6 rules, FIRST hit policy -│ └── route-to-department.dmn.xml 9 rules, UNIQUE hit policy +│ ├── classify-topic.dmn 9 rules, FIRST hit policy +│ ├── determine-priority.dmn 6 rules, FIRST hit policy +│ └── route-to-department.dmn 9 rules, UNIQUE hit policy ├── resources/ │ ├── guardrails.yaml Policy snapshot for session │ ├── tiesibsargs-taxonomy.yaml Canonical topic list + legal anchors diff --git a/bpmn/iesnieguma-izskatisana.bpmn.xml b/bpmn/iesnieguma-izskatisana.bpmn similarity index 100% rename from bpmn/iesnieguma-izskatisana.bpmn.xml rename to bpmn/iesnieguma-izskatisana.bpmn diff --git a/dmn/classify-topic.dmn.xml b/dmn/classify-topic.dmn similarity index 100% rename from dmn/classify-topic.dmn.xml rename to dmn/classify-topic.dmn diff --git a/dmn/determine-priority.dmn.xml b/dmn/determine-priority.dmn similarity index 100% rename from dmn/determine-priority.dmn.xml rename to dmn/determine-priority.dmn diff --git a/dmn/route-to-department.dmn.xml b/dmn/route-to-department.dmn similarity index 100% rename from dmn/route-to-department.dmn.xml rename to dmn/route-to-department.dmn diff --git a/processgit.mcp.yaml b/processgit.mcp.yaml index 163b9d3..8752a67 100644 --- a/processgit.mcp.yaml +++ b/processgit.mcp.yaml @@ -14,15 +14,15 @@ server: The process executes via UAPF-IP; see the /uapf-ip endpoint of this repo. sources: - - path: "bpmn/iesnieguma-izskatisana.bpmn.xml" + - path: "bpmn/iesnieguma-izskatisana.bpmn" type: "xml" description: "BPMN - end-to-end complaint intake and triage flow" - - path: "dmn/classify-topic.dmn.xml" + - path: "dmn/classify-topic.dmn" type: "xml" description: "DMN - classifies the complaint topic" - - path: "dmn/determine-priority.dmn.xml" + - path: "dmn/determine-priority.dmn" type: "xml" description: "DMN - determines case priority" - - path: "dmn/route-to-department.dmn.xml" + - path: "dmn/route-to-department.dmn" type: "xml" description: "DMN - routes the case to the responsible department"