bQUARKz 79a682b8ec
Some checks are pending
Intrepid/Prometeu/Studio/pipeline/pr-master Build started...
JaCoCo Coverage #### Project Overview No changes detected, that affect the code coverage. * Line Coverage: 62.10% (17811/28682) * Branch Coverage: 52.81% (6878/13025) * Lines of Code: 28682 * Cyclomatic Complexity: 11494 #### Quality Gates Summary Output truncated.
Test / Build skipped: 15, passed: 653
Intrepid/Prometeu/Studio/pipeline/head This commit looks good
implements PLN-0128
Add a test-only synth FrontendProvider that traverses compile() to
verified bytecode without PBS. Expose register/unregister on the static
registry and lock the obligation in specs 23 and 22.

Housekeep DSC-0063 with LSN-0065.
2026-09-19 03:03:37 +01:00
..

General Specs

This directory contains shared acceptance specifications for all supported languages in Prometeu.

Scope

These specs are above language-specific specs and should be reused by each language line.

Typical topics:

  • conformance gates and evidence,
  • compatibility publication policy,
  • verification/safety acceptance boundaries,
  • artifact/runtime acceptance contracts.

Current backend-facing chapter additions:

  • 20. IRBackend to IRVM Lowering Specification.md
  • 21. IRVM Optimization Pipeline Specification.md
  • 22. Backend Spec-to-Test Conformance Matrix.md
  • 23. Compiler Pipeline Entry Points Specification.md

Rule

Language-specific specs (for example docs/pbs/specs) must reference this layer instead of duplicating cross-language acceptance policy.