-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Seyi Onifade edited this page Aug 29, 2026
·
1 revision
Fork xyluz/yanju-scenarios and open a PR against main.
When you add a scene, keep it to one scene per PR.
Do not reveal the intended fix in:
-
brief.problem/brief.outcome -
index.yamlsummaries - folder
README.mdfiles - wiki pages
Players should be able to read the problem without being told the cause.
-
.pytest_cacheand other local test leftovers - Secrets, production credentials, or real TLS keys that are not lab fixtures shipped with the scene
export YANJU_SCENES_DIR=/path/to/your/yanju-scenarios
yanju init <id>
yanju playYou can also point at this repo from a Yanjú source checkout; a local yanju-scenarios/ tree next to the CLI is used automatically.
- Scene bugs, new incidents, catalog copy → this repo
- CLI / harness bugs → the Yanjú CLI repository (once it is public)