Write intent
The agent proposes a target, action, payload, actor, and reason.
RuleOak Core v1.4 / v2.0
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
The agent proposes a target, action, payload, actor, and reason.
Allowed, denied, or approval-required based on explicit policy.
Risky writes pause until a reviewer approves the action.
The demo records approved writes locally instead of changing external systems.
Run it
npm run write:demo
npm run report:html
npm run report:view