1
0

v1.0.0: dev.uapf.semantic-document-analysis

UAPF v1.1 SSOT-conformant Level 4 process package — reusable semantic
document analysis, shareable across DMS / intake / mailroom systems.

Structure:
- uapf.yaml (kind: uapf.package, level 4) + manifest.json engine-compat
- bpmn/semantic-document-analysis.bpmn.xml — 3 service tasks invoking
  reserved UAPF-IP capabilities ai.redact@1, ai.extract@1, event.emit@1
- resources/mappings.yaml — task->target bindings with I/O contracts
- resources/schemas/vdvc-semantic-summary.schema.json — output contract
- resources/guardrails.yaml — GDPR + EU AI Act constraints
- metadata/ownership.yaml + metadata/lifecycle.yaml
- docs/, fixtures/, tests/eval-set.json

Validates clean against UAPFormat/UAPF-specification schemas.
This commit is contained in:
2026-05-16 09:32:55 +00:00
commit ae0c646021
16 changed files with 422 additions and 0 deletions

9
metadata/lifecycle.yaml Normal file
View File

@@ -0,0 +1,9 @@
kind: uapf.metadata.lifecycle
status: draft
created: "2026-05-15T20:30:00Z"
lastModified: "2026-05-15T20:30:00Z"
changeHistory:
- version: "1.0.0"
date: "2026-05-15"
summary: "Initial release. Reusable UAPF v1.1 Level 4 process for VDVC semantic metadata extraction. Three reserved-namespace capabilities (ai.redact@1, ai.extract@1, event.emit@1). VDVC output schema in resources/schemas/."
author: "uapf-stewards"

9
metadata/ownership.yaml Normal file
View File

@@ -0,0 +1,9 @@
kind: uapf.metadata.ownership
owners:
- type: team
id: uapf-stewards
name: UAPF Stewards
contact: stewards@uapf.dev
role: owner
approvers:
- uapf-stewards