@polycode-projects/the-mechanical-code-talker 2.5.2 → 2.5.3

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.
Files changed (90) hide show
  1. package/README.md +11 -7
  2. package/bin/tmct.mjs +7 -4
  3. package/corpus/LICENSES.json +7 -0
  4. package/corpus/reference/LICENSE-NOTICE +36 -0
  5. package/corpus/reference/README.md +19 -0
  6. package/corpus/reference/index.json.gz +0 -0
  7. package/corpus/reference/manifest.json +367 -0
  8. package/corpus/reference/shards/ref-00.jsonl.gz +0 -0
  9. package/corpus/reference/shards/ref-01.jsonl.gz +0 -0
  10. package/corpus/reference/shards/ref-02.jsonl.gz +0 -0
  11. package/corpus/reference/shards/ref-03.jsonl.gz +0 -0
  12. package/corpus/reference/shards/ref-04.jsonl.gz +0 -0
  13. package/corpus/reference/shards/ref-05.jsonl.gz +0 -0
  14. package/corpus/reference/shards/ref-06.jsonl.gz +0 -0
  15. package/corpus/reference/shards/ref-07.jsonl.gz +0 -0
  16. package/corpus/reference/shards/ref-08.jsonl.gz +0 -0
  17. package/corpus/reference/shards/ref-09.jsonl.gz +0 -0
  18. package/corpus/reference/shards/ref-0a.jsonl.gz +0 -0
  19. package/corpus/reference/shards/ref-0b.jsonl.gz +0 -0
  20. package/corpus/reference/shards/ref-0c.jsonl.gz +0 -0
  21. package/corpus/reference/shards/ref-0d.jsonl.gz +0 -0
  22. package/corpus/reference/shards/ref-0e.jsonl.gz +0 -0
  23. package/corpus/reference/shards/ref-0f.jsonl.gz +0 -0
  24. package/corpus/reference/shards/ref-10.jsonl.gz +0 -0
  25. package/corpus/reference/shards/ref-11.jsonl.gz +0 -0
  26. package/corpus/reference/shards/ref-12.jsonl.gz +0 -0
  27. package/corpus/reference/shards/ref-13.jsonl.gz +0 -0
  28. package/corpus/reference/shards/ref-14.jsonl.gz +0 -0
  29. package/corpus/reference/shards/ref-15.jsonl.gz +0 -0
  30. package/corpus/reference/shards/ref-16.jsonl.gz +0 -0
  31. package/corpus/reference/shards/ref-17.jsonl.gz +0 -0
  32. package/corpus/reference/shards/ref-18.jsonl.gz +0 -0
  33. package/corpus/reference/shards/ref-19.jsonl.gz +0 -0
  34. package/corpus/reference/shards/ref-1a.jsonl.gz +0 -0
  35. package/corpus/reference/shards/ref-1b.jsonl.gz +0 -0
  36. package/corpus/reference/shards/ref-1c.jsonl.gz +0 -0
  37. package/corpus/reference/shards/ref-1d.jsonl.gz +0 -0
  38. package/corpus/reference/shards/ref-1e.jsonl.gz +0 -0
  39. package/corpus/reference/shards/ref-1f.jsonl.gz +0 -0
  40. package/corpus/reference/shards/ref-20.jsonl.gz +0 -0
  41. package/corpus/reference/shards/ref-21.jsonl.gz +0 -0
  42. package/corpus/reference/shards/ref-22.jsonl.gz +0 -0
  43. package/corpus/reference/shards/ref-23.jsonl.gz +0 -0
  44. package/corpus/reference/shards/ref-24.jsonl.gz +0 -0
  45. package/corpus/reference/shards/ref-25.jsonl.gz +0 -0
  46. package/corpus/reference/shards/ref-26.jsonl.gz +0 -0
  47. package/corpus/reference/shards/ref-27.jsonl.gz +0 -0
  48. package/corpus/reference/shards/ref-28.jsonl.gz +0 -0
  49. package/corpus/reference/shards/ref-29.jsonl.gz +0 -0
  50. package/corpus/reference/shards/ref-2a.jsonl.gz +0 -0
  51. package/corpus/reference/shards/ref-2b.jsonl.gz +0 -0
  52. package/corpus/reference/shards/ref-2c.jsonl.gz +0 -0
  53. package/corpus/reference/shards/ref-2d.jsonl.gz +0 -0
  54. package/corpus/reference/shards/ref-2e.jsonl.gz +0 -0
  55. package/corpus/reference/shards/ref-2f.jsonl.gz +0 -0
  56. package/corpus/reference/shards/ref-30.jsonl.gz +0 -0
  57. package/corpus/reference/shards/ref-31.jsonl.gz +0 -0
  58. package/corpus/reference/shards/ref-32.jsonl.gz +0 -0
  59. package/corpus/reference/shards/ref-33.jsonl.gz +0 -0
  60. package/corpus/reference/shards/ref-34.jsonl.gz +0 -0
  61. package/corpus/reference/shards/ref-35.jsonl.gz +0 -0
  62. package/corpus/reference/shards/ref-36.jsonl.gz +0 -0
  63. package/corpus/reference/shards/ref-37.jsonl.gz +0 -0
  64. package/corpus/reference/shards/ref-38.jsonl.gz +0 -0
  65. package/corpus/reference/shards/ref-39.jsonl.gz +0 -0
  66. package/corpus/reference/shards/ref-3a.jsonl.gz +0 -0
  67. package/corpus/reference/shards/ref-3b.jsonl.gz +0 -0
  68. package/corpus/reference/shards/ref-3c.jsonl.gz +0 -0
  69. package/corpus/reference/shards/ref-3d.jsonl.gz +0 -0
  70. package/corpus/reference/shards/ref-3e.jsonl.gz +0 -0
  71. package/corpus/reference/shards/ref-3f.jsonl.gz +0 -0
  72. package/package.json +5 -1
  73. package/src/adapters/corpus/reference-pack.mjs +107 -0
  74. package/src/adapters/memory/core.mjs +104 -10
  75. package/src/domain/ask.mjs +66 -9
  76. package/src/domain/cli-verbs.mjs +3 -3
  77. package/src/domain/codegraph.mjs +6 -0
  78. package/src/domain/dialogue-acts.mjs +155 -0
  79. package/src/domain/interpret/normalize.mjs +14 -2
  80. package/src/domain/interpret/strategies/keywords.mjs +10 -1
  81. package/src/domain/memory/trust.mjs +12 -0
  82. package/src/domain/reference-pack.mjs +72 -0
  83. package/src/domain/skos-view.mjs +111 -0
  84. package/src/domain/syllogise.mjs +647 -56
  85. package/src/services/chat.mjs +497 -121
  86. package/src/surfaces/web/chat-browser-entry.mjs +87 -0
  87. package/src/surfaces/web/memory-ask-browser.bundle.js +864 -73
  88. package/src/tools/definitions.mjs +13 -0
  89. package/src/tools/handlers/index.mjs +2 -0
  90. package/src/tools/handlers/tmct-related.mjs +30 -0
package/README.md CHANGED
@@ -462,9 +462,11 @@ provenance** rather than silently picking a winner.
462
462
  ### Speculative inference (a maintenance job, not a chat cost)
463
463
 
464
464
  `tmct syllogise [--depth n] [--budget n]` is an offline, bounded, deterministic
465
- batch that forward-chains the memory's `rdfs:subClassOf` closure into new
466
- **entailed** facts. They are low-trust and retractable, never outranking a
467
- stated fact, and this never runs on the chat's hot path.
465
+ batch: a forward-chaining materialisation over the memory's OWL 2 RL rule
466
+ kernels (the classical syllogism is one of them, and the verb keeps Aristotle's
467
+ broader sense; see the bibliography) that writes new **entailed** facts. They
468
+ are low-trust and retractable, never outranking a stated fact, and this never
469
+ runs on the chat's hot path.
468
470
 
469
471
  ## Install & use
470
472
 
@@ -607,9 +609,10 @@ before you switch any repo's `tmct.toml` over to it:
607
609
  inference" above:
608
610
 
609
611
  ```output:help:syllogise
610
- tmct syllogise [--repo <abs>] speculative inference (offline maintenance job): forward-
611
- [--depth <n>] [--budget <n>] chain the memory's rdfs:subClassOf closure, materialising
612
- [--config <path>] bounded, low-trust, retractable entailed facts (never on the chat path)
612
+ tmct syllogise [--repo <abs>] speculative inference (offline maintenance job): a deterministic
613
+ [--depth <n>] [--budget <n>] forward-chaining materialisation over OWL 2 RL rule kernels
614
+ [--config <path>] (the classical syllogism among them), writing bounded, low-trust,
615
+ retractable entailed facts (never on the chat path)
613
616
  ```
614
617
 
615
618
  `tmct viz` renders the memory graph as the ledger explorer — a single,
@@ -865,7 +868,7 @@ loads a repo's graph into a `{ dispatch, resolve, graph }` context,
865
868
 
866
869
  ## The tool surface
867
870
 
868
- Everything above runs on the same 22 tools. Each one is read-only, answers one question in a single call, and returns bounded output. None of them calls a model. A tool that cannot ground an answer says so — the same honest miss you get everywhere else in tmct.
871
+ Everything above runs on the same 23 tools. Each one is read-only, answers one question in a single call, and returns bounded output. None of them calls a model. A tool that cannot ground an answer says so — the same honest miss you get everywhere else in tmct.
869
872
 
870
873
  Three of them are **hot**: their schemas stay resident, so an agent driving tmct sees them every turn and reaches for one call instead of a Read/Grep loop.
871
874
 
@@ -923,6 +926,7 @@ The remaining tools are **cold**: still served, but not billed to an agent every
923
926
  | `tmct_search` | Free-text/ranked lookup over the code-map to find the right module or symbol. | `query`, `kind`, `decorator`, `name` |
924
927
  | `tmct_members` | A class's methods + attributes (file:line, decorators) in one slice. | `class` (required) |
925
928
  | `tmct_subclasses` | A class's base classes plus the transitive set of classes that extend it. | `class` (required) |
929
+ | `tmct_related` | A term's synonyms (skos:altLabel) and related concepts (skos:related), from the memory graph's relation facts. | `term` (required) |
926
930
  | `tmct_architecture` | Package/module map + the most-imported hub modules (optionally scoped to a package). | `package` |
927
931
  | `tmct_exports` | A module's public __all__ surface, each name resolved to the module that defines it. | `module` (required) |
928
932
  | `tmct_tests_for` | The test modules covering a symbol or module, from the typed test edges. | `symbol` (required) |
package/bin/tmct.mjs CHANGED
@@ -1022,15 +1022,18 @@ async function main() {
1022
1022
  return Number.isFinite(v) ? v : dflt;
1023
1023
  };
1024
1024
  const { resolveRuntimeConfig } = await import("../src/services/cli-args.mjs");
1025
- const { syllogise } = await import("../src/domain/syllogise.mjs");
1026
- const { loadMemory, readFactRows, appendFacts } = await import("../src/adapters/memory/core.mjs");
1025
+ const { syllogise, DEFAULT_MAX_ENVIRONMENTS } = await import("../src/domain/syllogise.mjs");
1026
+ const { loadMemory, readFactRows, appendFacts, loadSyllogiseState, saveSyllogiseState } = await import("../src/adapters/memory/core.mjs");
1027
1027
  const { repo } = await resolveRuntimeConfig({ argv: rest });
1028
1028
  const res = await syllogise(repo, {
1029
1029
  depth: numFlag("--depth", 32), budget: numFlag("--budget", 50),
1030
- store: { loadMemory, readFactRows, appendFacts },
1030
+ maxEnvironments: numFlag("--max-environments", DEFAULT_MAX_ENVIRONMENTS),
1031
+ full: rest.includes("--full"),
1032
+ store: { loadMemory, readFactRows, appendFacts, loadSyllogiseState, saveSyllogiseState },
1031
1033
  });
1032
1034
  process.stdout.write(
1033
- `tmct syllogise — derived ${res.count} entailed fact(s) (subClassOf closure, depth ${res.depth}, budget ${res.budget})`
1035
+ `tmct syllogise — derived ${res.count} entailed fact(s) (mode ${res.mode}${res.mode === "delta" ? `, Δ${res.deltaSize}` : ""}, depth ${res.depth}, budget ${res.budget})`
1036
+ + (res.environmentsAdded > 0 ? `, ${res.environmentsAdded} alternate environment(s) recorded` : "")
1034
1037
  + (res.truncated ? " — budget reached, more available" : "") + "\n",
1035
1038
  );
1036
1039
  return;
@@ -114,6 +114,13 @@
114
114
  "shareAlike": true,
115
115
  "notice": "corpus/prose/wikipedia/LICENSE-NOTICE"
116
116
  },
117
+ {
118
+ "path": "corpus/reference/",
119
+ "upstream": "Simple English Wikipedia pages-articles dump (dumps.wikimedia.org/simplewiki), cleaned article leads keyed on lexicon terms; the pinned dump URL, date and sha256 are recorded in corpus/reference/manifest.json once built",
120
+ "license": "CC-BY-SA-4.0",
121
+ "shareAlike": true,
122
+ "notice": "corpus/reference/LICENSE-NOTICE"
123
+ },
117
124
  {
118
125
  "path": "corpus/generated/ace-surface-variants.jsonl",
119
126
  "upstream": "mechanically generated from Open English WordNet / SemCor example sentences (CC-BY-4.0) and corpus/prose/, which includes CC-BY-SA-4.0 Wikipedia text",
@@ -0,0 +1,36 @@
1
+ LICENSE NOTICE — corpus/reference/
2
+ ==================================
3
+
4
+ The article shards and index in this directory are cleaned extracts of Simple
5
+ English Wikipedia articles. They are licensed under the Creative Commons
6
+ Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0), NOT under
7
+ this repository's MPL-2.0.
8
+
9
+ https://creativecommons.org/licenses/by-sa/4.0/deed.en
10
+
11
+ Attribution
12
+ -----------
13
+
14
+ This text is from Simple English Wikipedia, written by Wikipedia contributors
15
+ and available under CC BY-SA 4.0. A Wikipedia article has no single author:
16
+ the authoritative author list IS its revision history, and per Wikipedia's own
17
+ reuse guidance linking to the article satisfies attribution. Every article row
18
+ carries its source URL and the exact revision id it was cut from, and every
19
+ answer tmct renders from this pack cites both.
20
+
21
+ Source and reproduction
22
+ -----------------------
23
+
24
+ Built by scripts/fetch-reference-pack.mjs (`npm run gen:reference-pack`) from
25
+ the pinned pages-articles dump recorded in manifest.json (URL, mirror URL,
26
+ date and sha256). Wikipedia is a living text; this pack is a FROZEN snapshot
27
+ of that dump, and the manifest's checksums identify the exact bytes shipped.
28
+
29
+ Share-alike — READ THIS BEFORE REUSING
30
+ --------------------------------------
31
+
32
+ CC BY-SA 4.0's share-alike condition is viral. If you redistribute these
33
+ files, modified or not, you must do so under CC BY-SA 4.0 with this
34
+ attribution. The extraction code (scripts/fetch-reference-pack.mjs) is tmct
35
+ code under this repository's MPL-2.0; only the data files in this directory
36
+ carry CC BY-SA 4.0.
@@ -0,0 +1,19 @@
1
+ # corpus/reference/
2
+
3
+ The shipped reference pack: cleaned Simple English Wikipedia leads the
4
+ clean-miss lookup answers from, with a gzipped term index consulted first and
5
+ exactly one gzipped JSONL shard loaded per hit (src/adapters/corpus/
6
+ reference-pack.mjs). Layout:
7
+
8
+ - `index.json.gz` — `{ term: { s, t, r } }`: shard name, canonical term key,
9
+ revision id. Redirect titles appear as alias entries pointing at their
10
+ target's row.
11
+ - `shards/ref-00.jsonl.gz` … `ref-3f.jsonl.gz` — one JSON row per article:
12
+ `{ term, title, text, summary, url, revid, isa? }`, sharded by the term's
13
+ FNV-1a first byte mod 64 (src/domain/reference-pack.mjs).
14
+ - `manifest.json` — the pinned dump (URL, mirror, date, sha256), build date,
15
+ counts, budgets and a sha256 for every emitted file.
16
+ - `LICENSE-NOTICE` — CC BY-SA 4.0; read it before reusing these files.
17
+
18
+ Rebuild with `npm run gen:reference-pack` (downloads the dump into
19
+ ~/.cache/tmct-reference/ on the first run). Same dump in, same bytes out.
Binary file
@@ -0,0 +1,367 @@
1
+ {
2
+ "version": 1,
3
+ "generated": "by scripts/fetch-reference-pack.mjs",
4
+ "dump": {
5
+ "url": "https://dumps.wikimedia.org/simplewiki/20260701/simplewiki-20260701-pages-articles-multistream.xml.bz2",
6
+ "mirrorUrl": "https://archive.org/download/simplewiki-20260701/simplewiki-20260701-pages-articles-multistream.xml.bz2",
7
+ "date": "20260701",
8
+ "sha256": "864c983dfa603f1bac45801ee5cb38e6ac535a658d78f6fa418407bcf14c40f5"
9
+ },
10
+ "built": "2026-07-18",
11
+ "counts": {
12
+ "articles": 3887,
13
+ "aliases": 337,
14
+ "shards": 64
15
+ },
16
+ "budgets": {
17
+ "textBytes": {
18
+ "used": 2591481,
19
+ "max": 10485760
20
+ },
21
+ "shardsGzBytes": {
22
+ "used": 1223112,
23
+ "max": 3670016
24
+ },
25
+ "indexGzBytes": {
26
+ "used": 55502,
27
+ "max": 614400
28
+ }
29
+ },
30
+ "files": [
31
+ {
32
+ "file": "index.json.gz",
33
+ "bytes": 55502,
34
+ "sha256": "3d66d7e464228950ab630dcc97a032b662aefaaaac79cdce1bb44232b4797d99"
35
+ },
36
+ {
37
+ "file": "LICENSE-NOTICE",
38
+ "bytes": 1597,
39
+ "sha256": "56b7d512dac04d65926020853bd880ca260b6f6b9173739de47456c0a2dfdb54"
40
+ },
41
+ {
42
+ "file": "README.md",
43
+ "bytes": 1001,
44
+ "sha256": "e2d62e2ed91b7769e578338fd82a7ceee49e896c1f7885f1587e2af461f46a48"
45
+ },
46
+ {
47
+ "file": "shards/ref-00.jsonl.gz",
48
+ "bytes": 17728,
49
+ "sha256": "424b91143053c5bc9832b26f964bddb980d2ecd1775042620590d8fa088a969b"
50
+ },
51
+ {
52
+ "file": "shards/ref-01.jsonl.gz",
53
+ "bytes": 15198,
54
+ "sha256": "4c128fef0628969abc8707cfdd578d31416869f0636b3766a4d7c8ceeb25f100"
55
+ },
56
+ {
57
+ "file": "shards/ref-02.jsonl.gz",
58
+ "bytes": 20910,
59
+ "sha256": "3665c7d37d8fcb4ac976ee57e866e17c93183b5e2b99e88c0c712269ae5dabe7"
60
+ },
61
+ {
62
+ "file": "shards/ref-03.jsonl.gz",
63
+ "bytes": 17671,
64
+ "sha256": "f3b9e426d7a4017d08f32f7ed1246930c9acfba57e31ce85ec28f2382b8d8888"
65
+ },
66
+ {
67
+ "file": "shards/ref-04.jsonl.gz",
68
+ "bytes": 21028,
69
+ "sha256": "21ba6ba287f620acadede71050b6e2580653d659ced952d7c3ac5c30aa251311"
70
+ },
71
+ {
72
+ "file": "shards/ref-05.jsonl.gz",
73
+ "bytes": 19760,
74
+ "sha256": "dbd20fb85a17ce6f9f86d175fefb769d9f92cc2107e0ed5fdfbbe9b647697b67"
75
+ },
76
+ {
77
+ "file": "shards/ref-06.jsonl.gz",
78
+ "bytes": 19729,
79
+ "sha256": "28b8ef15a39f6788cd9e06f47b7bbd490b7c5ed6480850b528bec94e1305dca0"
80
+ },
81
+ {
82
+ "file": "shards/ref-07.jsonl.gz",
83
+ "bytes": 15624,
84
+ "sha256": "180b711f0acbf660aeca813173c9ecc3814d9c0ff752856856924eef7abfd786"
85
+ },
86
+ {
87
+ "file": "shards/ref-08.jsonl.gz",
88
+ "bytes": 21618,
89
+ "sha256": "73a407fe231e2f57c60115142bbd7ae4068ce2fd825651bb23cfd33393c8bd59"
90
+ },
91
+ {
92
+ "file": "shards/ref-09.jsonl.gz",
93
+ "bytes": 22319,
94
+ "sha256": "72049455ed2e7680e5b5ea5abf757e5b2efb16975dfd20339f7f803071e7ca49"
95
+ },
96
+ {
97
+ "file": "shards/ref-0a.jsonl.gz",
98
+ "bytes": 18437,
99
+ "sha256": "e2bb141e560ccc7200e3d5c0a336ee529b19d9672aef3b5838df23dd92731126"
100
+ },
101
+ {
102
+ "file": "shards/ref-0b.jsonl.gz",
103
+ "bytes": 15514,
104
+ "sha256": "d6348898f176eb3ae964ce3bffcab98d8f886d27af651744c9d07a975a7c8f97"
105
+ },
106
+ {
107
+ "file": "shards/ref-0c.jsonl.gz",
108
+ "bytes": 15464,
109
+ "sha256": "06c0baf1a5bf500ea16938fb30964dac0d21d08df7eac502a2fa3ffa7c0964b1"
110
+ },
111
+ {
112
+ "file": "shards/ref-0d.jsonl.gz",
113
+ "bytes": 20835,
114
+ "sha256": "1c1f9260beea6f5157ebc129a7cb7ddbedc0a1c2235b14b6ee28f9a6a97a2608"
115
+ },
116
+ {
117
+ "file": "shards/ref-0e.jsonl.gz",
118
+ "bytes": 17876,
119
+ "sha256": "a29f862c3b2e6156600133aca1f2029b71b9c38b3a4d3f599026e004762396cb"
120
+ },
121
+ {
122
+ "file": "shards/ref-0f.jsonl.gz",
123
+ "bytes": 23315,
124
+ "sha256": "a6e920884152fcb1ba80a0c2064ada692a2ba03423db30fe8937aa67decf71c7"
125
+ },
126
+ {
127
+ "file": "shards/ref-10.jsonl.gz",
128
+ "bytes": 17970,
129
+ "sha256": "148e6cc326783b71614cd040eff57c3d22608574c09f50f43630ad15a1160136"
130
+ },
131
+ {
132
+ "file": "shards/ref-11.jsonl.gz",
133
+ "bytes": 17576,
134
+ "sha256": "7abe3b5bce2b18939aabcd385e2a042a8aa6f6f65c279a9929306ed0c6f7f7c9"
135
+ },
136
+ {
137
+ "file": "shards/ref-12.jsonl.gz",
138
+ "bytes": 20857,
139
+ "sha256": "cf67856433419c75cde98d6e5bd408f91572268e5eb160d5e80dbc91e5194892"
140
+ },
141
+ {
142
+ "file": "shards/ref-13.jsonl.gz",
143
+ "bytes": 15395,
144
+ "sha256": "a966ba51d0985ae0e715baa68ee988e86e486a3853d30ad5f7e87aca4432be45"
145
+ },
146
+ {
147
+ "file": "shards/ref-14.jsonl.gz",
148
+ "bytes": 19745,
149
+ "sha256": "482de4f46504e8cf880a479395c74b9b4be95c57786691b78f76266c5f3e00c9"
150
+ },
151
+ {
152
+ "file": "shards/ref-15.jsonl.gz",
153
+ "bytes": 21963,
154
+ "sha256": "efcc1121c49195f32b25e1ac7ac5f2cc7e43e75ec2a8fbd363c340b2f20609a3"
155
+ },
156
+ {
157
+ "file": "shards/ref-16.jsonl.gz",
158
+ "bytes": 17241,
159
+ "sha256": "6197d0f11094596e09f373767d9c8532a3ee1be791404435e357132ee49c131b"
160
+ },
161
+ {
162
+ "file": "shards/ref-17.jsonl.gz",
163
+ "bytes": 19967,
164
+ "sha256": "31e92b1b7e996101e708f3b5e8ab67b19387c45b2047af43280dc541895087a7"
165
+ },
166
+ {
167
+ "file": "shards/ref-18.jsonl.gz",
168
+ "bytes": 15752,
169
+ "sha256": "f206f4da0b643c8ec9a8caed486ec95f0ea89fa5a0071a2160cc97ccb871b591"
170
+ },
171
+ {
172
+ "file": "shards/ref-19.jsonl.gz",
173
+ "bytes": 23263,
174
+ "sha256": "fa29da57464a21e5b5d707a8511608aaf94abae1c6824524c09e45375fe8124e"
175
+ },
176
+ {
177
+ "file": "shards/ref-1a.jsonl.gz",
178
+ "bytes": 17411,
179
+ "sha256": "a6bc4f20003f6ddedcfc29278e4260c474f31f99b73487634adb374570b60d77"
180
+ },
181
+ {
182
+ "file": "shards/ref-1b.jsonl.gz",
183
+ "bytes": 16398,
184
+ "sha256": "49f8abe45f3eae69a4b493244ddc6c2f46d533af19c95f451da16b545bbebe5f"
185
+ },
186
+ {
187
+ "file": "shards/ref-1c.jsonl.gz",
188
+ "bytes": 17751,
189
+ "sha256": "657d9976acfe103ee587ec4570009e8c5ceac8ed5b54a3665c3091f3844d41b6"
190
+ },
191
+ {
192
+ "file": "shards/ref-1d.jsonl.gz",
193
+ "bytes": 21898,
194
+ "sha256": "c06f8b571ab0f8a2a13b5e5c3d56b7ba67e346a7abcd6e6bdd22cb8ebbd139e8"
195
+ },
196
+ {
197
+ "file": "shards/ref-1e.jsonl.gz",
198
+ "bytes": 14573,
199
+ "sha256": "a87c49f088e195aee116cfdc69c86bcb623d3c5f8c5793ef15fe99db9537f0f8"
200
+ },
201
+ {
202
+ "file": "shards/ref-1f.jsonl.gz",
203
+ "bytes": 20740,
204
+ "sha256": "3a322a0d90726f62062bc7353dee4b80d2e57cc8456a048d30e6722d3c9fab85"
205
+ },
206
+ {
207
+ "file": "shards/ref-20.jsonl.gz",
208
+ "bytes": 22853,
209
+ "sha256": "14dd3ca030887198a8c77bb16d9776bd12511b6f06e77548f9a0900c91b0958d"
210
+ },
211
+ {
212
+ "file": "shards/ref-21.jsonl.gz",
213
+ "bytes": 20271,
214
+ "sha256": "59297d6c756d77e2b3c3556f71a7459a9efff9b762ae69e4c12b1e0c666b873d"
215
+ },
216
+ {
217
+ "file": "shards/ref-22.jsonl.gz",
218
+ "bytes": 25220,
219
+ "sha256": "d9cadbbb8a441e93ef18dd5338c9f97f98c59f99ba78edbb7e63959bbe179edf"
220
+ },
221
+ {
222
+ "file": "shards/ref-23.jsonl.gz",
223
+ "bytes": 13763,
224
+ "sha256": "0d26e3d0c28a0979b361807a629fff00d86a44ac723b141f26f10e61477125dd"
225
+ },
226
+ {
227
+ "file": "shards/ref-24.jsonl.gz",
228
+ "bytes": 16471,
229
+ "sha256": "4b17ecf08e42fdff809ddacd9f9fa16df87a40ead1d7309433632ce3d71b03cf"
230
+ },
231
+ {
232
+ "file": "shards/ref-25.jsonl.gz",
233
+ "bytes": 20313,
234
+ "sha256": "79dd4e81d5e3db5406649beb951c8c8599a3187ef32c5a691ed77ed4d99dc20f"
235
+ },
236
+ {
237
+ "file": "shards/ref-26.jsonl.gz",
238
+ "bytes": 23351,
239
+ "sha256": "1bab2a157ef56cf7304b7dc3a8fe5f41e380de9bd76fd756558ea000b649877e"
240
+ },
241
+ {
242
+ "file": "shards/ref-27.jsonl.gz",
243
+ "bytes": 14092,
244
+ "sha256": "60697546628606f62fe9d89a2afba48c0042d08b59563e108a217bc6fdc6c738"
245
+ },
246
+ {
247
+ "file": "shards/ref-28.jsonl.gz",
248
+ "bytes": 18367,
249
+ "sha256": "e6adad70b742dc00c5cff91f07db38a091f7803119662410e67851e91fa49277"
250
+ },
251
+ {
252
+ "file": "shards/ref-29.jsonl.gz",
253
+ "bytes": 19381,
254
+ "sha256": "73a859a35820f4b0852a48965dceeff7097b0fa742e21fe6b62f38f8e8e564d2"
255
+ },
256
+ {
257
+ "file": "shards/ref-2a.jsonl.gz",
258
+ "bytes": 22450,
259
+ "sha256": "fc3185082c638017174b7df9cae6bca8731246d504740dec72d3ef64db37b08b"
260
+ },
261
+ {
262
+ "file": "shards/ref-2b.jsonl.gz",
263
+ "bytes": 15819,
264
+ "sha256": "1df5989b338527361d62f198c80f1fa6e1154562de9ae3783761c4ff725fb7e0"
265
+ },
266
+ {
267
+ "file": "shards/ref-2c.jsonl.gz",
268
+ "bytes": 18064,
269
+ "sha256": "24d57b6fb2e8e1fdfeed18d6c5b92a24312188b3dac01523aea57b72244bdbc6"
270
+ },
271
+ {
272
+ "file": "shards/ref-2d.jsonl.gz",
273
+ "bytes": 15430,
274
+ "sha256": "deaf67d7015b527abd108e1bdf5c3a15b161608fa77c8ae083a3f32663a1f881"
275
+ },
276
+ {
277
+ "file": "shards/ref-2e.jsonl.gz",
278
+ "bytes": 23366,
279
+ "sha256": "3eaef9239d93b606e9a8924f10a59ddd115bff13577b1703baf3e820fc826fcd"
280
+ },
281
+ {
282
+ "file": "shards/ref-2f.jsonl.gz",
283
+ "bytes": 20057,
284
+ "sha256": "6f99715a253120d5acf43bb60c98d9c5927c37e6cdbe3cfb83d378faf20a6eb6"
285
+ },
286
+ {
287
+ "file": "shards/ref-30.jsonl.gz",
288
+ "bytes": 17575,
289
+ "sha256": "0d0286b250d98cd1adcf670a09bce4920371aec229ec858b8ba7f3f79ff1dd92"
290
+ },
291
+ {
292
+ "file": "shards/ref-31.jsonl.gz",
293
+ "bytes": 20108,
294
+ "sha256": "d6ce0bc412c2d878cae25b0a5068ef4459f641caecb832a155ac69363fcf0ff3"
295
+ },
296
+ {
297
+ "file": "shards/ref-32.jsonl.gz",
298
+ "bytes": 19619,
299
+ "sha256": "cdf3d2e10fa93767913657a2ea3e5368eb3151daaa087c5cd4da1d030b075184"
300
+ },
301
+ {
302
+ "file": "shards/ref-33.jsonl.gz",
303
+ "bytes": 16450,
304
+ "sha256": "224f5899f9b8aa57111b0803740e7780d872dbd19d7fea9a544b16d4ac6f01df"
305
+ },
306
+ {
307
+ "file": "shards/ref-34.jsonl.gz",
308
+ "bytes": 23199,
309
+ "sha256": "156ad275936a2ed0df152badd06a1c00a65964614370a14a3c24b709019bb9bc"
310
+ },
311
+ {
312
+ "file": "shards/ref-35.jsonl.gz",
313
+ "bytes": 20470,
314
+ "sha256": "875ff38c0592daf671a967046b9a18e2cfbc5b40214cd458e99e602f4bc527a7"
315
+ },
316
+ {
317
+ "file": "shards/ref-36.jsonl.gz",
318
+ "bytes": 17798,
319
+ "sha256": "b0133b41e7b7a2084d793d9ef481d54efc475554af13a24d0cc0fed6b1cc486e"
320
+ },
321
+ {
322
+ "file": "shards/ref-37.jsonl.gz",
323
+ "bytes": 20105,
324
+ "sha256": "42ade53d919276e42d3f66fd4cadd9227070abae80c6445a05991ba558a32c46"
325
+ },
326
+ {
327
+ "file": "shards/ref-38.jsonl.gz",
328
+ "bytes": 20813,
329
+ "sha256": "8711266ec7e34842b005d07d4c6ff2020f1cb49b49c2fbdcd58ff79c1e0927f1"
330
+ },
331
+ {
332
+ "file": "shards/ref-39.jsonl.gz",
333
+ "bytes": 25824,
334
+ "sha256": "b25bb5ab48d79505786d4e356e535c35fa25324c06c17f90e05622da7981cb20"
335
+ },
336
+ {
337
+ "file": "shards/ref-3a.jsonl.gz",
338
+ "bytes": 17580,
339
+ "sha256": "abcd91a272e2d15a2fd4a79deeb3d7886cc43a0114122c991767dd0da5a18b4b"
340
+ },
341
+ {
342
+ "file": "shards/ref-3b.jsonl.gz",
343
+ "bytes": 15631,
344
+ "sha256": "622e75e98e9c7988e0f8e01f15c6561a2ca9f5064dc921c467d16e906545e91a"
345
+ },
346
+ {
347
+ "file": "shards/ref-3c.jsonl.gz",
348
+ "bytes": 24999,
349
+ "sha256": "51affbb6e7b6ed8c2360376258450f9bdac98d8a19f19d6799a6cbca30f792e6"
350
+ },
351
+ {
352
+ "file": "shards/ref-3d.jsonl.gz",
353
+ "bytes": 14962,
354
+ "sha256": "1f00845cb054498eae6ad35480b01da9cc82f2d0e7c8e7de50d0c3ab30c7b934"
355
+ },
356
+ {
357
+ "file": "shards/ref-3e.jsonl.gz",
358
+ "bytes": 20078,
359
+ "sha256": "86e637fc29b5480831e52636d4cafebac19262f3c1062253d063241b18e54dd0"
360
+ },
361
+ {
362
+ "file": "shards/ref-3f.jsonl.gz",
363
+ "bytes": 17107,
364
+ "sha256": "4f942fdde72bfcab926ee68e325c00e4397442cd0b2429c94cdf169558bbeadc"
365
+ }
366
+ ]
367
+ }