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
11 changes: 11 additions & 0 deletions adapters/terasologylauncher.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# terasologylauncher adapter — build/test commands and AI context pointers
commands:
build: "./gradlew build"
test: "./gradlew test"
lint: "./gradlew check -x test"
run: "./gradlew run"
clean: "./gradlew clean"

ai_context:
- path: "README.md"
description: "Dev setup, the 3 dependency-locking build modes, contribution flow"
7 changes: 7 additions & 0 deletions ecosystem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@ components:
repo: https://github.com/MovingBlocks/gestalt.git
forkRepo: https://github.com/SiliconSaga/gestalt.git

# End-user app, not a library others depend on - tier 3, not supporting.
# No forkRepo: fork destination is per-user, not fixed here.
terasologylauncher:
tier: 3
namespace: terasologylauncher
repo: https://github.com/MovingBlocks/TerasologyLauncher.git

# -- Legacy Kubic game-server wrappers ------------------------------------
# Plain-Kubernetes game-server wrappers predating tafl. Being dusted off as
# reference + the first real game workloads (Valheim is the phase-1 target).
Expand Down