diff --git a/ui/launcher/README.adoc b/ui/launcher/README.adoc index 78a530f..84c967a 100644 --- a/ui/launcher/README.adoc +++ b/ui/launcher/README.adoc @@ -11,7 +11,7 @@ This directory contains the **standards-compliant launcher** for the Betlang Playground, following the specification at: -* https://github.com/hyperpolymath/standards/tree/main/launcher/launcher-standard.a2ml +* https://github.com/hyperpolymath/standards/blob/main/launcher/launcher-standard_praxis.deed * https://github.com/hyperpolymath/standards/blob/main/launcher/README.adoc == Launcher Standard Compliance @@ -396,4 +396,4 @@ ls ~/.local/share/applications/betlang-playground.desktop 2>&1 || echo "Removed" * link:../README.adoc[Betlang UI README] * link:../../README.adoc[Main Betlang README] * https://github.com/hyperpolymath/standards/tree/main/launcher/[Launcher Standard] -* https://github.com/hyperpolymath/standards/blob/main/launcher/launcher-standard.a2ml[Launcher Standard (A2ML)] +* https://github.com/hyperpolymath/standards/blob/main/launcher/launcher-standard_praxis.deed[Launcher Standard (DEED)] diff --git a/ui/launcher/betlang-playground.sh b/ui/launcher/betlang-playground.sh index 01a6b06..6a06ef1 100755 --- a/ui/launcher/betlang-playground.sh +++ b/ui/launcher/betlang-playground.sh @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-License-Identifier: MPL-2.0 # Betlang Playground Launcher -# Compliant with: https://github.com/hyperpolymath/standards/tree/main/launcher/launcher-standard.a2ml +# Compliant with: https://github.com/hyperpolymath/standards/blob/main/launcher/launcher-standard_praxis.deed # This script is the primary entry point for the Betlang Playground # It implements the launcher standard's required modes and fallback ladder @@ -26,7 +26,7 @@ GUI_CMD="python3 -m http.server 3000" TUI_CMD="python3 -m http.server 3000" LOG_FILE="/tmp/${APP_NAME}.log" -# Required modes per launcher-standard.a2ml +# Required modes per launcher-standard_praxis.deed MODES=("--start" "--stop" "--status" "--auto" "--browser" "--integ" "--disinteg" "--help" "--debug" "--logs" "--tail") # ============================================================================ diff --git a/ui/launcher/keepopen.sh b/ui/launcher/keepopen.sh index 0fadb23..3324674 100755 --- a/ui/launcher/keepopen.sh +++ b/ui/launcher/keepopen.sh @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-License-Identifier: MPL-2.0 # keepopen.sh - Fallback ladder wrapper for Betlang Playground -# Compliant with: https://github.com/hyperpolymath/standards/tree/main/launcher/launcher-standard.a2ml +# Compliant with: https://github.com/hyperpolymath/standards/blob/main/launcher/launcher-standard_praxis.deed # Usage: keepopen.sh APP_NAME REPO_DIR "GUI_CMD" "TUI_CMD" [LOG_FILE] #