workflow-plugin-encrypted-spaces

module
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2026 License: MIT

README

workflow-plugin-encrypted-spaces

Workflow plugin for Encrypted Spaces collaboration primitives.

This plugin exposes Workflow module contracts for encrypted-space operation storage, proof-verifier configuration, operation-log steps, epoch/member updates, and production-mode proof verification reports. It does not provide live Signal service egress.

Installation

wfctl plugin install workflow-plugin-encrypted-spaces

Development

# Build
make build

# Test
make test

# Install locally
make install-local

Capability Surface

The current release exposes operation-log, epoch/member, space-state lifecycle, proof-report, proof-policy, verified-append, and redacted proof-evidence primitives backed by encrypted-spaces-go. It also includes a rooms/eventbus/audit composition scenario for private collaboration apps.

Fake/no-proof modes are for application composition tests and conformance harnesses only. Production deployments should require proof reports whose ProductionReady field is true.

Module Types

  • encrypted_space.store
  • encrypted_space.verifier
  • encrypted_space.proof_policy

Step Types

  • step.encrypted_space_append
  • step.encrypted_space_fast_forward
  • step.encrypted_space_epoch_rotate
  • step.encrypted_space_member_update
  • step.encrypted_space_state_init
  • step.encrypted_space_state_update
  • step.encrypted_space_member_check
  • step.encrypted_space_verify_membership
  • step.encrypted_space_verify_operation
  • step.encrypted_space_verify_checkpoint
  • step.encrypted_space_vector_report
  • step.encrypted_space_append_verified
  • step.encrypted_space_proof_evidence

step.encrypted_space_vector_report returns per-domain coverage rows with vector-backed, deterministic-only, or deferred status values. When require_production_equivalence is true, the step fails if any required domain is not vector-backed.

step.encrypted_space_append_verified verifies operation commitments, membership reports, and checkpoint reports before accepting an append. The encrypted_space.proof_policy module can require vector-backed proof evidence and keeps message-backup and SVR/SVRB proof domains explicitly deferred until upstream vectors are available.

step.encrypted_space_proof_evidence emits redacted proof evidence and an audit event payload shaped for workflow-plugin-audit; plaintext and key material are not copied into evidence output.

step.encrypted_space_state_init, step.encrypted_space_state_update, and step.encrypted_space_member_check expose stateless SpaceState snapshots for Workflow applications that need to enroll, revoke, and check members before append/proof flows. The plugin does not persist these snapshots; applications must store them in their own state layer if restart survival is required.

Scenarios

  • scenarios/encrypted-space-proof-workflow: local proof-gated append flow that composes this plugin with released workflow-plugin-rooms, workflow-plugin-eventbus, and workflow-plugin-audit pins.

Module

Go module: github.com/GoCodeAlone/workflow-plugin-encrypted-spaces

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL