From 38ea5bdf19c312aa48ca7fc0abeafc1e0f4b8c36 Mon Sep 17 00:00:00 2001 From: Agent IX Date: Mon, 22 Jun 2026 23:00:27 -0700 Subject: [PATCH] feat(spec-review): add ears-conformance analysis value (FR-042) Extend the SpecReview `analysis` enum with `ears-conformance` so the new EARS requirement-grammar review lens (quoin spec-ears-analysis) can author a validated SpecReview of its findings, alongside the existing analyses. Co-Authored-By: Claude Opus 4.8 --- .../schemas/spec-review-frontmatter.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec_artifacts_process/schemas/spec-review-frontmatter.schema.json b/spec_artifacts_process/schemas/spec-review-frontmatter.schema.json index 239c5f7..3a384c8 100644 --- a/spec_artifacts_process/schemas/spec-review-frontmatter.schema.json +++ b/spec_artifacts_process/schemas/spec-review-frontmatter.schema.json @@ -29,7 +29,8 @@ "evidence", "risk-complexity", "scope-boundary", - "gap-analysis" + "gap-analysis", + "ears-conformance" ] }, "scope": {