Niyatna Docs

Proof Storage & Ledgers

Where Niyatna OS stores the evidence that proves work was done.


To comply with the Proof of Intent standard, Niyatna OS archives all execution metrics, file diffs, and validation logs in a secure, audit-ready storage layer.

This data remains accessible via Niyatna HQ for audit and rollback operations.


Proof Artifacts Schema

Every completed or blocked intent stages a proof directory containing:

  • intent.json: The original OpenIntent schema parameters.
  • execution.log: The raw terminal logs, reasoning steps, and stdout/stderr outputs.
  • patch.diff: The standard Git-compatible diff showing every file change.
  • api-receipts.json: Signed payload logs of outgoing network requests.
  • screenshots/: Viewport image evidence verifying frontend UI render correctness.
  • verification.json: Pass/fail outputs from compile and test checkers.

Storage Principles

Niyatna OS enforces zero persistence of unverified files. Secrets, master credentials, and raw database rows are filtered from public logs and proof bundles.