Files
git.stella-ops.org/docs/modules/excitor
master 75c2bcafce
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Add LDAP Distinguished Name Helper and Credential Audit Context
- Implemented LdapDistinguishedNameHelper for escaping RDN and filter values.
- Created AuthorityCredentialAuditContext and IAuthorityCredentialAuditContextAccessor for managing credential audit context.
- Developed StandardCredentialAuditLogger with tests for success, failure, and lockout events.
- Introduced AuthorityAuditSink for persisting audit records with structured logging.
- Added CryptoPro related classes for certificate resolution and signing operations.
2025-11-09 12:21:38 +02:00
..

StellaOps Excitor

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

Latest updates (2025-11-05)

  • Consensus API beta documented with canonical JSON samples and DSSE packaging guidance (docs/updates/2025-11-05-excitor-consensus-beta.md).
  • README links to Link-Not-Merge consensus milestone and preview endpoints for downstream integration.

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.Excitor.* (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
  • ../../vex/consensus-json.md (beta consensus payload sample)

Backlog references

  • DOCS-EXCITOR 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.