Harden source release preparation and record verified security follow-up
Dependency Audit / dependency-audit (push) Successful in 1m51s
Deployment Installer / deployment-installer (push) Successful in 8s
Security Audit / security-audit (push) Successful in 12m32s

This commit is contained in:
2026-09-08 08:04:12 +02:00
parent 9554657bb5
commit 58d320d9b3
26 changed files with 3833 additions and 163 deletions
@@ -2133,6 +2133,34 @@
"rationale": "This capability-first module intentionally exposes a headless API for other modules and integrations.",
"repository": "govoplan-workflow-engine"
},
{
"category": "intentionally_headless",
"method": "GET",
"path": "/workflow/instances/summaries",
"rationale": "Workflow Engine publishes bounded, current-authorized summary discovery for module and API consumers; the existing Workflow UI retains its compatible full-history contract. See owning topic workflow.instance-history.",
"repository": "govoplan-workflow-engine"
},
{
"category": "intentionally_headless",
"method": "GET",
"path": "/workflow/instances/{}/events",
"rationale": "Workflow Engine publishes current-authorized, sequence-bounded event history pages with explicit total and continuation semantics for module and API consumers. See owning topic workflow.instance-history.",
"repository": "govoplan-workflow-engine"
},
{
"category": "intentionally_headless",
"method": "GET",
"path": "/workflow/instances/{}/steps",
"rationale": "Workflow Engine publishes current-authorized, sequence-bounded step history pages with explicit total and continuation semantics for module and API consumers. See owning topic workflow.instance-history.",
"repository": "govoplan-workflow-engine"
},
{
"category": "intentionally_headless",
"method": "GET",
"path": "/workflow/instances/{}/summary",
"rationale": "Workflow Engine publishes a current-authorized, history-free instance summary for module and API consumers; the existing Workflow UI retains its compatible full-history detail contract. See owning topic workflow.instance-history.",
"repository": "govoplan-workflow-engine"
},
{
"category": "ui_reachable",
"method": "POST",