fix(stats): intent_approved reaches the OTel allowlist like every other trekbrief field
The trekbrief-stats record gained intent_approved in f5dc08f (prose +
jsonl-schemas row) but not lib/exporters/field-allowlist.mjs, so the
exporter would drop it silently. Boolean, low-cardinality — safe label.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
parent
f5dc08f660
commit
2045432ce7
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
const TREKBRIEF_ALLOWED = Object.freeze(new Set([
|
||||
'ts', 'slug', 'mode', 'interview_turns', 'review_iterations',
|
||||
'brief_quality', 'research_topics', 'auto_research', 'auto_result',
|
||||
'intent_approved', // veikart steg 1: boolean, whether Phase 4h stamped the intent
|
||||
'profile', 'profile_source',
|
||||
]));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue