diff --git a/bpmn/semantic-document-analysis.bpmn.xml b/bpmn/semantic-document-analysis.bpmn similarity index 100% rename from bpmn/semantic-document-analysis.bpmn.xml rename to bpmn/semantic-document-analysis.bpmn diff --git a/docs/02-integration.md b/docs/02-integration.md index 8b8851c..ba22778 100644 --- a/docs/02-integration.md +++ b/docs/02-integration.md @@ -8,7 +8,7 @@ This package validates against the UAPF v1.1 SSOT schemas: It conforms to UAPF Conformance Checklist §"Level 4 requirements": - ✓ uapf.yaml present -- ✓ ≥1 BPMN file (`bpmn/semantic-document-analysis.bpmn.xml`) +- ✓ ≥1 BPMN file (`bpmn/semantic-document-analysis.bpmn`) - ✓ `resources/mappings.yaml` present - ✓ `metadata/ownership.yaml` + `metadata/lifecycle.yaml` present - ✓ Cornerstones declared correctly (bpmn + resources) diff --git a/processgit.mcp.yaml b/processgit.mcp.yaml index cd9e72e..5e9bad2 100644 --- a/processgit.mcp.yaml +++ b/processgit.mcp.yaml @@ -13,6 +13,6 @@ server: endpoint of this repo. sources: - - path: "bpmn/semantic-document-analysis.bpmn.xml" + - path: "bpmn/semantic-document-analysis.bpmn" type: "xml" description: "BPMN - redact, extract, emit flow"