Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ui/launcher/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)]
4 changes: 2 additions & 2 deletions ui/launcher/betlang-playground.sh
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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")

# ============================================================================
Expand Down
2 changes: 1 addition & 1 deletion ui/launcher/keepopen.sh
Original file line number Diff line number Diff line change
@@ -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]
#
Expand Down
Loading