1
0

7 Commits

Author SHA1 Message Date
741f7d796d Add diagram interchange (DI) to cornerstone BPMN
UAPF-specification v2.1.0 makes cornerstone diagram interchange mandatory
(SEM-011). This file was hand-authored as logic only, with no
<bpmndi:BPMNDiagram>, so it could not render in any OMG modeler/viewer.

Adds the bpmndi/dc/di namespace declarations and a complete BPMNDiagram
with authored shapes (10) and edges (9) — a deterministic linear layout.
The <bpmn:process> logic is byte-identical; only DI was added.
2026-05-17 12:49:25 +00:00
f8b60b6107 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.
2026-05-17 08:04:35 +00:00
c07c738ad8 Add processgit.mcp.yaml - enable per-repo MCP server 2026-05-17 07:49:55 +00:00
e43272f082 Declare UAPF-IP fields: requires_capabilities, profiles_supported, guardrails
The BPMN invokes ai.redact@1 / ai.extract@1 / document.fetch@1 / data.write@1 /
event.emit@1 and the package ships resources/guardrails.yaml. Declaring them at
manifest level for UAPF-IP discovery via the ProcessGit /uapf-ip endpoint.
2026-05-16 22:00:44 +00:00
f7610a097c v1.1.0: UAPF v1.1 SSOT conformance rebuild
Replaces non-conformant v0.1.0 manifest shape:
- Add uapf.yaml (kind: uapf.package) — SSOT 07-package-format mandatory
- Add metadata/ownership.yaml + metadata/lifecycle.yaml — mandatory
- Add resources/mappings.yaml — mandatory for Level 4
- Fix manifest: drop non-schema fields (requires_capabilities,
  guardrails, legal_basis, eu_ai_act_classification, profiles_supported);
  fix owners[].type organisation -> team; remove non-schema paths keys
- Declare dependency on dev.uapf.semantic-document-analysis@^1.0.0
- manifest.json kept as engine-compat copy (uapf-engine@1.0.0 reads it)

Validates clean against UAPFormat/UAPF-specification schemas:
uapf-manifest, ownership, lifecycle, resource-mapping.
2026-05-16 09:32:34 +00:00
41509710af init 2026-05-15 00:07:35 +03:00
8dfaf82327 Add README.md 2026-05-14 20:57:15 +00:00