Palimpsest Plasma

Palimpsest Plasma

A deterministic, typed policy engine for the agentic era.

Overview

Palimpsest Plasma is a deterministic, typed policy engine. You write policies as machine-readable deontic rules — obligations, prohibitions, and permissions over repository state — and plasma check evaluates a repository against them with byte-for-byte reproducible results.

Quickstart

cargo build --release
./target/release/plasma check .
./target/release/plasma facts .

Building this site locally

Install Elixir (1.15+), then from the site/ directory run mix site.build. The command regenerates site/_site, which GitHub Actions uploads to Pages.