.gitlab-ci.yml's mix jobs are gated rules: exists: mix.exs, which is root-relative — this repo's only mix project is beam/mix.exs, so those jobs never run. No GitHub workflow covers Elixir either. The BEAM NIF client is effectively ungated.
Options: a GitHub job that runs mix test / mix format --check-formatted / credo in beam/, or fix the GitLab exists: globs (**/mix.exs) if GitLab CI is actually live.
Related: PR #72 wired the Julia + TLA+ layers; this is the remaining untested layer. READINESS.md also flags absent BEAM test coverage as a C-blocker.
🤖 Generated with Claude Code
.gitlab-ci.yml's mix jobs are gatedrules: exists: mix.exs, which is root-relative — this repo's only mix project isbeam/mix.exs, so those jobs never run. No GitHub workflow covers Elixir either. The BEAM NIF client is effectively ungated.Options: a GitHub job that runs
mix test/mix format --check-formatted/credoinbeam/, or fix the GitLabexists:globs (**/mix.exs) if GitLab CI is actually live.Related: PR #72 wired the Julia + TLA+ layers; this is the remaining untested layer. READINESS.md also flags absent BEAM test coverage as a C-blocker.
🤖 Generated with Claude Code