Finance-first pack for transaction routing, payment authorization, override governance, and audit-grade decision traceability.
Highest priority first. The first rule whose conditions all hold decides; with none, the decision is a REVIEW.
high-value-authorization-escalation · PAYMENT_AUTHORIZATION
ESCALATE → ESCALATE · urgent · SLA 10 min
manual-override-reason-required · FINANCIAL_GOVERNANCE
REQUEST_INFO → REVIEW · urgent · SLA 15 min
Manual overrides without structured reason codes create escalation ambiguity and audit fragility.
policy-snapshot-required · FINANCIAL_ROUTING
REQUIRE_REVIEW → REVIEW · elevated · SLA 30 min
Routing decisions must carry an explicit policy snapshot to remain defensible in audits.
Locally, with @decionis/mcp: the payload becomes the request's context, and its action the decision type. On the hosted protocol, once the bundle is stored for your organization, name vertical_pack, policy_version and require_exact_policy_version: true.
decionis_evaluate arguments
{ "policy_pack": "finance", "payload": { "action": "<decision type>" } }In a hosted evaluate-decision request
"vertical_pack": "finance",
"policy_version": "finance-v1",
"require_exact_policy_version": trueEvery fact below comes from the request's context.