M17: ground knowledge and integration evidence

This commit is contained in:
NuklearRabbit
2026-08-10 12:27:17 +02:00
parent 686795a452
commit 8030753dbc
15 changed files with 480 additions and 74 deletions
@@ -3,6 +3,7 @@
"title": "Integration control",
"description": "Monitor delivery health, graceful degradation and retryable workflow events.",
"cards": {
"checking": "Retrieving current integration status…",
"orchestrationKicker": "Orchestration",
"n8nTitle": "n8n delivery",
"n8nSummary": "{{succeeded}} succeeded · {{failed}} failed · {{pending}} pending · {{delivering}} delivering",
@@ -24,6 +25,7 @@
"n8nDemoScenario": "Plus {{count}} prepared demo scenario — a simulated temporary failure, not an integration problem."
},
"statusLabels": {
"checking": "Checking…",
"notConnected": "Not connected",
"deliveryFailed": "Delivery failed",
"retryAvailable": "Retry available",
@@ -35,6 +37,8 @@
"workflows": {
"title": "Automation workflows",
"description": "{{known}} of {{expected}} canonical n8n workflows have live evidence of running.",
"loadingEvidence": "Retrieving current workflow evidence…",
"unavailable": "Workflow evidence is currently unavailable.",
"notBuilt": "Not built yet",
"noEvidence": "No evidence yet",
"healthy": "Healthy",
@@ -53,6 +57,12 @@
"ragcoreSync": "Knowledge procedure sync",
"errorHandler": "Workflow error handler"
},
"expectations": {
"vehicleReturn": "Event-driven after a vehicle return is safely committed.",
"scheduledScan": "Scheduled; normally runs every hour.",
"ragcoreSync": "Scheduled; normally runs daily.",
"errorHandler": "Runs only when a real workflow execution fails."
},
"errorHandler": {
"summary": "{{count}} automation failure(s) registered — latest from {{workflow}} at {{when}}.",
"summaryEmpty": "No automation failures have been registered."