1
0
Commit Graph

2 Commits

Author SHA1 Message Date
a608de41ad Step 7: register-to-BPMN transcoder tool
Adds tools/register-transcoder — a Python tool that reads a published Valsts
Kase accounting-process register (.xlsx/.xlsm) and emits BPMN process
skeletons. For a given sub-process it produces one userTask per register
step, swimlanes from the RACI columns (placing each step in its Responsible
actor's lane), sequence flows reconstructed from the register's own
predecessor/successor step references, and synthesised start/end events per
entry and exit step. Output is an isExecutable=false skeleton — the
deterministic first pass of the transcription pipeline; refinement into a
Level 4 executable package is the human/AI-assisted second pass that produced
the curated FG3-1/FG3-4/FG3-5 packages. Includes a README and sample-output
skeletons emitted from the FG3 register for sub-processes 3.5.2 and 3.5.3.
2026-05-19 21:38:45 +00:00
9d50061107 workspace skeleton: UAPF 2.2.0 layout + L0 enterprise index
Step 1 of the vk-gramatvediba build.

- normative folder structure: enterprise/ , domains/ , processes/
- enterprise/enterprise.yaml — L0 enterprise index (validates against
  the UAPF 2.2.0 enterprise-index schema; packages[] filled in later steps)
- README and docs/conventions.md — VK function-group to UAPF level
  mapping, composition rule, transcription-fidelity policy
- CODEOWNERS placeholder and .gitignore (built .uapf archives excluded)

Targets UAPF specification v2.2.0.
2026-05-19 16:45:24 +00:00