@polycode-projects/the-mechanical-code-talker 4.1.9 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/corpus/worlds/index.json.gz +0 -0
- package/corpus/worlds/manifest.json +35 -5
- package/corpus/worlds/shards/town-square-chapel.jsonl.gz +0 -0
- package/corpus/worlds/shards/town-square-market.jsonl.gz +0 -0
- package/corpus/worlds/shards/town-square.jsonl.gz +0 -0
- package/corpus/worlds/src/town-square-chapel.jsonl +929 -0
- package/corpus/worlds/src/town-square-market.jsonl +455 -0
- package/corpus/worlds/src/town-square.jsonl +687 -0
- package/data/mudiii-assets.json +201 -0
- package/package.json +8 -2
- package/src/domain/agent-belief.mjs +96 -0
- package/src/domain/answer-variants.json +1 -1
- package/src/domain/game-config.mjs +65 -0
- package/src/domain/memory/compaction.mjs +2 -0
- package/src/domain/town-square-world.mjs +416 -0
- package/src/services/adventure-editor.mjs +36 -0
- package/src/services/adventure.mjs +45 -15
- package/src/services/chat.mjs +25 -1
- package/src/services/mud-editor.mjs +80 -0
- package/src/services/mudiii-scene.mjs +766 -0
- package/src/services/mudiii-turn.mjs +670 -0
- package/src/services/mudiii-viz.mjs +1247 -0
- package/src/services/pill-complete.mjs +495 -0
- package/src/services/predator-prey.mjs +916 -0
- package/src/services/spider-fly.mjs +14 -64
- package/src/services/world-teach.mjs +214 -0
- package/src/surfaces/web/adventure-browser-entry.mjs +18 -3
- package/src/surfaces/web/memory-ask-browser.bundle.js +126 -121
- package/src/surfaces/web/mudiii-browser-entry.mjs +224 -0
package/README.md
CHANGED
|
@@ -1408,7 +1408,7 @@ writes graded rows you can diff between runs:
|
|
|
1408
1408
|
|
|
1409
1409
|
- `npm run chatbench:run` measures chat quality against CEFR-graded English
|
|
1410
1410
|
cases with deterministic tier-1 checks (the full tuning loop is in
|
|
1411
|
-
|
|
1411
|
+
`.claude/skills/benchmark-cefr-english/SKILL.md`);
|
|
1412
1412
|
- `npm run infbench` generates inference cases, then runs each through both
|
|
1413
1413
|
drive points, the reasoning kernel and the chat surface;
|
|
1414
1414
|
- `npm run agentbench:run` measures the tool-loop behaviour, and every
|
|
Binary file
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"version": 1,
|
|
3
3
|
"generated": "by scripts/build-worlds-pack.mjs from corpus/worlds/src/",
|
|
4
4
|
"counts": {
|
|
5
|
-
"worlds":
|
|
6
|
-
"facts":
|
|
7
|
-
"rules":
|
|
5
|
+
"worlds": 10,
|
|
6
|
+
"facts": 3038,
|
|
7
|
+
"rules": 122
|
|
8
8
|
},
|
|
9
9
|
"budgets": {
|
|
10
10
|
"sourceBytesPerWorld": 131072,
|
|
@@ -46,13 +46,28 @@
|
|
|
46
46
|
"file": "src/spider-fly.jsonl",
|
|
47
47
|
"bytes": 53690,
|
|
48
48
|
"sha256": "24a6f5b609a65079b15fe9448154cd0fae9a37b3de5d4db278a9037b1332ff68"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"file": "src/town-square-chapel.jsonl",
|
|
52
|
+
"bytes": 108408,
|
|
53
|
+
"sha256": "2c378e51c2f7d53d700e557970b72035aadcbea9496cc959adee09dd77181334"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"file": "src/town-square-market.jsonl",
|
|
57
|
+
"bytes": 52311,
|
|
58
|
+
"sha256": "91682ef54cdddd3d3fe0c5877d107f9577bff9d85621bfb4979947f89b029a45"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"file": "src/town-square.jsonl",
|
|
62
|
+
"bytes": 75251,
|
|
63
|
+
"sha256": "3238dcd53827e4139c0752bebc204257cac4a4663a8263183d387cc98e739779"
|
|
49
64
|
}
|
|
50
65
|
],
|
|
51
66
|
"files": [
|
|
52
67
|
{
|
|
53
68
|
"file": "index.json.gz",
|
|
54
|
-
"bytes":
|
|
55
|
-
"sha256": "
|
|
69
|
+
"bytes": 160,
|
|
70
|
+
"sha256": "e7eb2ae49f2f040b6cd1aa5b9dfc92e1bbc8e2096e02b6efcdb78c5fcd2cfe6f"
|
|
56
71
|
},
|
|
57
72
|
{
|
|
58
73
|
"file": "shards/ashcombe-hall.jsonl.gz",
|
|
@@ -88,6 +103,21 @@
|
|
|
88
103
|
"file": "shards/spider-fly.jsonl.gz",
|
|
89
104
|
"bytes": 3148,
|
|
90
105
|
"sha256": "4af37aa8cc6f39e2a2ecd9db022a74a4b858350a7f6869cc3c76537f4c0ba101"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"file": "shards/town-square-chapel.jsonl.gz",
|
|
109
|
+
"bytes": 5540,
|
|
110
|
+
"sha256": "f7515fc12de8bf40f5a5c0635032be2d4fe2f5a18d153a1b64fdc2adbcf5745c"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"file": "shards/town-square-market.jsonl.gz",
|
|
114
|
+
"bytes": 3116,
|
|
115
|
+
"sha256": "5791be29b86ad2329978a8bca76dafb9a0ae2419beb0d8d00b83b958adb989d6"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"file": "shards/town-square.jsonl.gz",
|
|
119
|
+
"bytes": 4277,
|
|
120
|
+
"sha256": "657e3a8825e579e38b24b64f4df95c17ee95caa10862afc0067acdf1f2db842f"
|
|
91
121
|
}
|
|
92
122
|
]
|
|
93
123
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|