Consolidate engine docs and naming

This commit is contained in:
2026-05-19 11:09:37 +02:00
parent 121b174f2c
commit dbcb8f4284
47 changed files with 826 additions and 1992 deletions
+16
View File
@@ -0,0 +1,16 @@
/**
* Z-code LLM Server
*
* Starts an Express + Socket.IO server that runs Zork I through the
* ZcodeLlmEngine and serves the same shared client UI as the YAML engine.
*
* Usage:
* npm run dev:zcode (development, with file watching)
* npm run start:zcode (production, from compiled dist/)
*
* Environment variables:
* PORT HTTP port (default: 3002)
* ZCODE_STORY_FILE path to the story file (default: ./data/z-code/zork1.bin)
* OPENROUTER_API_KEY, OPENROUTER_MODEL required
*/
export {};