From 713f16853bbe6f69f4e052b7f2d4768af368bb2f Mon Sep 17 00:00:00 2001 From: aitbc Date: Sat, 9 May 2026 21:11:49 +0200 Subject: [PATCH] docs: rename hermes reports with legacy openclaw names to hermes - Renamed all 7 report files from openclaw to hermes naming - Content was already updated for hermes, only filenames needed updating - Reports include agent fixes, data directory fixes, database cleanup, mission accomplishment, multi-node deployment, preflight, and workflow execution --- ...penclaw_agent_fix_report.json => hermes_agent_fix_report.json} | 0 ...ry_fix_summary.json => hermes_data_directory_fix_summary.json} | 0 ..._cleanup_summary.json => hermes_database_cleanup_summary.json} | 0 ...mission_accomplished.json => hermes_mission_accomplished.json} | 0 ...ent_success.json => hermes_multi_node_deployment_success.json} | 0 ...penclaw_preflight_report.json => hermes_preflight_report.json} | 0 ...xecution_report.json => hermes_workflow_execution_report.json} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename docs/hermes/reports/{openclaw_agent_fix_report.json => hermes_agent_fix_report.json} (100%) rename docs/hermes/reports/{openclaw_data_directory_fix_summary.json => hermes_data_directory_fix_summary.json} (100%) rename docs/hermes/reports/{openclaw_database_cleanup_summary.json => hermes_database_cleanup_summary.json} (100%) rename docs/hermes/reports/{openclaw_mission_accomplished.json => hermes_mission_accomplished.json} (100%) rename docs/hermes/reports/{openclaw_multi_node_deployment_success.json => hermes_multi_node_deployment_success.json} (100%) rename docs/hermes/reports/{openclaw_preflight_report.json => hermes_preflight_report.json} (100%) rename docs/hermes/reports/{openclaw_workflow_execution_report.json => hermes_workflow_execution_report.json} (100%) diff --git a/docs/hermes/reports/openclaw_agent_fix_report.json b/docs/hermes/reports/hermes_agent_fix_report.json similarity index 100% rename from docs/hermes/reports/openclaw_agent_fix_report.json rename to docs/hermes/reports/hermes_agent_fix_report.json diff --git a/docs/hermes/reports/openclaw_data_directory_fix_summary.json b/docs/hermes/reports/hermes_data_directory_fix_summary.json similarity index 100% rename from docs/hermes/reports/openclaw_data_directory_fix_summary.json rename to docs/hermes/reports/hermes_data_directory_fix_summary.json diff --git a/docs/hermes/reports/openclaw_database_cleanup_summary.json b/docs/hermes/reports/hermes_database_cleanup_summary.json similarity index 100% rename from docs/hermes/reports/openclaw_database_cleanup_summary.json rename to docs/hermes/reports/hermes_database_cleanup_summary.json diff --git a/docs/hermes/reports/openclaw_mission_accomplished.json b/docs/hermes/reports/hermes_mission_accomplished.json similarity index 100% rename from docs/hermes/reports/openclaw_mission_accomplished.json rename to docs/hermes/reports/hermes_mission_accomplished.json diff --git a/docs/hermes/reports/openclaw_multi_node_deployment_success.json b/docs/hermes/reports/hermes_multi_node_deployment_success.json similarity index 100% rename from docs/hermes/reports/openclaw_multi_node_deployment_success.json rename to docs/hermes/reports/hermes_multi_node_deployment_success.json diff --git a/docs/hermes/reports/openclaw_preflight_report.json b/docs/hermes/reports/hermes_preflight_report.json similarity index 100% rename from docs/hermes/reports/openclaw_preflight_report.json rename to docs/hermes/reports/hermes_preflight_report.json diff --git a/docs/hermes/reports/openclaw_workflow_execution_report.json b/docs/hermes/reports/hermes_workflow_execution_report.json similarity index 100% rename from docs/hermes/reports/openclaw_workflow_execution_report.json rename to docs/hermes/reports/hermes_workflow_execution_report.json