From 8d651001373547d607ecbd78dd05069ddaf0a472 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:34:30 +0000 Subject: [PATCH 1/3] Initial plan From 68dbd2a923e6979a278c7791a441161e8d7410a4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:36:53 +0000 Subject: [PATCH 2/3] Fix German/English language inconsistencies in documentation Co-authored-by: JosunLP <20913954+JosunLP@users.noreply.github.com> --- hypnoscript-docs/docs/enterprise/messaging.md | 2 +- hypnoscript-docs/docs/enterprise/overview.md | 10 +++++----- hypnoscript-docs/docs/examples/cli-workflows.md | 14 +++++++------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/hypnoscript-docs/docs/enterprise/messaging.md b/hypnoscript-docs/docs/enterprise/messaging.md index eb72001..9ff136a 100644 --- a/hypnoscript-docs/docs/enterprise/messaging.md +++ b/hypnoscript-docs/docs/enterprise/messaging.md @@ -523,7 +523,7 @@ event_consumers { } ``` -## message patterns +## Message Patterns ### Request-Reply Pattern diff --git a/hypnoscript-docs/docs/enterprise/overview.md b/hypnoscript-docs/docs/enterprise/overview.md index 85ff08f..50a007d 100644 --- a/hypnoscript-docs/docs/enterprise/overview.md +++ b/hypnoscript-docs/docs/enterprise/overview.md @@ -1,8 +1,8 @@ -# Runtime-Documentation Übersicht +# Runtime Documentation Overview -Diese Übersicht bietet einen vollständigen Überblick über die Runtime-Documentation von HypnoScript, einschließlich aller verfügbaren Funktionen, Best Practices und Implementation Guidelines. +This overview provides a complete overview of HypnoScript's runtime documentation, including all available features, best practices, and implementation guidelines. -## Documentationsstruktur +## Documentation Structure ### 📋 Runtime Features @@ -331,7 +331,7 @@ Diese Übersicht bietet einen vollständigen Überblick über die Runtime-Docume #### Documentation -- **Technical Documentation:** Technische Documentation +- **Technical Documentation:** Technical documentation - **User Guides:** User guides - **API Documentation:** API-Documentation - **Troubleshooting Guides:** Troubleshooting @@ -354,4 +354,4 @@ Die Runtime-Documentation von HypnoScript bietet eine umfassende Anleitung für - **API-Management:** Secure and scalable APIs - **Backup & Recovery:** Reliable data backup and recovery -Diese Documentation stellt sicher, dass HypnoScript in Runtime-Umgebungen den höchsten Standards für Sicherheit, Performance, Zuverlässigkeit und Compliance entspricht. +This documentation ensures that HypnoScript meets the highest standards for security, performance, reliability, and compliance in runtime environments. diff --git a/hypnoscript-docs/docs/examples/cli-workflows.md b/hypnoscript-docs/docs/examples/cli-workflows.md index 4cdc748..fc19d30 100644 --- a/hypnoscript-docs/docs/examples/cli-workflows.md +++ b/hypnoscript-docs/docs/examples/cli-workflows.md @@ -37,7 +37,7 @@ dotnet run --project HypnoScript.CLI -- validate *.hyp --output validation-repor ### Format Code ```bash -# Format Code und in neue Datei schreiben +# Format code and write to new file dotnet run --project HypnoScript.CLI -- format script.hyp --output formatted.hyp # Format directly in file @@ -68,7 +68,7 @@ dotnet run --project HypnoScript.CLI -- test *.hyp --format json --output test-r ### Debug Mode ```bash -# Debug Mode mit Trace +# Debug mode with trace dotnet run --project HypnoScript.CLI -- debug script.hyp --trace # Step-by-step execution @@ -283,7 +283,7 @@ echo "Deployment completed!" } ``` -### environment variablen +### Environment Variables ```bash # HypnoScript-spezifische Umgebungsvariablen @@ -402,11 +402,11 @@ echo "Workflow completed successfully!" ## Next Steps -- [CLI-Commande Referenz](../cli/commands) - Vollständige CLI-Referenz -- [Konfiguration](../cli/configuration) - Advanced Konfiguration -- [Runtime-Features](../enterprise/features) - Runtime-Functionen +- [CLI Command Reference](../cli/commands) - Complete CLI Reference +- [Configuration](../cli/configuration) - Advanced Configuration +- [Runtime Features](../enterprise/features) - Runtime Functions --- -**CLI-Workflows gemeistert? Dann lerne [erweiterte Konfiguration](../cli/configuration) kennen!** ⚙️ +**Mastered CLI workflows? Then check out [advanced configuration](../cli/configuration)!** ⚙️ From a510b2f9636ca7ef41a24b770c764b5295b8fa77 Mon Sep 17 00:00:00 2001 From: Jonas Pfalzgraf Date: Wed, 19 Nov 2025 13:37:20 +0100 Subject: [PATCH 3/3] Update hypnoscript-docs/docs/examples/cli-workflows.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- hypnoscript-docs/docs/examples/cli-workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypnoscript-docs/docs/examples/cli-workflows.md b/hypnoscript-docs/docs/examples/cli-workflows.md index fc19d30..0137af0 100644 --- a/hypnoscript-docs/docs/examples/cli-workflows.md +++ b/hypnoscript-docs/docs/examples/cli-workflows.md @@ -286,7 +286,7 @@ echo "Deployment completed!" ### Environment Variables ```bash -# HypnoScript-spezifische Umgebungsvariablen +# HypnoScript-specific environment variables export HYPNOSCRIPT_HOME="/opt/hypnoscript" export HYPNOSCRIPT_LOG_LEVEL="debug" export HYPNOSCRIPT_CONFIG="./config.json"