Files
git.stella-ops.org/docs/modules/vexer
master 66cb6c4b8a
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
feat: Add guild charters and task boards for various components
- Introduced guild charters for Scanner Deno, PHP, Ruby, Native, WebService, Java, Surface.Env, Surface.FS, Surface.Secrets, Surface.Validation, UI, Zastava Observer, Zastava Webhook, Zastava Core, and Plugin Platform.
- Each charter outlines the mission, scope, required reading, and working agreements for the respective guilds.
- Created task boards for Surface.Env, Surface.FS, Surface.Secrets, Surface.Validation, and Zastava components to track progress and dependencies.
- Ensured all documents emphasize determinism, offline readiness, security, and integration with shared Surface libraries.
2025-11-01 02:21:46 +02:00
..

StellaOps Vexer

Vexer computes deterministic consensus across VEX claims, preserving conflicts and producing attestable evidence for policy suppression.

Responsibilities

  • Ingest Excititor observations and compute per-product consensus snapshots.
  • Provide APIs for querying canonical VEX positions and conflict sets.
  • Publish exports and DSSE-ready digests for downstream consumption.
  • Keep provenance weights and disagreement metadata.

Key components

  • Consensus engine and API host in StellaOps.Vexer.* (to-be-implemented).
  • Storage schema for consensus graphs.
  • Integration hooks for Policy Engine suppression logic.

Integrations & dependencies

  • Excititor for raw observations.
  • Policy Engine and UI for suppression stories.
  • CLI for evidence inspection.

Operational notes

  • Deterministic consensus algorithms (see architecture).
  • Planned telemetry for disagreement counts and freshness.
  • Offline exports aligning with Concelier/Excititor timelines.
  • ./scoring.md

Backlog references

  • DOCS-VEXER backlog referenced in architecture doc.
  • CLI parity tracked in ../../TASKS.md (CLI-GRAPH/VEX stories).

Epic alignment

  • Epic 7 VEX Consensus Lens: deliver trust-weighted consensus snapshots, disagreement metadata, and explain APIs.