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:

  • compiler/crates/beskid_tests/src/analysis for fixture-driven semantic assertions
  • compiler/crates/beskid_e2e_tests/src/tests/runtime_cases.rs for source-to-runtime outcomes

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.