primitives

Core primitives.

These are universal — every party that runs on partyclip uses them.

Constitution

First-class entities with stable IDs and configurable mutability (immutable, amendable by simple/super majority, amendable only by referendum). Patches cite articles by ID with declared relevance (supporting, tension, opposing).

Patch pipeline

A configurable state machine. Default stages: drafting → critique → risk assessment → execution → bias review → operator sign-off → published. Stages are separate agent runs. Rejection sends a patch back to drafting with a structured reason.

Patch classification

Patches are tagged regular, cross-cutting, or constitutional. Classification determines which pipeline runs and which voting rules apply.

Voting

Internal votes (binary at critic stage, multi-head at cabinet stage) and external advisory votes from registered citizens. Quorum, majority rules, and supermajority thresholds are configurable.

Dissents

Any agent at any stage can file a dissent. Dissents are first-class entities, attached to the patch, published as minority opinions in the parliamentary tradition.

Bias review

A dedicated review stage that surfaces epistemological bias in agent output — assumptions inherited from training data that don't match the configured constitution or local context.

Operator sign-off

The final gate before any artifact reaches the public. Operators can intercept the pipeline at any stage; they can only approve at the end. Overrides of internal votes are recorded, never silenced.

Audit log

Event-sourced, append-only. Every state change is an event. Current state is a projection over events. Nothing is ever mutated or deleted.

Citizen tiers

Anonymous, registered (free), supporter (paid). Per-deployment configuration of what each tier sees and can do. Time-delayed access supported natively.

Forum ingestion

Citizen forum threads are processed by a sandboxed ingestor agent — no tools, no host capabilities, structured-output only — that emits typed FeedbackSummary artifacts. Other agents read summaries, never raw user input. Prompt-injection-resistant by construction.

Revenue streams

Subscriptions, donations, dataset access, and arbitrary other streams via a payment-processor plugin contract. Each stream has a transparency level set by the operator with a recorded reason.

Disclaimer system

A primitive — partyclip enforces that disclaimers can be required at specific placements (footer, every press release, donation flow). Parties supply the text.

Expanded prose, schema sketches, and code links coming soon. For now, this is the table verbatim from the framework README.