ILAIOS Personal Operations Factory

Personal automation plans that remain reviewable before they touch anything external.

Personal Operations Factory is a bounded implemented foundation for deterministic review-only plans. It supports a small set of draft actions, hashes step payloads, requires explicit review approval and forbids direct mutation of external personal systems.

Review-first personal operations

Automation intent does not automatically become account authority.

The current implementation does not send emails, create calendar events, modify reminders or write to external accounts. It prepares bounded draft plans for review.

01

Define a bounded objective

Create a named plan with explicit non-empty steps rather than allowing an open-ended personal automation request.

02

Use draft-only actions

The current implementation allows calendar, checklist, email, note and reminder drafts only.

03

Hash payloads

Each step retains a SHA-256 digest of its payload so the review projection can preserve deterministic evidence without silently changing content.

04

Fail closed on unsafe actions

Unsupported actions, duplicate step IDs, missing plans and invalid state transitions stop instead of broadening authority.

05

Approve for review

A plan must receive an explicit approver before its review projection becomes available.

06

No external account mutation

The current foundation explicitly forbids applying the plan to external personal systems or accounts.

Explicit human boundary

Draft, evidence and approval stay visible before any future external execution path.