What it is
A Python harness that drives the original 1998 StarCraft shareware executable inside BottleShip, letting Jev choose commands via ordinary mouse and keyboard input to complete the Strongarm combat mission.
How it uses Jev
Jev receives structured owned/visible state and answers an intent Choice over Economy, Engage, Explore, Reposition, Continue, plus independent action_ Choice questions per category. Code routes the selected category to its selected command and executes it through mouse and keyboard inputs.
Primitives:choice
Technique worth stealing
Split one flat command menu into a category Choice plus independent per-category action Choices so one category's support is not split across concrete options.
Try it
python -m tsai_sc.boot --mission strongarm, then python -m tsai_sc.run with an env file and run-dir.
Evidence
Each line is one question put to Jev about the README. ≥ 0.60 reads as yes, ≤ 0.40 as no; in between Jev is not making a call.
- Jev-centricyes0.89
- Shows a System One patternno0.29
- Handles uncertaintyno0.05
- Measuredno0.31
- Runnableno0.26
- Worth recommendingno0.38
- Model replicano0.23
- Problem scopescore on a 0–2 scale0.00
- About Jevyes0.98
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 20 Sept 2026.