diff --git a/hermes-sovereign/docs/DEPLOY.md b/docs/DEPLOY.md similarity index 100% rename from hermes-sovereign/docs/DEPLOY.md rename to docs/DEPLOY.md diff --git a/hermes-sovereign/docs/NOTEBOOK_WORKFLOW.md b/docs/NOTEBOOK_WORKFLOW.md similarity index 100% rename from hermes-sovereign/docs/NOTEBOOK_WORKFLOW.md rename to docs/NOTEBOOK_WORKFLOW.md diff --git a/hermes-sovereign/docs/PERFORMANCE_ANALYSIS_REPORT.md b/docs/PERFORMANCE_ANALYSIS_REPORT.md similarity index 100% rename from hermes-sovereign/docs/PERFORMANCE_ANALYSIS_REPORT.md rename to docs/PERFORMANCE_ANALYSIS_REPORT.md diff --git a/hermes-sovereign/docs/PERFORMANCE_HOTSPOTS_QUICKREF.md b/docs/PERFORMANCE_HOTSPOTS_QUICKREF.md similarity index 100% rename from hermes-sovereign/docs/PERFORMANCE_HOTSPOTS_QUICKREF.md rename to docs/PERFORMANCE_HOTSPOTS_QUICKREF.md diff --git a/hermes-sovereign/docs/PERFORMANCE_OPTIMIZATIONS.md b/docs/PERFORMANCE_OPTIMIZATIONS.md similarity index 100% rename from hermes-sovereign/docs/PERFORMANCE_OPTIMIZATIONS.md rename to docs/PERFORMANCE_OPTIMIZATIONS.md diff --git a/hermes-sovereign/docs/SECURE_CODING_GUIDELINES.md b/docs/SECURE_CODING_GUIDELINES.md similarity index 100% rename from hermes-sovereign/docs/SECURE_CODING_GUIDELINES.md rename to docs/SECURE_CODING_GUIDELINES.md diff --git a/hermes-sovereign/docs/SECURITY_AUDIT_REPORT.md b/docs/SECURITY_AUDIT_REPORT.md similarity index 100% rename from hermes-sovereign/docs/SECURITY_AUDIT_REPORT.md rename to docs/SECURITY_AUDIT_REPORT.md diff --git a/hermes-sovereign/docs/SECURITY_FIXES_CHECKLIST.md b/docs/SECURITY_FIXES_CHECKLIST.md similarity index 100% rename from hermes-sovereign/docs/SECURITY_FIXES_CHECKLIST.md rename to docs/SECURITY_FIXES_CHECKLIST.md diff --git a/hermes-sovereign/docs/SECURITY_MITIGATION_ROADMAP.md b/docs/SECURITY_MITIGATION_ROADMAP.md similarity index 100% rename from hermes-sovereign/docs/SECURITY_MITIGATION_ROADMAP.md rename to docs/SECURITY_MITIGATION_ROADMAP.md diff --git a/hermes-sovereign/docs/TEST_ANALYSIS_REPORT.md b/docs/TEST_ANALYSIS_REPORT.md similarity index 100% rename from hermes-sovereign/docs/TEST_ANALYSIS_REPORT.md rename to docs/TEST_ANALYSIS_REPORT.md diff --git a/hermes-sovereign/docs/TEST_OPTIMIZATION_GUIDE.md b/docs/TEST_OPTIMIZATION_GUIDE.md similarity index 100% rename from hermes-sovereign/docs/TEST_OPTIMIZATION_GUIDE.md rename to docs/TEST_OPTIMIZATION_GUIDE.md diff --git a/hermes-sovereign/docs/V-006_FIX_SUMMARY.md b/docs/V-006_FIX_SUMMARY.md similarity index 100% rename from hermes-sovereign/docs/V-006_FIX_SUMMARY.md rename to docs/V-006_FIX_SUMMARY.md diff --git a/hermes-sovereign/docs/agent_core_analysis.md b/docs/agent_core_analysis.md similarity index 100% rename from hermes-sovereign/docs/agent_core_analysis.md rename to docs/agent_core_analysis.md diff --git a/hermes-sovereign/docs/fleet-sitrep-2026-04-06.md b/docs/fleet-sitrep-2026-04-06.md similarity index 100% rename from hermes-sovereign/docs/fleet-sitrep-2026-04-06.md rename to docs/fleet-sitrep-2026-04-06.md diff --git a/hermes-sovereign/docs/gateway_analysis_report.md b/docs/gateway_analysis_report.md similarity index 100% rename from hermes-sovereign/docs/gateway_analysis_report.md rename to docs/gateway_analysis_report.md diff --git a/hermes-sovereign/docs/jupyter-as-execution-layer-research.md b/docs/jupyter-as-execution-layer-research.md similarity index 100% rename from hermes-sovereign/docs/jupyter-as-execution-layer-research.md rename to docs/jupyter-as-execution-layer-research.md diff --git a/hermes-sovereign/docs/nexus_architect.md b/docs/nexus_architect.md similarity index 100% rename from hermes-sovereign/docs/nexus_architect.md rename to docs/nexus_architect.md diff --git a/hermes-sovereign/docs/nexus_architect_summary.md b/docs/nexus_architect_summary.md similarity index 100% rename from hermes-sovereign/docs/nexus_architect_summary.md rename to docs/nexus_architect_summary.md diff --git a/hermes-sovereign/notebooks/agent_task_system_health.ipynb b/docs/notebooks/agent_task_system_health.ipynb similarity index 100% rename from hermes-sovereign/notebooks/agent_task_system_health.ipynb rename to docs/notebooks/agent_task_system_health.ipynb diff --git a/hermes-sovereign/notebooks/agent_task_system_health.py b/docs/notebooks/agent_task_system_health.py similarity index 100% rename from hermes-sovereign/notebooks/agent_task_system_health.py rename to docs/notebooks/agent_task_system_health.py diff --git a/hermes-sovereign/docs/research-ssd-self-distillation-2026-04.md b/docs/research-ssd-self-distillation-2026-04.md similarity index 100% rename from hermes-sovereign/docs/research-ssd-self-distillation-2026-04.md rename to docs/research-ssd-self-distillation-2026-04.md diff --git a/hermes-sovereign/security/dependency-audit.yml b/security/dependency-audit.yml similarity index 100% rename from hermes-sovereign/security/dependency-audit.yml rename to security/dependency-audit.yml diff --git a/hermes-sovereign/security/quarterly-security-audit.yml b/security/quarterly-security-audit.yml similarity index 100% rename from hermes-sovereign/security/quarterly-security-audit.yml rename to security/quarterly-security-audit.yml diff --git a/hermes-sovereign/security/secret-scan.yml b/security/secret-scan.yml similarity index 100% rename from hermes-sovereign/security/secret-scan.yml rename to security/secret-scan.yml diff --git a/hermes-sovereign/security/validate_security.py b/security/validate_security.py similarity index 100% rename from hermes-sovereign/security/validate_security.py rename to security/validate_security.py diff --git a/hermes-sovereign/wizard-bootstrap/FORGE_OPERATIONS_GUIDE.md b/wizard-bootstrap/FORGE_OPERATIONS_GUIDE.md similarity index 100% rename from hermes-sovereign/wizard-bootstrap/FORGE_OPERATIONS_GUIDE.md rename to wizard-bootstrap/FORGE_OPERATIONS_GUIDE.md diff --git a/hermes-sovereign/wizard-bootstrap/WIZARD_ENVIRONMENT_CONTRACT.md b/wizard-bootstrap/WIZARD_ENVIRONMENT_CONTRACT.md similarity index 100% rename from hermes-sovereign/wizard-bootstrap/WIZARD_ENVIRONMENT_CONTRACT.md rename to wizard-bootstrap/WIZARD_ENVIRONMENT_CONTRACT.md diff --git a/hermes-sovereign/wizard-bootstrap/__init__.py b/wizard-bootstrap/__init__.py similarity index 100% rename from hermes-sovereign/wizard-bootstrap/__init__.py rename to wizard-bootstrap/__init__.py diff --git a/hermes-sovereign/wizard-bootstrap/dependency_checker.py b/wizard-bootstrap/dependency_checker.py similarity index 100% rename from hermes-sovereign/wizard-bootstrap/dependency_checker.py rename to wizard-bootstrap/dependency_checker.py diff --git a/hermes-sovereign/wizard-bootstrap/monthly_audit.py b/wizard-bootstrap/monthly_audit.py similarity index 100% rename from hermes-sovereign/wizard-bootstrap/monthly_audit.py rename to wizard-bootstrap/monthly_audit.py diff --git a/hermes-sovereign/wizard-bootstrap/skills_audit.py b/wizard-bootstrap/skills_audit.py similarity index 100% rename from hermes-sovereign/wizard-bootstrap/skills_audit.py rename to wizard-bootstrap/skills_audit.py diff --git a/hermes-sovereign/wizard-bootstrap/wizard_bootstrap.py b/wizard-bootstrap/wizard_bootstrap.py similarity index 100% rename from hermes-sovereign/wizard-bootstrap/wizard_bootstrap.py rename to wizard-bootstrap/wizard_bootstrap.py