fix(glossary): 绑定 QA identity 与人工 override
bat-rust / Build and test Rust (push) Canceled after 0s
bat-rust / Build and test Go API (push) Canceled after 0s

This commit is contained in:
2026-09-09 00:25:49 +08:00
parent 0275a890bc
commit 68c6c91b1e
22 changed files with 844 additions and 92 deletions
+5 -2
View File
@@ -534,7 +534,7 @@ paths:
type: string
responses:
"200":
description: Glossary constraints, diagnostics, and blocked decision.
description: Glossary constraints, diagnostics, blocked decision, and stable qa_identity.
"400":
description: Missing source text or invalid context.
"401":
@@ -628,9 +628,12 @@ paths:
type: string
glossary_override:
type: object
required: [reviewer, reason, provenance, confirmed_unix_seconds]
required: [qa_identity, reviewer, reason, provenance, confirmed_unix_seconds]
additionalProperties: false
properties:
qa_identity:
type: string
minLength: 1
reviewer:
type: string
reason: