M17: ground knowledge and integration evidence
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user