Skip to content
Beskid Platform specification

Beskid

Jump to a Beskid service

Beskid

Jump to a Beskid service

Examples

Spec standingStandard

Owner
Piotr Mikstacki
Submitter
Piotr Mikstacki

A standard project exercises the expected producer -> consumer handoff with no contract violations. Trace this via:

  • beskid_codegen::lower_source` in `compiler/crates/beskid_codegen
  • JitModule` consumption in `compiler/crates/beskid_engine/src/jit_module.rs

Intentionally alter a boundary definition (for example, a symbol or structure shape), then run the related conformance suite. The expected result is a deterministic failure that identifies the mismatched boundary.

After applying a fix, add or update a focused fixture in the nearest test crate and rerun wider suites so the behavior remains locked for future refactors.