Files
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

140 lines
2.7 KiB
JSON

{
"script_build": {
"file": "script_build.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 15
},
"script_schedule": {
"file": "script_schedule.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 5
},
"script_manage": {
"file": "script_manage.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 5
},
"memory_write": {
"file": "memory_write.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 8
},
"memory_read": {
"file": "memory_read.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 7
},
"nearby_entities": {
"file": "nearby_entities.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 8
},
"wiki_lookup": {
"file": "wiki_lookup.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 11
},
"plugin_docs": {
"file": "plugin_docs.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 10
},
"changelog_lookup": {
"file": "changelog_lookup.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 6
},
"paper_docs": {
"file": "paper_docs.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 6
},
"player_info": {
"file": "player_info.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 7
},
"server_state": {
"file": "server_state.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 5
},
"chained": {
"file": "chained.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 8
},
"worldguard": {
"file": "worldguard.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 12
},
"coreprotect": {
"file": "coreprotect.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 10
},
"essentialsx": {
"file": "essentialsx.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 15
},
"luckperms": {
"file": "luckperms.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 10
},
"fawe": {
"file": "fawe.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 12
},
"plugin_combined": {
"file": "plugin_combined.jsonl",
"mode": "mixed",
"call_type": "model",
"count": 9
},
"direct_passthrough": {
"file": "direct_passthrough.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 38
},
"direct_correction": {
"file": "direct_correction.jsonl",
"mode": "sudo",
"call_type": "model",
"count": 13
},
"god_prayers": {
"file": "god_prayers.jsonl",
"mode": "god",
"call_type": "gateway",
"count": 516
},
"god_interventions": {
"file": "god_interventions.jsonl",
"mode": "god_system",
"call_type": "gateway",
"count": 15
}
}