Files
Mortdecai/training/prompts/script_build.jsonl
T
Mortdecai 9c2c9a2310 1200+ distilled gold examples, journal system, redstone mastery, safety awareness
Distilled Training Data (1,203 examples):
- 341 initial gold (plugins, enchantments, builds, effects, god, errors)
- 165 buildings + pipeline (100 structures built on dev, 65 request→query→act)
- 24 safety-aware (worldborder, safe tp, intentional harm, gamemode checks)
- 17 advanced logic (decanonized items, redstone gates, iterative builds)
- 12 redstone mastery (NOT/OR/AND/XOR/RS-latch/T-flip-flop/comparator/clock)
- 7 circuit verification and diagnosis
- 1 compact comparator gates
- 10 redstone methodology (build→test→save→recall→learn from mistakes)
- 8 player journal usage
- 29 creative+uncommon+pipeline+god with full tool chains

Player Journal System:
- agent/tools/player_journal.py — per-player text files (1-10 lines)
- journal.read + journal.write tool schemas added
- Cross-contaminated: God and Sudo share same journal per player
- Includes sentiment, relationship, builds, preferences, skill level

Redstone Engineering:
- agent/prompts/redstone_rules.md — baked-in wall torch, dedicated lead, repeater rules
- Learned from 4 iterations of 8-switch circuit: wall_torch on back face, not top
- T-junction bypass prevention: dedicated lead wire between merge and NOT block
- RCON limitation: can build circuits but cannot test them (lever toggle doesn't propagate)

Training Data Cleaning:
- 466 @s→@p fixes, 10 template commands removed
- 12 outdated refusals replaced with correct plugin commands
- Data de-duped across all sources

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 20:50:52 -04:00

16 lines
1.6 KiB
JSON

{"prompt": "sudo build me a small cobblestone house with a door and windows", "category": "script_build", "mode": "sudo"}
{"prompt": "sudo create a fighting arena with red and blue corners", "category": "script_build", "mode": "sudo"}
{"prompt": "sudo make a nether portal room with soul lanterns", "category": "script_build", "mode": "sudo"}
{"prompt": "sudo build a watchtower 15 blocks tall with a ladder", "category": "script_build", "mode": "sudo"}
{"prompt": "sudo create a 9x9 wheat farm with water in the center", "category": "script_build", "mode": "sudo"}
{"prompt": "sudo build an enchanting setup with bookshelves", "category": "script_build", "mode": "sudo"}
{"prompt": "sudo make a mob grinder platform with water channels", "category": "script_build", "mode": "sudo"}
{"prompt": "sudo create a trophy room with item frames", "category": "script_build", "mode": "sudo"}
{"prompt": "sudo build a bridge 30 blocks long over this ravine", "category": "script_build", "mode": "sudo"}
{"prompt": "sudo make a lighthouse with a glowstone top", "category": "script_build", "mode": "sudo"}
{"prompt": "sudo create a hedge maze using oak leaves", "category": "script_build", "mode": "sudo"}
{"prompt": "sudo build a dock with oak wood extending into the water", "category": "script_build", "mode": "sudo"}
{"prompt": "sudo make an underground bunker with iron doors", "category": "script_build", "mode": "sudo"}
{"prompt": "sudo create a garden with flowers and paths", "category": "script_build", "mode": "sudo"}
{"prompt": "sudo build a market stall with a counter and signs", "category": "script_build", "mode": "sudo"}