docs(context): add ingest identifier verification protocol

This commit is contained in:
Andrey Avtomonov 2026-05-12 23:37:38 +02:00
parent 0590e0b097
commit 62366ae032
15 changed files with 350 additions and 8 deletions

View file

@ -64,7 +64,7 @@ export function createEmitUnmappedFallbackTool(deps: EmitUnmappedFallbackDeps) {
tableRef: z
.string()
.optional()
.describe('The fully-qualified table or source reference that triggered the fallback (e.g. "orbit_analytics.customer"). Used to generate canonical detail text.'),
.describe('The fully-qualified table or source reference that triggered the fallback (e.g. "<schema>.<table>"). Used to generate canonical detail text.'),
clarification: z
.string()
.optional()