From 7ba2b48d93bdbbcec68b30a83710032455cf780e Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Wed, 27 May 2026 07:02:00 +0200 Subject: [PATCH] test(e2e): annotate register-schemas spec with whole-spec @e2e exclude All 16 scenarios in openspec/specs/register-schemas/spec.md are pure backend: PHP file content inspection, OpenRegister API validation (HTTP 400 responses), install-time repair steps, and version-skip logic. None have a browser UI surface, so the spec is excluded from gate-19 e2e-coverage enforcement with an explicit reason. Gate-19 result: uncovered=0, excluded=16, coverage_pct=null (no UI scenarios). --- openspec/specs/register-schemas/spec.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openspec/specs/register-schemas/spec.md b/openspec/specs/register-schemas/spec.md index 4524f04..8f94f76 100644 --- a/openspec/specs/register-schemas/spec.md +++ b/openspec/specs/register-schemas/spec.md @@ -9,6 +9,8 @@ ## Purpose + + This spec defines the requirements for the Planix OpenRegister schema definitions. The register file declares the data model that all Planix features are built upon. Correct schema definitions, seed data, and import behaviour are prerequisites for every other Planix capability. ---