feat(tutorial): Tutorial model + TutorialLoader + tutorial.yaml content

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-01 21:25:48 +02:00
parent 5c9a8cb568
commit 95098fbb09
8 changed files with 198 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
intro: |
Test intro.
steps:
- instruction: "Look: type 'look'."
expect: look
confirm: "Looked."
hint: "Type look."
- instruction: "Take: type 'take <item>'."
expect: take
minArgs: 1
confirm: "Took it."
hint: "Take something."
closingTips: |
Test tips.