RuleOak Core v1.4 / v2.0

Approval-gated write connectors

RuleOak lets agents propose external-style write actions, but policy, evidence, approval, and audit come first. The current demos write only to a local dry-run outbox.

Write path

Propose, check, approve, then record

Write intent

The agent proposes a target, action, payload, actor, and reason.

Policy decision

Allowed, denied, or approval-required based on explicit policy.

Human approval

Risky writes pause until a reviewer approves the action.

Local outbox

The demo records approved writes locally instead of changing external systems.

Run it

Approval-gated connector demo

npm run write:demo
npm run report:html
npm run report:view