clearotron 0.2.1 → 0.2.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 (676) hide show
  1. package/.env.example +82 -1
  2. package/.nvmrc +1 -1
  3. package/CONTRIBUTING.md +3 -3
  4. package/INSTALL.md +64 -58
  5. package/README.md +11 -16
  6. package/THIRD-PARTY-NOTICES.md +1 -1
  7. package/bin/brandowner.mjs +1 -1
  8. package/bin/clearotron.mjs +26 -4
  9. package/bin/connect.mjs +2 -2
  10. package/bin/example.mjs +31 -11
  11. package/bin/grant.mjs +3 -3
  12. package/bin/key.mjs +1 -1
  13. package/bin/onboard.mjs +252 -136
  14. package/bin/start.mjs +176 -33
  15. package/bin/stop.mjs +65 -3
  16. package/bin/update.mjs +7 -7
  17. package/bin/uspto-sync.mjs +1 -1
  18. package/build-info.json +2 -2
  19. package/demo/full-country-search/run/_driver/framework.json +1 -1
  20. package/demo/global-preliminary-search/run/_driver/framework.json +1 -1
  21. package/demo/knockout-search/run/_driver/framework.json +1 -1
  22. package/demo/multi-country-focus-search/run/_driver/framework.json +1 -1
  23. package/docs/DELIVERY.md +6 -2
  24. package/docs/E2E.md +5 -5
  25. package/docs/PORTAL.md +2 -2
  26. package/docs/README.md +5 -4
  27. package/docs/SECURITY.md +17 -0
  28. package/docs/architecture/01-product-overview.md +2 -2
  29. package/docs/architecture/02-architecture.md +2 -2
  30. package/docs/architecture/04-configuration-reference.md +8 -3
  31. package/docs/architecture/05-config-governance.md +52 -5
  32. package/docs/architecture/05-customer-profiles.md +2 -2
  33. package/docs/architecture/06-operations-runbook.md +13 -1
  34. package/docs/architecture/09-security-and-data.md +1 -1
  35. package/docs/configuration.md +4 -3
  36. package/docs/decisions/0004-documentation-structure.md +1 -1
  37. package/driver/CHANGELOG.md +121 -1
  38. package/driver/README.md +2 -2
  39. package/driver/ask-ledger.mjs +3 -3
  40. package/driver/authority-trees.mjs +1 -1
  41. package/driver/call-capture.mjs +1 -1
  42. package/driver/card-frame.mjs +1 -1
  43. package/driver/case-law-ledger.mjs +1 -1
  44. package/driver/claim-liveness.mjs +1 -1
  45. package/driver/common-law-receipts.mjs +2 -2
  46. package/driver/commonlaw-carry.mjs +1 -1
  47. package/driver/config-inventory.mjs +1 -1
  48. package/driver/config-staleness.mjs +1 -1
  49. package/driver/connotation-search.mjs +12 -12
  50. package/driver/contract-audit.mjs +5 -5
  51. package/driver/contract-dictation-registry.mjs +4 -4
  52. package/driver/contract-dictation.mjs +2 -2
  53. package/driver/contract-e3-backlog.mjs +6 -6
  54. package/driver/contract-vocabulary.mjs +3 -3
  55. package/driver/corrections-feedforward.mjs +1 -1
  56. package/driver/coverage-form-io.mjs +2 -2
  57. package/driver/coverage-form.mjs +4 -4
  58. package/driver/coverage-ledger.mjs +3 -3
  59. package/driver/coverage-union.mjs +1 -1
  60. package/driver/declination-call.mjs +35 -3
  61. package/driver/declination-duty.mjs +1 -1
  62. package/driver/deliver-trigger.sh +3 -3
  63. package/driver/deploy-live-run-guard.mjs +6 -2
  64. package/driver/dev-portal.mjs +3 -3
  65. package/driver/disposition-call.mjs +4 -4
  66. package/driver/disposition-tool.mjs +4 -4
  67. package/driver/disposition-union.mjs +2 -2
  68. package/driver/doc-constants.mjs +1 -1
  69. package/driver/door-gates.mjs +2 -2
  70. package/driver/doubt-selection.mjs +2 -2
  71. package/driver/drainer-identity.mjs +1 -1
  72. package/driver/driver.config.mjs +64 -12
  73. package/driver/e2e-rounds.mjs +2 -2
  74. package/driver/effort-model.mjs +2 -2
  75. package/driver/engine/anthropic-agent.mjs +24 -24
  76. package/driver/engine/auth.mjs +1 -1
  77. package/driver/engine/cli-version.mjs +103 -0
  78. package/driver/engine/common.mjs +1 -1
  79. package/driver/engine/deny-authority-write.mjs +1 -1
  80. package/driver/engine/jx-turn.mjs +1 -1
  81. package/driver/engine/mcp/clarivate-server.mjs +1 -1
  82. package/driver/engine/mcp/corsearch-server.mjs +1 -1
  83. package/driver/engine/mcp/declination-server.mjs +1 -1
  84. package/driver/engine/mcp/dispositions-server.mjs +1 -1
  85. package/driver/engine/mcp/euipo-server.mjs +1 -1
  86. package/driver/engine/mcp/fetch-server.mjs +1 -1
  87. package/driver/engine/mcp/free-tier-server.mjs +2 -2
  88. package/driver/engine/mcp/gather-config.mjs +11 -11
  89. package/driver/engine/mcp/perplexity-server.mjs +1 -1
  90. package/driver/engine/mcp/recording-server.mjs +8 -4
  91. package/driver/engine/mcp/signa-server.mjs +1 -1
  92. package/driver/engine/mcp/uspto-local-server.mjs +1 -1
  93. package/driver/engine/openai-agent.mjs +2 -2
  94. package/driver/engine-build.mjs +2 -2
  95. package/driver/enqueue-schema.mjs +10 -10
  96. package/driver/enqueue.mjs +1 -1
  97. package/driver/envelope-settle.mjs +1 -1
  98. package/driver/evidence-claim-invariant.mjs +2 -2
  99. package/driver/feedback-store.mjs +1 -1
  100. package/driver/findings-model.mjs +60 -10
  101. package/driver/flag-snapshot.mjs +20 -0
  102. package/driver/floor-duty.mjs +1 -1
  103. package/driver/form-neighbourhood.mjs +1 -1
  104. package/driver/framework.mjs +2 -2
  105. package/driver/gateway.mjs +45 -23
  106. package/driver/grounds-grammar.mjs +1 -1
  107. package/driver/hit-list.mjs +1 -1
  108. package/driver/jurisdiction-systems.mjs +1 -1
  109. package/driver/jx-lanes.mjs +1 -1
  110. package/driver/jx-units.mjs +1 -1
  111. package/driver/jx.mjs +3 -3
  112. package/driver/knockout-assess-record.mjs +5 -1
  113. package/driver/narrative-refutation-record.mjs +3 -3
  114. package/driver/numeric-setting.mjs +1 -1
  115. package/driver/owner-use-check.mjs +184 -0
  116. package/driver/package.json +4 -4
  117. package/driver/party-facts.mjs +2 -2
  118. package/driver/phase0.mjs +2 -2
  119. package/driver/pipeline-knockout.mjs +52 -4
  120. package/driver/pipeline.mjs +180 -67
  121. package/driver/placement-diff.mjs +2 -2
  122. package/driver/placement-form.mjs +4 -4
  123. package/driver/placement-union.mjs +1 -1
  124. package/driver/plain-register.mjs +120 -0
  125. package/driver/portal-access.mjs +1 -1
  126. package/driver/portal-acks.mjs +1 -1
  127. package/driver/portal-config-view.mjs +42 -3
  128. package/driver/portal-families.mjs +1 -1
  129. package/driver/portal-local-auth.mjs +1 -1
  130. package/driver/portal-report.mjs +7 -7
  131. package/driver/portal-service.mjs +41 -22
  132. package/driver/portal-upstream.mjs +2 -2
  133. package/driver/predelivery-lint.mjs +149 -11
  134. package/driver/prelim-variants-record.mjs +2 -2
  135. package/driver/profile-page.html +11 -3
  136. package/driver/profile-selection.mjs +1 -1
  137. package/driver/profile-service.mjs +6 -6
  138. package/driver/profiles/README.md +3 -3
  139. package/driver/profiles.mjs +145 -13
  140. package/driver/progress.mjs +6 -6
  141. package/driver/provider-usage.mjs +1 -1
  142. package/driver/publish/demo-marking.mjs +1 -1
  143. package/driver/publish/index.mjs +49 -8
  144. package/driver/publish/knockout.mjs +42 -14
  145. package/driver/publish/parse.mjs +4 -4
  146. package/driver/publish/publish-inputs.mjs +2 -2
  147. package/driver/publish/register-presence.mjs +1 -1
  148. package/driver/publish/render-knockout.mjs +646 -144
  149. package/driver/publish/render.mjs +2 -2
  150. package/driver/publish/report-data.mjs +13 -3
  151. package/driver/queue-watch-probe.mjs +1 -1
  152. package/driver/queue-watch-verdict.mjs +1 -1
  153. package/driver/recall-reconciliation.mjs +1 -1
  154. package/driver/recipe-service.mjs +1 -1
  155. package/driver/record-carry.mjs +5 -5
  156. package/driver/recording-agreement.mjs +3 -3
  157. package/driver/reference-score.mjs +7 -7
  158. package/driver/reference-strip-signatures.mjs +20 -0
  159. package/driver/refusal-bound.mjs +3 -3
  160. package/driver/register-availability.mjs +2 -2
  161. package/driver/register-count.mjs +1 -1
  162. package/driver/register-grant-vocabulary.mjs +2 -2
  163. package/driver/register-plan.mjs +8 -8
  164. package/driver/register-records.mjs +2 -2
  165. package/driver/registry-fidelity.mjs +3 -3
  166. package/driver/remedy-accounting.mjs +1 -1
  167. package/driver/repair-composers.mjs +2 -2
  168. package/driver/repair-digest.mjs +3 -3
  169. package/driver/repairs.mjs +6 -6
  170. package/driver/replay-archive.mjs +2 -0
  171. package/driver/report-card-record.mjs +2 -2
  172. package/driver/result-noun-fields.mjs +10 -3
  173. package/driver/run-economics.mjs +2 -2
  174. package/driver/run-integrity.mjs +1 -1
  175. package/driver/runner.mjs +22 -22
  176. package/driver/scope-rules.mjs +1 -1
  177. package/driver/search-policy.mjs +5 -5
  178. package/driver/skeptic-search.mjs +1 -1
  179. package/driver/skills/blind-frame/SKILL.md +2 -2
  180. package/driver/skills/case-law-citation/SKILL.md +2 -2
  181. package/driver/skills/knockout-assess/SKILL.md +94 -4
  182. package/driver/skills/matter-frame/SKILL.md +6 -6
  183. package/driver/skills/matter-frame/watchlist-reference.md +2 -2
  184. package/driver/skills/prelim-common-law/SKILL.md +1 -1
  185. package/driver/skills/prelim-search/SKILL.md +3 -3
  186. package/driver/skills/prelim-search/report-prose.md +82 -0
  187. package/driver/skills/prelim-search/risk-framework-demo.manifest.json +1 -1
  188. package/driver/skills/prelim-search/risk-framework-triage.manifest.json +1 -1
  189. package/driver/skills/prelim-search/risk-framework.manifest.json +1 -1
  190. package/driver/skills/prelim-search/synthesis-rules.md +1 -1
  191. package/driver/skills/prelim-search/template-formatting.md +1 -1
  192. package/driver/skills/prelim-search/templates/email/generic.md +1 -1
  193. package/driver/skills/prelim-search/worked-examples.md +1 -1
  194. package/driver/skills/prelim-variants/SKILL.md +5 -5
  195. package/driver/stage-context.mjs +1 -1
  196. package/driver/stages-knockout.mjs +55 -4
  197. package/driver/stages.mjs +101 -44
  198. package/driver/stray-artifacts.mjs +2 -2
  199. package/driver/suite-census.json +275 -65
  200. package/driver/synthesis-record.mjs +1 -1
  201. package/driver/systemd/clearotron-client-mcp.service +1 -1
  202. package/driver/systemd/clearotron-portal.service +1 -1
  203. package/driver/systemd/render-units.mjs +1 -1
  204. package/driver/tokens.mjs +1 -1
  205. package/driver/tool-calls.mjs +1 -1
  206. package/driver/turnaround-bands.mjs +1 -1
  207. package/driver/unit-file-drift.mjs +1 -1
  208. package/driver/unit-inventory.mjs +297 -80
  209. package/driver/unit-state-verdict.mjs +20 -12
  210. package/driver/verify-knockout.mjs +10 -2
  211. package/driver/verify.mjs +13 -13
  212. package/driver/whatif-memo-run.mjs +72 -9
  213. package/driver/whatif-memo.mjs +19 -1
  214. package/driver/whatif-queue.mjs +1 -1
  215. package/driver/whatif-worker.mjs +1 -1
  216. package/examples/README.md +2 -2
  217. package/examples/grants.example.json +6 -7
  218. package/mcp-server/CHANGELOG.md +6 -0
  219. package/mcp-server/README.md +3 -3
  220. package/mcp-server/http-server.mjs +44 -1
  221. package/mcp-server/key-socket.mjs +184 -0
  222. package/mcp-server/lib/audit-view.mjs +69 -2
  223. package/mcp-server/lib/brief.mjs +15 -0
  224. package/mcp-server/lib/driver.mjs +7 -1
  225. package/mcp-server/lib/events.mjs +1 -1
  226. package/mcp-server/lib/http-handler.mjs +1 -1
  227. package/mcp-server/lib/knockout.mjs +435 -0
  228. package/mcp-server/lib/ops.mjs +4 -4
  229. package/mcp-server/lib/options.mjs +1 -1
  230. package/mcp-server/lib/plan.mjs +1 -1
  231. package/mcp-server/lib/runs.mjs +1 -1
  232. package/mcp-server/lib/scrub.mjs +2 -2
  233. package/mcp-server/lib/whatif.mjs +5 -5
  234. package/mcp-server/mint-token.mjs +1 -1
  235. package/mcp-server/package.json +2 -2
  236. package/mcp-server/packs/ops/EXAMPLES.md +2 -2
  237. package/mcp-server/server.mjs +77 -12
  238. package/package.json +30 -12
  239. package/portal-ui/dist/assets/{index-Ct3iQtZ2.css → index-1ziUJX1E.css} +43 -2
  240. package/portal-ui/dist/assets/{index-BUGgiYtF.js → index-CEYvXdqH.js} +226 -49
  241. package/portal-ui/dist/index.html +2 -2
  242. package/portal-ui/package.json +1 -1
  243. package/providers/_shared/enumerate.mjs +1 -1
  244. package/providers/_shared/ledger-path.mjs +3 -3
  245. package/providers/_shared/ledger.mjs +1 -1
  246. package/providers/_shared/result-shape.mjs +3 -3
  247. package/providers/_shared/term-shape.mjs +2 -2
  248. package/providers/corsearch/src/core.js +1 -1
  249. package/providers/jx-subclass/BUILDING.md +1 -1
  250. package/providers/oauth-mcp-bridge/CHANGELOG.md +6 -0
  251. package/providers/oauth-mcp-bridge/package.json +1 -1
  252. package/providers/oauth-mcp-bridge/stdin-guard.mjs +2 -2
  253. package/providers/uspto-local/src/index-store.js +2 -2
  254. package/scripts/README.md +1 -1
  255. package/scripts/added-reference-check.mjs +29 -1
  256. package/scripts/authority-boundary-probe.mjs +1 -1
  257. package/scripts/backfill-started-at.mjs +1 -1
  258. package/scripts/citation-line-check.mjs +124 -5
  259. package/scripts/compare.mjs +2 -2
  260. package/scripts/contract-dictation-scan.mjs +2 -2
  261. package/scripts/dead-names.mjs +1 -1
  262. package/scripts/drain-preflight.mjs +5 -5
  263. package/scripts/e2e-unread-terminals.mjs +1 -1
  264. package/scripts/e2e.mjs +8 -8
  265. package/scripts/env-audit.mjs +7 -7
  266. package/scripts/env-classify.mjs +206 -18
  267. package/scripts/freeze-example-run.mjs +3 -3
  268. package/scripts/head-arrived-gated.mjs +1 -1
  269. package/scripts/headless-page.mjs +51 -2
  270. package/scripts/live-surface-check.mjs +129 -19
  271. package/scripts/main-health.mjs +1 -1
  272. package/scripts/merge-presence-check.mjs +3 -3
  273. package/scripts/mint-suite-census.mjs +6 -6
  274. package/scripts/nightly-notice.mjs +1 -3
  275. package/scripts/preinstall-node-check.mjs +24 -0
  276. package/scripts/reconcile-runs.mjs +1 -1
  277. package/scripts/release-await-cut.mjs +6 -4
  278. package/scripts/release-version-pr-checks.mjs +1 -1
  279. package/scripts/release-version.mjs +2 -2
  280. package/scripts/render-check.mjs +66 -7
  281. package/scripts/report-frame-check.mjs +1 -1
  282. package/scripts/report-screenshot.mjs +1 -1
  283. package/scripts/revisit-render-check.mjs +1 -1
  284. package/scripts/score.mjs +4 -4
  285. package/scripts/strip-tracker-citations.mjs +139 -0
  286. package/scripts/test-run.mjs +19 -3
  287. package/scripts/third-party-notices.mjs +3 -3
  288. package/scripts/travelling-predicates.mjs +3 -3
  289. package/scripts/unexecuted-asserts.mjs +2 -2
  290. package/scripts/verify-publishable.mjs +2 -2
  291. package/scripts/write-up-form-census.mjs +1 -1
  292. package/shared/access-audience.mjs +1 -1
  293. package/shared/anon-overlay.mjs +3 -3
  294. package/shared/brand.mjs +13 -13
  295. package/shared/citation-scan.mjs +1 -1
  296. package/shared/client-door.mjs +7 -7
  297. package/shared/customer-store.mjs +1 -1
  298. package/shared/driver-dir.mjs +1 -1
  299. package/shared/env-aliases.mjs +0 -48
  300. package/shared/env-local.mjs +1 -1
  301. package/shared/identifier-scan.mjs +3 -3
  302. package/shared/invocation.mjs +29 -1
  303. package/shared/names-in-force.mjs +4 -0
  304. package/shared/node-floor.mjs +97 -0
  305. package/shared/product-owned-names.mjs +1 -1
  306. package/shared/register-selection.mjs +1 -1
  307. package/shared/scope.mjs +5 -5
  308. package/shared/server-units.mjs +4 -4
  309. package/shared/staff-domain.mjs +154 -0
  310. package/shared/store-in-repo.mjs +25 -4
  311. package/shared/suite-census.mjs +4 -4
  312. package/shared/tty-style.mjs +1 -1
  313. package/shared/uspto-index-size.mjs +1 -1
  314. package/shared/vacuous-pass.mjs +1 -1
  315. package/skills/clearotron-account/SKILL.md +42 -13
  316. package/skills/clearotron-ops/SKILL.md +1 -1
  317. package/driver/recipes/README.md +0 -49
  318. package/driver/skills/prelim-search/risk-framework-aurora.manifest.json +0 -19
  319. package/driver/skills/prelim-search/risk-framework-aurora.md +0 -77
  320. package/driver/skills/prelim-search/risk-framework-zephyr.manifest.json +0 -14
  321. package/driver/skills/prelim-search/risk-framework-zephyr.md +0 -33
  322. package/driver/skills/prelim-search/worked-examples-aurora.md +0 -10
  323. package/driver/skills/prelim-search/worked-examples-zephyr.md +0 -10
  324. package/driver/systemd/prelim-driver.path +0 -69
  325. package/driver/systemd/prelim-driver.service +0 -86
  326. package/driver/systemd/prelim-driver.timer +0 -14
  327. package/driver/systemd/prelim-outbox.path +0 -27
  328. package/driver/systemd/prelim-outbox.service +0 -37
  329. package/driver/systemd/prelim-outbox.timer +0 -21
  330. package/node_modules/exceljs/README_zh.md +0 -2878
  331. package/node_modules/exceljs/dist/LICENSE +0 -22
  332. package/node_modules/exceljs/dist/es5/csv/csv.js +0 -182
  333. package/node_modules/exceljs/dist/es5/csv/csv.js.map +0 -1
  334. package/node_modules/exceljs/dist/es5/csv/line-buffer.js +0 -68
  335. package/node_modules/exceljs/dist/es5/csv/line-buffer.js.map +0 -1
  336. package/node_modules/exceljs/dist/es5/csv/stream-converter.js +0 -110
  337. package/node_modules/exceljs/dist/es5/csv/stream-converter.js.map +0 -1
  338. package/node_modules/exceljs/dist/es5/doc/anchor.js +0 -73
  339. package/node_modules/exceljs/dist/es5/doc/anchor.js.map +0 -1
  340. package/node_modules/exceljs/dist/es5/doc/cell.js +0 -961
  341. package/node_modules/exceljs/dist/es5/doc/cell.js.map +0 -1
  342. package/node_modules/exceljs/dist/es5/doc/column.js +0 -274
  343. package/node_modules/exceljs/dist/es5/doc/column.js.map +0 -1
  344. package/node_modules/exceljs/dist/es5/doc/data-validations.js +0 -18
  345. package/node_modules/exceljs/dist/es5/doc/data-validations.js.map +0 -1
  346. package/node_modules/exceljs/dist/es5/doc/defined-names.js +0 -173
  347. package/node_modules/exceljs/dist/es5/doc/defined-names.js.map +0 -1
  348. package/node_modules/exceljs/dist/es5/doc/enums.js +0 -49
  349. package/node_modules/exceljs/dist/es5/doc/enums.js.map +0 -1
  350. package/node_modules/exceljs/dist/es5/doc/image.js +0 -69
  351. package/node_modules/exceljs/dist/es5/doc/image.js.map +0 -1
  352. package/node_modules/exceljs/dist/es5/doc/modelcontainer.js +0 -16
  353. package/node_modules/exceljs/dist/es5/doc/modelcontainer.js.map +0 -1
  354. package/node_modules/exceljs/dist/es5/doc/note.js +0 -64
  355. package/node_modules/exceljs/dist/es5/doc/note.js.map +0 -1
  356. package/node_modules/exceljs/dist/es5/doc/range.js +0 -229
  357. package/node_modules/exceljs/dist/es5/doc/range.js.map +0 -1
  358. package/node_modules/exceljs/dist/es5/doc/row.js +0 -382
  359. package/node_modules/exceljs/dist/es5/doc/row.js.map +0 -1
  360. package/node_modules/exceljs/dist/es5/doc/table.js +0 -443
  361. package/node_modules/exceljs/dist/es5/doc/table.js.map +0 -1
  362. package/node_modules/exceljs/dist/es5/doc/workbook.js +0 -202
  363. package/node_modules/exceljs/dist/es5/doc/workbook.js.map +0 -1
  364. package/node_modules/exceljs/dist/es5/doc/worksheet.js +0 -900
  365. package/node_modules/exceljs/dist/es5/doc/worksheet.js.map +0 -1
  366. package/node_modules/exceljs/dist/es5/exceljs.bare.js +0 -14
  367. package/node_modules/exceljs/dist/es5/exceljs.bare.js.map +0 -1
  368. package/node_modules/exceljs/dist/es5/exceljs.browser.js +0 -36
  369. package/node_modules/exceljs/dist/es5/exceljs.browser.js.map +0 -1
  370. package/node_modules/exceljs/dist/es5/exceljs.nodejs.js +0 -15
  371. package/node_modules/exceljs/dist/es5/exceljs.nodejs.js.map +0 -1
  372. package/node_modules/exceljs/dist/es5/index.js +0 -15
  373. package/node_modules/exceljs/dist/es5/stream/xlsx/hyperlink-reader.js +0 -90
  374. package/node_modules/exceljs/dist/es5/stream/xlsx/hyperlink-reader.js.map +0 -1
  375. package/node_modules/exceljs/dist/es5/stream/xlsx/sheet-comments-writer.js +0 -94
  376. package/node_modules/exceljs/dist/es5/stream/xlsx/sheet-comments-writer.js.map +0 -1
  377. package/node_modules/exceljs/dist/es5/stream/xlsx/sheet-rels-writer.js +0 -94
  378. package/node_modules/exceljs/dist/es5/stream/xlsx/sheet-rels-writer.js.map +0 -1
  379. package/node_modules/exceljs/dist/es5/stream/xlsx/workbook-reader.js +0 -362
  380. package/node_modules/exceljs/dist/es5/stream/xlsx/workbook-reader.js.map +0 -1
  381. package/node_modules/exceljs/dist/es5/stream/xlsx/workbook-writer.js +0 -347
  382. package/node_modules/exceljs/dist/es5/stream/xlsx/workbook-writer.js.map +0 -1
  383. package/node_modules/exceljs/dist/es5/stream/xlsx/worksheet-reader.js +0 -392
  384. package/node_modules/exceljs/dist/es5/stream/xlsx/worksheet-reader.js.map +0 -1
  385. package/node_modules/exceljs/dist/es5/stream/xlsx/worksheet-writer.js +0 -652
  386. package/node_modules/exceljs/dist/es5/stream/xlsx/worksheet-writer.js.map +0 -1
  387. package/node_modules/exceljs/dist/es5/utils/auto-drain.js +0 -18
  388. package/node_modules/exceljs/dist/es5/utils/auto-drain.js.map +0 -1
  389. package/node_modules/exceljs/dist/es5/utils/browser-buffer-decode.js +0 -15
  390. package/node_modules/exceljs/dist/es5/utils/browser-buffer-decode.js.map +0 -1
  391. package/node_modules/exceljs/dist/es5/utils/browser-buffer-encode.js +0 -18
  392. package/node_modules/exceljs/dist/es5/utils/browser-buffer-encode.js.map +0 -1
  393. package/node_modules/exceljs/dist/es5/utils/cell-matrix.js +0 -149
  394. package/node_modules/exceljs/dist/es5/utils/cell-matrix.js.map +0 -1
  395. package/node_modules/exceljs/dist/es5/utils/col-cache.js +0 -258
  396. package/node_modules/exceljs/dist/es5/utils/col-cache.js.map +0 -1
  397. package/node_modules/exceljs/dist/es5/utils/copy-style.js +0 -43
  398. package/node_modules/exceljs/dist/es5/utils/copy-style.js.map +0 -1
  399. package/node_modules/exceljs/dist/es5/utils/encryptor.js +0 -58
  400. package/node_modules/exceljs/dist/es5/utils/encryptor.js.map +0 -1
  401. package/node_modules/exceljs/dist/es5/utils/iterate-stream.js +0 -46
  402. package/node_modules/exceljs/dist/es5/utils/iterate-stream.js.map +0 -1
  403. package/node_modules/exceljs/dist/es5/utils/parse-sax.js +0 -47
  404. package/node_modules/exceljs/dist/es5/utils/parse-sax.js.map +0 -1
  405. package/node_modules/exceljs/dist/es5/utils/shared-formula.js +0 -42
  406. package/node_modules/exceljs/dist/es5/utils/shared-formula.js.map +0 -1
  407. package/node_modules/exceljs/dist/es5/utils/shared-strings.js +0 -32
  408. package/node_modules/exceljs/dist/es5/utils/shared-strings.js.map +0 -1
  409. package/node_modules/exceljs/dist/es5/utils/stream-base64.js +0 -66
  410. package/node_modules/exceljs/dist/es5/utils/stream-base64.js.map +0 -1
  411. package/node_modules/exceljs/dist/es5/utils/stream-buf.js +0 -343
  412. package/node_modules/exceljs/dist/es5/utils/stream-buf.js.map +0 -1
  413. package/node_modules/exceljs/dist/es5/utils/string-buf.js +0 -73
  414. package/node_modules/exceljs/dist/es5/utils/string-buf.js.map +0 -1
  415. package/node_modules/exceljs/dist/es5/utils/string-builder.js +0 -32
  416. package/node_modules/exceljs/dist/es5/utils/string-builder.js.map +0 -1
  417. package/node_modules/exceljs/dist/es5/utils/stuttered-pipe.js +0 -61
  418. package/node_modules/exceljs/dist/es5/utils/stuttered-pipe.js.map +0 -1
  419. package/node_modules/exceljs/dist/es5/utils/typed-stack.js +0 -23
  420. package/node_modules/exceljs/dist/es5/utils/typed-stack.js.map +0 -1
  421. package/node_modules/exceljs/dist/es5/utils/under-dash.js +0 -168
  422. package/node_modules/exceljs/dist/es5/utils/under-dash.js.map +0 -1
  423. package/node_modules/exceljs/dist/es5/utils/utils.js +0 -171
  424. package/node_modules/exceljs/dist/es5/utils/utils.js.map +0 -1
  425. package/node_modules/exceljs/dist/es5/utils/xml-stream.js +0 -151
  426. package/node_modules/exceljs/dist/es5/utils/xml-stream.js.map +0 -1
  427. package/node_modules/exceljs/dist/es5/utils/zip-stream.js +0 -79
  428. package/node_modules/exceljs/dist/es5/utils/zip-stream.js.map +0 -1
  429. package/node_modules/exceljs/dist/es5/xlsx/defaultnumformats.js +0 -230
  430. package/node_modules/exceljs/dist/es5/xlsx/defaultnumformats.js.map +0 -1
  431. package/node_modules/exceljs/dist/es5/xlsx/rel-type.js +0 -18
  432. package/node_modules/exceljs/dist/es5/xlsx/rel-type.js.map +0 -1
  433. package/node_modules/exceljs/dist/es5/xlsx/xform/base-xform.js +0 -139
  434. package/node_modules/exceljs/dist/es5/xlsx/xform/base-xform.js.map +0 -1
  435. package/node_modules/exceljs/dist/es5/xlsx/xform/book/defined-name-xform.js +0 -85
  436. package/node_modules/exceljs/dist/es5/xlsx/xform/book/defined-name-xform.js.map +0 -1
  437. package/node_modules/exceljs/dist/es5/xlsx/xform/book/sheet-xform.js +0 -32
  438. package/node_modules/exceljs/dist/es5/xlsx/xform/book/sheet-xform.js.map +0 -1
  439. package/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-calc-properties-xform.js +0 -24
  440. package/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-calc-properties-xform.js.map +0 -1
  441. package/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-properties-xform.js +0 -27
  442. package/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-properties-xform.js.map +0 -1
  443. package/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-view-xform.js +0 -51
  444. package/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-view-xform.js.map +0 -1
  445. package/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-xform.js +0 -234
  446. package/node_modules/exceljs/dist/es5/xlsx/xform/book/workbook-xform.js.map +0 -1
  447. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/comment-xform.js +0 -103
  448. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/comment-xform.js.map +0 -1
  449. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/comments-xform.js +0 -76
  450. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/comments-xform.js.map +0 -1
  451. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/style/vml-position-xform.js +0 -35
  452. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/style/vml-position-xform.js.map +0 -1
  453. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/style/vml-protection-xform.js +0 -32
  454. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/style/vml-protection-xform.js.map +0 -1
  455. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-anchor-xform.js +0 -53
  456. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-anchor-xform.js.map +0 -1
  457. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-client-data-xform.js +0 -97
  458. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-client-data-xform.js.map +0 -1
  459. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-notes-xform.js +0 -107
  460. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-notes-xform.js.map +0 -1
  461. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-shape-xform.js +0 -92
  462. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-shape-xform.js.map +0 -1
  463. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-textbox-xform.js +0 -61
  464. package/node_modules/exceljs/dist/es5/xlsx/xform/comment/vml-textbox-xform.js.map +0 -1
  465. package/node_modules/exceljs/dist/es5/xlsx/xform/composite-xform.js +0 -51
  466. package/node_modules/exceljs/dist/es5/xlsx/xform/composite-xform.js.map +0 -1
  467. package/node_modules/exceljs/dist/es5/xlsx/xform/core/app-heading-pairs-xform.js +0 -30
  468. package/node_modules/exceljs/dist/es5/xlsx/xform/core/app-heading-pairs-xform.js.map +0 -1
  469. package/node_modules/exceljs/dist/es5/xlsx/xform/core/app-titles-of-parts-xform.js +0 -27
  470. package/node_modules/exceljs/dist/es5/xlsx/xform/core/app-titles-of-parts-xform.js.map +0 -1
  471. package/node_modules/exceljs/dist/es5/xlsx/xform/core/app-xform.js +0 -93
  472. package/node_modules/exceljs/dist/es5/xlsx/xform/core/app-xform.js.map +0 -1
  473. package/node_modules/exceljs/dist/es5/xlsx/xform/core/content-types-xform.js +0 -112
  474. package/node_modules/exceljs/dist/es5/xlsx/xform/core/content-types-xform.js.map +0 -1
  475. package/node_modules/exceljs/dist/es5/xlsx/xform/core/core-xform.js +0 -158
  476. package/node_modules/exceljs/dist/es5/xlsx/xform/core/core-xform.js.map +0 -1
  477. package/node_modules/exceljs/dist/es5/xlsx/xform/core/relationship-xform.js +0 -23
  478. package/node_modules/exceljs/dist/es5/xlsx/xform/core/relationship-xform.js.map +0 -1
  479. package/node_modules/exceljs/dist/es5/xlsx/xform/core/relationships-xform.js +0 -65
  480. package/node_modules/exceljs/dist/es5/xlsx/xform/core/relationships-xform.js.map +0 -1
  481. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/base-cell-anchor-xform.js +0 -47
  482. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/base-cell-anchor-xform.js.map +0 -1
  483. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/blip-fill-xform.js +0 -61
  484. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/blip-fill-xform.js.map +0 -1
  485. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/blip-xform.js +0 -40
  486. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/blip-xform.js.map +0 -1
  487. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/c-nv-pic-pr-xform.js +0 -35
  488. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/c-nv-pic-pr-xform.js.map +0 -1
  489. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/c-nv-pr-xform.js +0 -62
  490. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/c-nv-pr-xform.js.map +0 -1
  491. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/cell-position-xform.js +0 -82
  492. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/cell-position-xform.js.map +0 -1
  493. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/drawing-xform.js +0 -98
  494. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/drawing-xform.js.map +0 -1
  495. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/ext-lst-xform.js +0 -40
  496. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/ext-lst-xform.js.map +0 -1
  497. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/ext-xform.js +0 -38
  498. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/ext-xform.js.map +0 -1
  499. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/hlink-click-xform.js +0 -38
  500. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/hlink-click-xform.js.map +0 -1
  501. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/nv-pic-pr-xform.js +0 -59
  502. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/nv-pic-pr-xform.js.map +0 -1
  503. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/one-cell-anchor-xform.js +0 -63
  504. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/one-cell-anchor-xform.js.map +0 -1
  505. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/pic-xform.js +0 -67
  506. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/pic-xform.js.map +0 -1
  507. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/sp-pr.js +0 -30
  508. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/sp-pr.js.map +0 -1
  509. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/two-cell-anchor-xform.js +0 -62
  510. package/node_modules/exceljs/dist/es5/xlsx/xform/drawing/two-cell-anchor-xform.js.map +0 -1
  511. package/node_modules/exceljs/dist/es5/xlsx/xform/list-xform.js +0 -91
  512. package/node_modules/exceljs/dist/es5/xlsx/xform/list-xform.js.map +0 -1
  513. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/auto-filter-xform.js +0 -40
  514. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/auto-filter-xform.js.map +0 -1
  515. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cell-xform.js +0 -451
  516. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cell-xform.js.map +0 -1
  517. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/cf-rule-xform.js +0 -275
  518. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/cf-rule-xform.js.map +0 -1
  519. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/cfvo-xform.js +0 -25
  520. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/cfvo-xform.js.map +0 -1
  521. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/color-scale-xform.js +0 -38
  522. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/color-scale-xform.js.map +0 -1
  523. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/conditional-formatting-xform.js +0 -45
  524. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/conditional-formatting-xform.js.map +0 -1
  525. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/conditional-formattings-xform.js +0 -77
  526. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/conditional-formattings-xform.js.map +0 -1
  527. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/databar-xform.js +0 -42
  528. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/databar-xform.js.map +0 -1
  529. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/ext-lst-ref-xform.js +0 -71
  530. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/ext-lst-ref-xform.js.map +0 -1
  531. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/formula-xform.js +0 -22
  532. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/formula-xform.js.map +0 -1
  533. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/icon-set-xform.js +0 -43
  534. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf/icon-set-xform.js.map +0 -1
  535. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/cf-icon-ext-xform.js +0 -28
  536. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/cf-icon-ext-xform.js.map +0 -1
  537. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/cf-rule-ext-xform.js +0 -88
  538. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/cf-rule-ext-xform.js.map +0 -1
  539. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/cfvo-ext-xform.js +0 -38
  540. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/cfvo-ext-xform.js.map +0 -1
  541. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/conditional-formatting-ext-xform.js +0 -52
  542. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/conditional-formatting-ext-xform.js.map +0 -1
  543. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/conditional-formattings-ext-xform.js +0 -43
  544. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/conditional-formattings-ext-xform.js.map +0 -1
  545. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/databar-ext-xform.js +0 -75
  546. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/databar-ext-xform.js.map +0 -1
  547. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/f-ext-xform.js +0 -22
  548. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/f-ext-xform.js.map +0 -1
  549. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/icon-set-ext-xform.js +0 -66
  550. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/icon-set-ext-xform.js.map +0 -1
  551. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/sqref-ext-xform.js +0 -22
  552. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/cf-ext/sqref-ext-xform.js.map +0 -1
  553. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/col-xform.js +0 -78
  554. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/col-xform.js.map +0 -1
  555. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/data-validations-xform.js +0 -247
  556. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/data-validations-xform.js.map +0 -1
  557. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/dimension-xform.js +0 -28
  558. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/dimension-xform.js.map +0 -1
  559. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/drawing-xform.js +0 -32
  560. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/drawing-xform.js.map +0 -1
  561. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/ext-lst-xform.js +0 -69
  562. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/ext-lst-xform.js.map +0 -1
  563. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/header-footer-xform.js +0 -126
  564. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/header-footer-xform.js.map +0 -1
  565. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/hyperlink-xform.js +0 -50
  566. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/hyperlink-xform.js.map +0 -1
  567. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/merge-cell-xform.js +0 -26
  568. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/merge-cell-xform.js.map +0 -1
  569. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/merges.js +0 -52
  570. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/merges.js.map +0 -1
  571. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/outline-properties-xform.js +0 -35
  572. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/outline-properties-xform.js.map +0 -1
  573. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-breaks-xform.js +0 -24
  574. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-breaks-xform.js.map +0 -1
  575. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-margins-xform.js +0 -46
  576. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-margins-xform.js.map +0 -1
  577. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-setup-properties-xform.js +0 -32
  578. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-setup-properties-xform.js.map +0 -1
  579. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-setup-xform.js +0 -99
  580. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/page-setup-xform.js.map +0 -1
  581. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/picture-xform.js +0 -32
  582. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/picture-xform.js.map +0 -1
  583. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/print-options-xform.js +0 -45
  584. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/print-options-xform.js.map +0 -1
  585. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/row-breaks-xform.js +0 -37
  586. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/row-breaks-xform.js.map +0 -1
  587. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/row-xform.js +0 -128
  588. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/row-xform.js.map +0 -1
  589. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-format-properties-xform.js +0 -51
  590. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-format-properties-xform.js.map +0 -1
  591. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-properties-xform.js +0 -83
  592. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-properties-xform.js.map +0 -1
  593. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-protection-xform.js +0 -84
  594. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-protection-xform.js.map +0 -1
  595. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-view-xform.js +0 -190
  596. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/sheet-view-xform.js.map +0 -1
  597. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/table-part-xform.js +0 -32
  598. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/table-part-xform.js.map +0 -1
  599. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/worksheet-xform.js +0 -513
  600. package/node_modules/exceljs/dist/es5/xlsx/xform/sheet/worksheet-xform.js.map +0 -1
  601. package/node_modules/exceljs/dist/es5/xlsx/xform/simple/boolean-xform.js +0 -27
  602. package/node_modules/exceljs/dist/es5/xlsx/xform/simple/boolean-xform.js.map +0 -1
  603. package/node_modules/exceljs/dist/es5/xlsx/xform/simple/date-xform.js +0 -58
  604. package/node_modules/exceljs/dist/es5/xlsx/xform/simple/date-xform.js.map +0 -1
  605. package/node_modules/exceljs/dist/es5/xlsx/xform/simple/float-xform.js +0 -47
  606. package/node_modules/exceljs/dist/es5/xlsx/xform/simple/float-xform.js.map +0 -1
  607. package/node_modules/exceljs/dist/es5/xlsx/xform/simple/integer-xform.js +0 -53
  608. package/node_modules/exceljs/dist/es5/xlsx/xform/simple/integer-xform.js.map +0 -1
  609. package/node_modules/exceljs/dist/es5/xlsx/xform/simple/string-xform.js +0 -47
  610. package/node_modules/exceljs/dist/es5/xlsx/xform/simple/string-xform.js.map +0 -1
  611. package/node_modules/exceljs/dist/es5/xlsx/xform/static-xform.js +0 -61
  612. package/node_modules/exceljs/dist/es5/xlsx/xform/static-xform.js.map +0 -1
  613. package/node_modules/exceljs/dist/es5/xlsx/xform/strings/phonetic-text-xform.js +0 -98
  614. package/node_modules/exceljs/dist/es5/xlsx/xform/strings/phonetic-text-xform.js.map +0 -1
  615. package/node_modules/exceljs/dist/es5/xlsx/xform/strings/rich-text-xform.js +0 -92
  616. package/node_modules/exceljs/dist/es5/xlsx/xform/strings/rich-text-xform.js.map +0 -1
  617. package/node_modules/exceljs/dist/es5/xlsx/xform/strings/shared-string-xform.js +0 -99
  618. package/node_modules/exceljs/dist/es5/xlsx/xform/strings/shared-string-xform.js.map +0 -1
  619. package/node_modules/exceljs/dist/es5/xlsx/xform/strings/shared-strings-xform.js +0 -114
  620. package/node_modules/exceljs/dist/es5/xlsx/xform/strings/shared-strings-xform.js.map +0 -1
  621. package/node_modules/exceljs/dist/es5/xlsx/xform/strings/text-xform.js +0 -39
  622. package/node_modules/exceljs/dist/es5/xlsx/xform/strings/text-xform.js.map +0 -1
  623. package/node_modules/exceljs/dist/es5/xlsx/xform/style/alignment-xform.js +0 -139
  624. package/node_modules/exceljs/dist/es5/xlsx/xform/style/alignment-xform.js.map +0 -1
  625. package/node_modules/exceljs/dist/es5/xlsx/xform/style/border-xform.js +0 -185
  626. package/node_modules/exceljs/dist/es5/xlsx/xform/style/border-xform.js.map +0 -1
  627. package/node_modules/exceljs/dist/es5/xlsx/xform/style/color-xform.js +0 -66
  628. package/node_modules/exceljs/dist/es5/xlsx/xform/style/color-xform.js.map +0 -1
  629. package/node_modules/exceljs/dist/es5/xlsx/xform/style/dxf-xform.js +0 -106
  630. package/node_modules/exceljs/dist/es5/xlsx/xform/style/dxf-xform.js.map +0 -1
  631. package/node_modules/exceljs/dist/es5/xlsx/xform/style/fill-xform.js +0 -308
  632. package/node_modules/exceljs/dist/es5/xlsx/xform/style/fill-xform.js.map +0 -1
  633. package/node_modules/exceljs/dist/es5/xlsx/xform/style/font-xform.js +0 -175
  634. package/node_modules/exceljs/dist/es5/xlsx/xform/style/font-xform.js.map +0 -1
  635. package/node_modules/exceljs/dist/es5/xlsx/xform/style/numfmt-xform.js +0 -59
  636. package/node_modules/exceljs/dist/es5/xlsx/xform/style/numfmt-xform.js.map +0 -1
  637. package/node_modules/exceljs/dist/es5/xlsx/xform/style/protection-xform.js +0 -53
  638. package/node_modules/exceljs/dist/es5/xlsx/xform/style/protection-xform.js.map +0 -1
  639. package/node_modules/exceljs/dist/es5/xlsx/xform/style/style-xform.js +0 -118
  640. package/node_modules/exceljs/dist/es5/xlsx/xform/style/style-xform.js.map +0 -1
  641. package/node_modules/exceljs/dist/es5/xlsx/xform/style/styles-xform.js +0 -612
  642. package/node_modules/exceljs/dist/es5/xlsx/xform/style/styles-xform.js.map +0 -1
  643. package/node_modules/exceljs/dist/es5/xlsx/xform/style/underline-xform.js +0 -46
  644. package/node_modules/exceljs/dist/es5/xlsx/xform/style/underline-xform.js.map +0 -1
  645. package/node_modules/exceljs/dist/es5/xlsx/xform/table/auto-filter-xform.js +0 -75
  646. package/node_modules/exceljs/dist/es5/xlsx/xform/table/auto-filter-xform.js.map +0 -1
  647. package/node_modules/exceljs/dist/es5/xlsx/xform/table/custom-filter-xform.js +0 -30
  648. package/node_modules/exceljs/dist/es5/xlsx/xform/table/custom-filter-xform.js.map +0 -1
  649. package/node_modules/exceljs/dist/es5/xlsx/xform/table/filter-column-xform.js +0 -89
  650. package/node_modules/exceljs/dist/es5/xlsx/xform/table/filter-column-xform.js.map +0 -1
  651. package/node_modules/exceljs/dist/es5/xlsx/xform/table/filter-xform.js +0 -28
  652. package/node_modules/exceljs/dist/es5/xlsx/xform/table/filter-xform.js.map +0 -1
  653. package/node_modules/exceljs/dist/es5/xlsx/xform/table/table-column-xform.js +0 -42
  654. package/node_modules/exceljs/dist/es5/xlsx/xform/table/table-column-xform.js.map +0 -1
  655. package/node_modules/exceljs/dist/es5/xlsx/xform/table/table-style-info-xform.js +0 -40
  656. package/node_modules/exceljs/dist/es5/xlsx/xform/table/table-style-info-xform.js.map +0 -1
  657. package/node_modules/exceljs/dist/es5/xlsx/xform/table/table-xform.js +0 -123
  658. package/node_modules/exceljs/dist/es5/xlsx/xform/table/table-xform.js.map +0 -1
  659. package/node_modules/exceljs/dist/es5/xlsx/xlsx.js +0 -697
  660. package/node_modules/exceljs/dist/es5/xlsx/xlsx.js.map +0 -1
  661. package/node_modules/exceljs/dist/es5/xlsx/xml/theme1.js +0 -5
  662. package/node_modules/exceljs/dist/es5/xlsx/xml/theme1.js.map +0 -1
  663. package/node_modules/exceljs/dist/exceljs.bare.js +0 -55253
  664. package/node_modules/exceljs/dist/exceljs.bare.js.map +0 -761
  665. package/node_modules/exceljs/dist/exceljs.bare.min.js +0 -45
  666. package/node_modules/exceljs/dist/exceljs.bare.min.js.map +0 -1
  667. package/node_modules/exceljs/dist/exceljs.js +0 -59900
  668. package/node_modules/exceljs/dist/exceljs.js.map +0 -1083
  669. package/node_modules/exceljs/dist/exceljs.min.js +0 -45
  670. package/node_modules/exceljs/dist/exceljs.min.js.map +0 -1
  671. package/scripts/ai-page-render-check.mjs +0 -532
  672. package/scripts/clearances-render-check.mjs +0 -480
  673. package/scripts/composer-render-check.mjs +0 -1027
  674. package/scripts/deploy-test.sh +0 -309
  675. package/scripts/home-render-check.mjs +0 -526
  676. package/scripts/portal-lifecycle-check.mjs +0 -639
@@ -2,7 +2,7 @@
2
2
  // Copyright 2026 Cordillera Sàrl. Additional terms under section 7 of the AGPL-3.0 apply — see ADDITIONAL-TERMS.md
3
3
  // call-capture.mjs — the forensic record of what a seat SENT, one file per call, refusals included.
4
4
  //
5
- // 's sibling. Every recording transport captures the payload
5
+ // That sibling. Every recording transport captures the payload
6
6
  // BEFORE its decision, so the evidence survives a refusal. Each of them wrote that capture to a path
7
7
  // derived from something that does not change between calls — a literal `call-001.json`, an axis name, a
8
8
  // finding's ordinal — so a second call to the same subject DESTROYED the first's evidence. Measured on
@@ -18,7 +18,7 @@
18
18
  // had something of its own to anchor on.
19
19
  //
20
20
  // That is the day's defect shape in one stage — a decision taken on a surface token while the record
21
- // underneath already said it — and it is what 's S2 ruling settled: "the mechanical card fields
21
+ // underneath already said it — and it is what the S2 ruling settled: "the mechanical card fields
22
22
  // (headings, ids, links, driver-stamped values) move to code NOW — uncontested."
23
23
  //
24
24
  // ── WHY THE HEAD RULE IS THE WHOLE REVIEW QUESTION ──────────────────────────────────────────────────
@@ -5,7 +5,7 @@
5
5
  // THE DEFECT. `case-law-findings.md` is the only artifact case law produces, and its entire contract is
6
6
  // `nonEmpty(c, 80)` — a non-empty check on prose. There is no citations ledger, no structured mirror, no
7
7
  // per-proceeding record anywhere. So the per-record trace that exists for the register path and
8
- // for common law (,) cannot be extended to case law at all: there is nothing on the other side
8
+ // for common law () cannot be extended to case law at all: there is nothing on the other side
9
9
  // of the join. That was found while scoping the record trace, and it is why closed into this issue.
10
10
  //
11
11
  // WHAT THAT COSTS. Two of the owner's three sign-off conditions for sending a case-law report to a
@@ -45,7 +45,7 @@ export function procStarttime(pid, readStat = undefined,
45
45
  { platform = process.platform, readPsStart = defaultReadPsStart } = {}) {
46
46
  // AN INJECTED READER IS THE CALLER'S STATEMENT ABOUT HOW TO READ, and it outranks the platform.
47
47
  //
48
- // Measured on macOS (, the verification run): the arm that pins the field-22
48
+ // Measured on macOS (the verification run): the arm that pins the field-22
49
49
  // parse hands this function its own `readStat` and asserts the parse. With the platform deciding
50
50
  // first, that injection was silently ignored off Linux and the arm read `null` — the seam was there
51
51
  // and nothing went through it. A caller that supplies a reader is not asking which box this is.
@@ -154,7 +154,7 @@ export function countMatrixCells(findingsContent) {
154
154
  * "丝绸与铁 / 席尔克": each alternate is its own search term with its own grid — the copper-conduit worker
155
155
  * keyed the split forms with full receipts while the validator demanded the compound key, 2026-06-12);
156
156
  * or WORD-BOUNDARY substring coverage (a fully-receipted variant covers a LONGER variant containing it
157
- * as a whole-word phrase — "Aurora Legends II: Oak & Ember" ⊃ "Oak & Ember"; a marketplace phrase
157
+ * as a whole-word phrase — "Foxglade Legends II: Oak & Ember" ⊃ "Oak & Ember"; a marketplace phrase
158
158
  * search for the short form surfaces every listing of the long form. Mid-word containment does NOT
159
159
  * count: "venzyy" ⊅ "venzy" — storefront search tokenizes, a doubled-letter variant is its own term).
160
160
  */
@@ -614,7 +614,7 @@ export function splitGridSpec(spec, { outputPaths = {}, dispositionsPaths = {} }
614
614
  // — `dispositions_path` is DICTATED here, never inferred downstream. The grid tool renders it
615
615
  // into the obligations block it hands the seat, and the validator reads the same file; deriving the
616
616
  // name in two places is the drift this codebase has paid for twice. Absent ⇒ the tool names
617
- // no file and the seat is judged on prose alone, which is exactly the pre- behaviour.
617
+ // no file and the seat is judged on prose alone, which is exactly the pre-change behaviour.
618
618
  // — the half's OWN form path, ALWAYS set explicitly. The spread above carries the canonical
619
619
  // spec's connotation object verbatim, and since the canonical spec started carrying its own
620
620
  // dispositions_path a conditional override would let a half INHERIT the canonical path whenever the
@@ -491,7 +491,7 @@ export function commonLawCarryEvent({ trigger = null, artifact = null, reason =
491
491
 
492
492
  // ── THE RECONCILIATION, AS TWO RATES WITH THEIR ARITHMETIC ATTACHED ───────────────────────
493
493
  //
494
- // 's measurement: of 2116 retrieved common-law candidates, 1609 carried no ground at all, and 253
494
+ // That measurement: of 2116 retrieved common-law candidates, 1609 carried no ground at all, and 253
495
495
  // of 292 candidate-bearing cells lacked the negative row the dictation owes each of them. The
496
496
  // discriminator was never in doubt — 272 rows carry `step-stated` against 1609 `absent`, so the
497
497
  // instrument distinguishes. Nothing compared it to anything.
@@ -388,7 +388,7 @@ export function caseLawInventory(env = process.env) {
388
388
  // EUR-Lex reads through the engine's own fetch tool, so there is nothing to configure and nothing that
389
389
  // can be missing. It is LISTED anyway: a reader counting case-law sources against a report that named
390
390
  // four gaps must be able to find all four here, and a lane that is absent from this page is
391
- // indistinguishable from one nobody has heard of. 's fifth criterion.
391
+ // indistinguishable from one nobody has heard of. That fifth criterion.
392
392
  rows.push({
393
393
  key: "caselaw", label: "Case law and oppositions", provider: "eur-lex",
394
394
  providerLabel: CASELAW_LABELS["eur-lex"],
@@ -5,7 +5,7 @@
5
5
  // ── THE OUTCOME THIS EXISTS TO STOP ─────────────────────────────────────────────────────────────────
6
6
  //
7
7
  // After the F41 repair the owner restarted the worker, as instructed, and refreshed the portal. It
8
- // showed the BUNDLED DEMO ROSTER — aurora, petcary, zephyr — and not his own account.
8
+ // showed the BUNDLED DEMO ROSTER and not his own account.
9
9
  //
10
10
  // ~/.env repaired 10:51:16
11
11
  // worker 10:51:21 ← new config
@@ -18,7 +18,7 @@
18
18
  // citing the receipt. A PR/reputational section that ASSERTS a clean result must additionally cite a
19
19
  // Connotation-search source line. A searched-clean (recorded queries, empty results) passes.
20
20
  //
21
- // ARMING (, owner's ruling 2026-08-04 — "arm on data, never on prose"): the disposition join, the
21
+ // ARMING (owner's ruling 2026-08-04 — "arm on data, never on prose"): the disposition join, the
22
22
  // recurrence floor and the did-the-search-run check all arm on `opts.recorded` being passed, which the
23
23
  // caller keys on the grid-spec's `connotation.disposition_required` stamp — a structural fact the DRIVER
24
24
  // writes and no model can redraft away. They used to arm on a phrase match over the model's own prose
@@ -138,7 +138,7 @@ export const MEANING_ANGLES_RE = /^[ \t]*(?:[-*]\s+)?meaning angles\s*[:—-]\s*
138
138
  // gap row. Verified on E2E's preserved R1 run of 2026-08-13 (test build 4353a74): 61 dictated, 61 receipts, 0 gaps, one
139
139
  // dictated query unrecorded and one recorded query never dictated — the same angle, minus the quote. The
140
140
  // merge threw `deterministic`, the ladder correctly refused to retry, and the run died at common-law after
141
- // 26m15s with nothing delivered and the whole gather already paid for. 's class, inverted: the driver
141
+ // 26m15s with nothing delivered and the whole gather already paid for. That class, inverted: the driver
142
142
  // corrupted a well-formed model output.
143
143
  //
144
144
  // THE RULE: peel an outer pair only when both ends carry the SAME quote character AND the interior carries
@@ -469,7 +469,7 @@ export function livePassages(snippet) {
469
469
  export function usableSnippet(s) { return quoteWeight(s) >= QUOTE_MIN; }
470
470
 
471
471
  // ── — WHY A QUOTE DID NOT BIND, NOT MERELY THAT IT DID NOT ──────────────────────────────────────
472
- // `quoteJoins` is a predicate and stays one: its answer is the gate's, and 's comment thread withdrew
472
+ // `quoteJoins` is a predicate and stays one: its answer is the gate's, and the comment thread withdrew
473
473
  // loosening it. What was missing is the REASON, and the reason is the whole.
474
474
  //
475
475
  // R6 (Full country search into China) died after four dispatches, byte-identical, on
@@ -1326,7 +1326,7 @@ export function renderConnotationObligations(ob, { ledgerPath = "your half ledge
1326
1326
  // The ordinal is 1-based and per-row, matching `receipt_index` on the form exactly — the seat is
1327
1327
  // never asked to hold two different numbering schemes at once.
1328
1328
  //
1329
- // THE REAL IDS STAY. 's acceptance is that the gate cannot fail a seat for an obligation the
1329
+ // THE REAL IDS STAY. That acceptance is that the gate cannot fail a seat for an obligation the
1330
1330
  // tool result never named, and these are what a failure names. What was removed is the METAVARIABLE
1331
1331
  // and the instruction to cite one — a model shown `R-XXXXXXXX` writes `R-RECEIPT`, whereas a model
1332
1332
  // shown a list of real ids it is told not to type has nothing to pattern-match.
@@ -1493,7 +1493,7 @@ export function meaningSweepReceiptsInstruction({
1493
1493
  //
1494
1494
  // Keyed on the OBLIGATIONS now, which is the thing the sentence is actually about. Same family as
1495
1495
  // the rest of this bundle: a decision taken on a surface token while the thing itself says the
1496
- // opposite ('s axis outcome, 's status code, 's trailing default, 's deleted arm).
1496
+ // opposite (the axis outcome, the status code, the trailing default, the deleted arm).
1497
1497
  ...(mayOwnNoQueries ? ["Your half may own zero meaning queries. If so the grid tool lists you no"
1498
1498
  + " obligations, and recording nothing is the complete and correct outcome for you — do not invent"
1499
1499
  + " rulings and do not create any dispositions file."] : []),
@@ -1525,7 +1525,7 @@ export function renderDispositionTable(rows, ob) {
1525
1525
  // The park broke that premise. A parked row is undecided AND the stage completes, so the document IS
1526
1526
  // delivered — and `ruling` is null on it, so this filter silently dropped it. The reader received a
1527
1527
  // table that looks complete, with the one obligation nobody could decide simply absent. No gap, no
1528
- // marker, nothing to notice. That is 's lying receipt reached by the shortest path there is.
1528
+ // marker, nothing to notice. That is the lying receipt reached by the shortest path there is.
1529
1529
  //
1530
1530
  // Rendered as its OWN block rather than as rows of the ruling table, deliberately: an undecided row
1531
1531
  // sitting in a column headed "Ruling" is read as a ruling, whatever the cell says.
@@ -1595,7 +1595,7 @@ const NO_POLICED_SECTION = "(no PR / reputational / connotation section)";
1595
1595
  // that did not RUN is a different failure from a sweep that was not ruled on, and keeping them apart is
1596
1596
  // what makes the warm lane safe (gateway.mjs WARM_ELIGIBLE_RE).
1597
1597
  //
1598
- // 's lesson survives the collapse and is the reason `form_damaged` is not folded into `no_ruling`:
1598
+ // That lesson survives the collapse and is the reason `form_damaged` is not folded into `no_ruling`:
1599
1599
  // the gate must never destroy a completed clearance by conflating "did not do the work" with "wrote the
1600
1600
  // answer in a shape that did not bind". Under the form the second class is a two-field correction the
1601
1601
  // seat can finish, and the union means the rest of its work cannot be lost while it makes it.
@@ -1622,7 +1622,7 @@ const NO_POLICED_SECTION = "(no PR / reputational / connotation section)";
1622
1622
  //
1623
1623
  // It is its own reason and not a `detail` on `no_ruling` because the two have different remedies and the
1624
1624
  // hint is routed on the token: "add a ruling" sent to a seat that has ruled is a closed loop.
1625
- // CARRIES THE SAME ARGUMENT ONE CLAUSE FURTHER, ON THE EVIDENCE THAT 's FIX DID NOT REACH.
1625
+ // CARRIES THE SAME ARGUMENT ONE CLAUSE FURTHER, ON THE EVIDENCE THAT the FIX DID NOT REACH.
1626
1626
  // R6 died three times on `no_ruling=75` over a 75-row form. The seat held a 144-line findings document it
1627
1627
  // had just written, was told "75 rows carry no ruling", saw 75 rulings in the document in front of it, and
1628
1628
  // changed nothing. It had written THE WRONG ARTIFACT: the disposition form was the deliverable and the
@@ -1631,7 +1631,7 @@ const NO_POLICED_SECTION = "(no PR / reputational / connotation section)";
1631
1631
  // findable. `no_ruling` fires identically whether a row carries no ruling token, a ruling with no
1632
1632
  // receipt, or NOTHING AT ALL because the form was never opened, and those have different remedies.
1633
1633
  //
1634
- // THE SPLIT IS STRICTLY NARROWER, exactly as 's was. Every state below failed before and fails now;
1634
+ // THE SPLIT IS STRICTLY NARROWER, exactly as the was. Every state below failed before and fails now;
1635
1635
  // `no_ruling` survives as the residual so nothing can fall out of the vocabulary. The whole-population
1636
1636
  // collapse states of the retired hand-edited form (`form_untouched`, `form_unparseable`) died with the
1637
1637
  // form path — their subject matter is carried by the call audit's own states below, read from the run's
@@ -1852,7 +1852,7 @@ export function obligationRows(ob, { spotChecks = QUOTE_SPOT_CHECKS } = {}) {
1852
1852
  // `segmentBinding` through the same `snippetSegments`. One derivation, both ends — the display and the
1853
1853
  // check cannot disagree, which they would the moment either recomputed its own split.
1854
1854
  //
1855
- // 's defect is the one this avoids, arriving from the other direction: a seat ordered to set a
1855
+ // That defect is the one this avoids, arriving from the other direction: a seat ordered to set a
1856
1856
  // field it was never shown the values for. `receipt_index` is safe precisely because the candidate list
1857
1857
  // is in front of the seat; a segment ordinal is only safe on the same terms.
1858
1858
  //
@@ -1917,7 +1917,7 @@ export function obligationRows(ob, { spotChecks = QUOTE_SPOT_CHECKS } = {}) {
1917
1917
  /**
1918
1918
  * Find meaning-sweep obligations the seat has not ruled on, and a dictated sweep that never ran.
1919
1919
  *
1920
- * ARMED ON DATA, NEVER ON PROSE (, owner's ruling 2026-08-04). `opts.recorded` being passed is the
1920
+ * ARMED ON DATA, NEVER ON PROSE (owner's ruling 2026-08-04). `opts.recorded` being passed is the
1921
1921
  * whole arming condition and it is UNCHANGED by — the caller keys it on the grid-spec's own
1922
1922
  * `connotation.disposition_required` stamp, a structural fact the DRIVER writes and no model can redraft
1923
1923
  * away. Two consequences, both deliberate and both load-bearing:
@@ -2066,7 +2066,7 @@ export function findConnotationViolations(commonLawContent, prRiskCount = 0, { r
2066
2066
  //
2067
2067
  // The order is load-bearing: this is reached ONLY when the row is otherwise ruled, so a genuinely
2068
2068
  // unruled row can never be reported as a quote problem. `quote_unbound` cannot mask missing work —
2069
- // it is strictly narrower than the state it splits off from, which is what 's warning demands.
2069
+ // it is strictly narrower than the state it splits off from, which is what the warning demands.
2070
2070
  const otherwiseRuled = s
2071
2071
  && RULING_SET.has(String(s.ruling ?? "").trim().toLowerCase())
2072
2072
  && String(s.note ?? "").trim()
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: AGPL-3.0-only
2
2
  // Copyright 2026 Cordillera Sàrl. Additional terms under section 7 of the AGPL-3.0 apply — see ADDITIONAL-TERMS.md
3
- // contract-audit.mjs — the machinery behind 's E1, E2 and E3 checks.
3
+ // contract-audit.mjs — the machinery behind the E1, E2 and E3 checks.
4
4
  //
5
5
  // PURE and OFFLINE, like coverage-ledger.mjs and findings-model.mjs: it reads source text and the
6
6
  // declarations, and it computes. Nothing here runs on a clearance — no pipeline path imports it and no
@@ -92,7 +92,7 @@ export function arm1Unaccounted(stages) {
92
92
  /**
93
93
  * ARM 2 — a declared element no validator token speaks about. A RATCHET, not a red build.
94
94
  *
95
- * The owner's ruling (, 2026-08-13) is four conditions, and they are the ruling rather than
95
+ * The owner's ruling (2026-08-13) is four conditions, and they are the ruling rather than
96
96
  * suggestions: the baseline is PER STAGE and carries the ELEMENT NAMES (it is the audit object, not a
97
97
  * bare count); CI fails on any per-stage INCREASE so a new hole cannot hide behind a fix elsewhere; arm 1
98
98
  * is exempt from the ratchet; and wave 1's moves are expected to move the number.
@@ -157,10 +157,10 @@ const ARROW_TOKEN_RE = /=>\s*[`"']([a-z][a-z0-9]*(?:_[a-z0-9]+)+)/g;
157
157
  // nothing re-deriving them — `acceptMatterFrame` mints eight tokens against a row documenting three.
158
158
  const REASON_TOKEN_RE = /reason:\s*[`"']([a-z][a-z0-9]*(?:_[a-z0-9]+)+)/g;
159
159
 
160
- // tracker issue 1211 — A CITED SITE MUST BE A MINT. The extractor records the FIRST line a pattern matched, and the
160
+ // A CITED SITE MUST BE A MINT. The extractor records the FIRST line a pattern matched, and the
161
161
  // patterns read comment text as readily as code: `no_status` was cited at coverage-form.mjs:802, the
162
162
  // JSDoc `@returns {Array<{reason:"no_status"|"form_damaged", …` annotation seventeen lines above the line
163
- // that writes it. Every tracker issue 1211 ruling cites its mint, so a citation drawn from a sentence about the code
163
+ // that writes it. Every such ruling cites its mint, so a citation drawn from a sentence about the code
164
164
  // is a ruling about a sentence.
165
165
  //
166
166
  // Comment-ONLY lines, never a trailing `//` after code — a token minted on a line that also carries a
@@ -363,7 +363,7 @@ export function stageSourceBlocks(stagesSource) {
363
363
  }
364
364
 
365
365
  /**
366
- * MECHANICAL **AND** UNSPOKEN-FOR — the highest-value target set for 's moves.
366
+ * MECHANICAL **AND** UNSPOKEN-FOR — the highest-value target set for the moves.
367
367
  *
368
368
  * An element in this set is not the model's judgment AND no validator polices it: nothing catches it
369
369
  * going wrong, and nothing about it needs a model. Every one is a candidate for the moves, and the set
@@ -90,7 +90,7 @@ export function knownToolNames() {
90
90
  * The intersection is fail-closed on the PROVIDER axis — signa exposes two register tools where
91
91
  * corsearch exposes eight — and it duly produced 19 hits saying the register doctrine orders
92
92
  * `register_enumerate`, which signa does not carry. Every one of those is true and none of them is
93
- *: they are findings about a vendor's capability envelope, which 's deferral contract already
93
+ *: they are findings about a vendor's capability envelope, which the deferral contract already
94
94
  * owns and states on the coverage form. Folding them in here would bury the grant/doctrine mismatch
95
95
  * this contract exists for under a vendor-capability report nobody asked E12 for.
96
96
  */
@@ -101,9 +101,9 @@ export function grantedToolsFor(stage) {
101
101
  return out;
102
102
  }
103
103
 
104
- // ── 's members: two were known, TEN are real ────────────────────────────────────────────────────
104
+ // ── the members: two were known, TEN are real ────────────────────────────────────────────────────
105
105
  //
106
- // E3's precedent, and 's rule under it: "a lint that greenlights every existing hole certifies the
106
+ // E3's precedent, and the rule under it: "a lint that greenlights every existing hole certifies the
107
107
  // problem" — so the lint holds the line and the BACKLOG names what is already there, each entry saying
108
108
  // which move removes it. rejects "a whitelist of the two known members as the route to green", and
109
109
  // this is not that: it is the measured population, which is FIVE TIMES the two members was filed
@@ -209,7 +209,7 @@ export function contracts() {
209
209
  //
210
210
  // SCOPED TO THE BACKTICKED FIELD NAME, and the loose form was measured before choosing: `/\banchor\b/`
211
211
  // fires 52 times across the served corpus against 10 for this pattern, because `anchor` is also a link
212
- // anchor ('s subject) and a variant anchor. A pattern whose extra 42 hits would have to be
212
+ // anchor (the subject) and a variant anchor. A pattern whose extra 42 hits would have to be
213
213
  // excused is a pattern kept green by exemptions rather than by fixes — the whitelist route
214
214
  // forbids, arriving as a regex instead of a path filter. `anchor-owed` is in because the corrective
215
215
  // ladder ORDERS it in exactly that spelling.
@@ -6,7 +6,7 @@
6
6
  // and computes. Nothing here runs on a clearance. The impure edge — building the corpus out of the
7
7
  // tracked tree — is scripts/contract-dictation-scan.mjs, and the split is not tidiness:
8
8
  //
9
- // 's hardest acceptance is "plant a divergence in a NEW authoring layer — the check must find it
9
+ // That hardest acceptance is "plant a divergence in a NEW authoring layer — the check must find it
10
10
  // STRUCTURALLY, not because the layer was enumerated". A checker that reads the tree itself can only
11
11
  // be tested by writing a file into the working tree, which is dirty, fights the repo-hygiene guards,
12
12
  // and — because `git ls-files` is the corpus — may not even be visible to the check being tested.
@@ -52,7 +52,7 @@
52
52
  //
53
53
  // Whether `/` opens a regex or divides is decided by the previous significant character, which is the
54
54
  // standard heuristic and is exact for everything in this tree (a `/` after a value divides; after
55
- // `( , = : [ ! & | ? { } ; return` it opens a pattern).
55
+ // `(= : [ ! & | ? { } ; return` it opens a pattern).
56
56
  const REGEX_PRECEDERS = new Set(["(", ",", "=", ":", "[", "!", "&", "|", "?", "{", "}", ";", "\n", "+", "-", "*", "%", "<", ">", "~", "^"]);
57
57
 
58
58
  /**
@@ -5,7 +5,7 @@
5
5
  // E3 is "structure is returned, never emitted as text": CI fails a stage message containing a literal
6
6
  // JSON skeleton, an "EXACTLY these keys" clause, or a dictated line shape a parser re-parses. 74 such
7
7
  // sites exist today across the 19 stages and the skill files they read, so E3 cannot simply go red —
8
- // and it must not simply go green either. 's judging note applies verbatim:
8
+ // and it must not simply go green either. That judging note applies verbatim:
9
9
  //
10
10
  // "a lint that greenlights every existing hole certifies the problem."
11
11
  //
@@ -390,7 +390,7 @@ export const E3_BACKLOG = [
390
390
  kind: "dictated-line-shape",
391
391
  // ── (a) THE ORIGINAL SUBJECT WAS DELETED BY DESIGN — DISCHARGED, NOT FAILED. This row quoted
392
392
  // "ARM 2 — a run with NO coverage form … Write one row per coverage unit | Coverage unit | Status |
393
- // Reason |". M6 (, 2026-08-14) deleted the code arm and (cdf38676) deleted this
393
+ // Reason |". M6 (2026-08-14) deleted the code arm and (cdf38676) deleted this
394
394
  // skill-file half two days later — exactly the both-sites deletion this row's removedByMove
395
395
  // demanded. `git grep "ARM 2"` on the skill file returns nothing. Its evidence sat in
396
396
  // E3_EVIDENCE_UNRESOLVED from the day the checker landed; per the ruling the row is
@@ -435,7 +435,7 @@ export const E3_BACKLOG = [
435
435
  reparsedBy: "driver/verify.mjs validators.frameDiff + driver/pipeline.mjs runSupplementalSweeps (the parser REFUSES a firing variant directive that dictates nothing dispatchable)",
436
436
  removedByMove: "NOTHING ON THE #850 PLAN REMOVES THIS",
437
437
  },
438
- // DISCHARGED by 's third conversion. The row described SKILL.md's "Then ALSO save the STRUCTURED
438
+ // DISCHARGED by the third conversion. The row described SKILL.md's "Then ALSO save the STRUCTURED
439
439
  // diff … a JSON OBJECT with EXACTLY these keys" skeleton, and that order is gone: the seat calls
440
440
  // `record_frame_diff` and the driver serializes the object. What replaced it in the doc is a field list
441
441
  // for a typed call, which is not a dictated skeleton — the schema owns those names, and a seat cannot
@@ -791,7 +791,7 @@ export const E3_BACKLOG = [
791
791
  // The third is the one worth pausing on: its `removedByMove` said "M2 — the quote half only; the closed
792
792
  // three-file enum survives". The enum did not survive the transport, because the transport removed the
793
793
  // FIELD it lived in rather than validating it — a schema that cannot express a bad value beats a
794
- // validator that rejects one, which is 's ruling applied one lane over.
794
+ // validator that rejects one, which is the ruling applied one lane over.
795
795
  ];
796
796
 
797
797
  /** Entries with no move on the plan that removes them. */
@@ -804,7 +804,7 @@ export const E3_UNPLANNED = E3_BACKLOG.filter((e) => e.removedByMove === "NOTHIN
804
804
  * The registry's failure mode was that a MOVE could delete a dictation and leave the row: the count
805
805
  * then overstates the work, and the next agent spends a conversion slot on a hole already filled. Two
806
806
  * instances existed when this was written — M6's register-digest arm (deleted 2026-08-14, row survived)
807
- * and synthesis's disposition list (, deleted the same morning by the agent adding this check).
807
+ * and synthesis's disposition list (deleted the same morning by the agent adding this check).
808
808
  * Both are gone; this list is what remains.
809
809
  *
810
810
  * A BLANKET ASSERTION WAS THE OBVIOUS BUILD AND IT WOULD HAVE BEEN NOISE. Measured before choosing:
@@ -865,7 +865,7 @@ export const E3_EVIDENCE_UNRESOLVED = [
865
865
  /**
866
866
  * THE PER-SURFACE CENSUS, PINNED EXACTLY IN BOTH DIRECTIONS.
867
867
  *
868
- * 's urgency claim is that `tool-response` GROWS — one surface at a time, each move taking a row out
868
+ * That urgency claim is that `tool-response` GROWS — one surface at a time, each move taking a row out
869
869
  * of sight while the count stays plausible. A ceiling on that number would fail upward exactly as the E3
870
870
  * ceiling did: a surface that shrank would pass silently and leave room for a move nobody
871
871
  * recorded. So this is exact. A migration that moves a row from `stage-message` to `tool-response` turns
@@ -155,7 +155,7 @@ export const VOCABULARY = [
155
155
  // red on any that no row covers. That is the census working the way the previous conversion's gap
156
156
  // taught it to — skeptic's nine tokens were raised for two conversions before anything could see them.
157
157
  { token: "reportoverview_", stages: ["report-overview"], site: "driver/report-overview-record.mjs acceptReportOverview", family: "driver/report-overview-record.mjs", dynamic: "D3" },
158
- // Conversion 5's transport family. Declared in the SAME commit as the module — 's extractor reads
158
+ // Conversion 5's transport family. Declared in the SAME commit as the module — the extractor reads
159
159
  // the acceptance boundary, so `report-card-record.mjs` is read for the `reason:` shape and the E2
160
160
  // soundness tripwire sees every `reportcard_*` token the moment it exists.
161
161
  { token: "reportcard_", stages: ["report-card"], site: "driver/report-card-record.mjs acceptReportCard", family: "driver/report-card-record.mjs", dynamic: "D3" },
@@ -396,7 +396,7 @@ export const TRIPWIRE_OUT_OF_SCOPE = [
396
396
  * nothing.
397
397
  *
398
398
  * WHY NOT A VOCABULARY ROW. A row asserts "this stage emits this token", and for all nineteen of these
399
- * that assertion is false. 's own judging condition forbids writing it: *no row claims a stage emits
399
+ * that assertion is false. its own judging condition forbids writing it: *no row claims a stage emits
400
400
  * a token that stage cannot emit*.
401
401
  *
402
402
  * WHY NOT A BARE EXEMPTION. An out-of-scope rule excuses a token and asserts nothing, so it cannot fail.
@@ -541,7 +541,7 @@ export const COVERED_SOURCES = [
541
541
  */
542
542
 
543
543
  /**
544
- * The tables whose rows carry a citation — the population 's symbol arms walk.
544
+ * The tables whose rows carry a citation — the population the symbol arms walk.
545
545
  *
546
546
  * Named once, here, rather than retyped in the test: a fifth table added later and missed by a hand-typed
547
547
  * list would be unchecked while every arm stayed green. The test asserts this map's own membership too,
@@ -3,7 +3,7 @@
3
3
  // corrections-feedforward.mjs — the reviewer's flags reach the corrective pass as DATA, and the recheck
4
4
  // is handed what the driver OBSERVED rather than being asked to re-read two documents.
5
5
  //
6
- // 's first acceptance criterion is that a BLOCKING-verdict full re-run becomes structurally
6
+ // That first acceptance criterion is that a BLOCKING-verdict full re-run becomes structurally
7
7
  // impossible. `docs/design/clearance-critical-path.md` §4 bounds how that can be built: refutation cannot
8
8
  // run before synthesis (`stageInputs["narrative-refutation"]` includes the narrative, and dependencyOrder
9
9
  // derives the edge mechanically), so the lever available is the CHANNEL the reviewer already writes into
@@ -14,10 +14,10 @@
14
14
  // written by runDigest on every pass that will actually run, is already the arming key for the off-enum
15
15
  // gate, and is already declared in stage-context.VALIDATOR_SIDECARS. adds `form_required: true` and
16
16
  // `form_path` to it rather than minting a second stamp, so there is one answer to "was a form required
17
- // on this run" and archived runs — which carry either no sentinel at all or a pre- one with no
17
+ // on this run" and archived runs — which carry either no sentinel at all or a pre-change one with no
18
18
  // `form_required` — leave the whole coverage-form arm OFF and never flip a replay verdict.
19
19
  //
20
- // THE WRITE ORDER IS LOAD-BEARING AND IT IS STAMP FIRST. 's form write is best-effort and only
20
+ // THE WRITE ORDER IS LOAD-BEARING AND IT IS STAMP FIRST. That form write is best-effort and only
21
21
  // note()s on failure, and its own comment names the outcome it fears: "an absence reading as a pass,
22
22
  // which is the one outcome this file exists to refuse". It is reachable — a full disk fails as "artifact
23
23
  // absent", not as a disk error. Writing the FORM first and the stamp second reproduces that hole: a
@@ -22,7 +22,7 @@
22
22
  // PURE — no node imports, so it tests offline, exactly like coverage-ledger.mjs and connotation-search.mjs
23
23
  // (whose headers state the same rule for the same reason). `shortId` is IMPORTED from connotation-search
24
24
  // rather than re-implemented: it is a generic fnv1a64 id stamp, and a second copy of an id function is
25
- // two calculations kept in step, which is 's defect.
25
+ // two calculations kept in step, which is the defect.
26
26
  //
27
27
  // ONE CALCULATION, NOT TWO. `openBlocksByAxis` (register-plan.mjs) computes the open crowd blocks — the
28
28
  // same C2..C7 conditions the deleted gate computed, unchanged — and it is called EXACTLY ONCE per pass,
@@ -108,7 +108,7 @@ export const SEAT_ROW_FIELDS = Object.freeze(["kind", "axis", "unit", "status",
108
108
  /**
109
109
  * WHAT A SEAT ROW OWES, written INTO the accumulator (and told to the seat in the dispatch brief and
110
110
  * the tool's own refusals — the seat no longer opens this file). The allowed axis set is not prose
111
- * about the file, it is a field OF the file: 's finding was "a fact obeyed as a failure and
111
+ * about the file, it is a field OF the file: the finding was "a fact obeyed as a failure and
112
112
  * ignored as an input", and a closed vocabulary the seat must hit and is never shown is exactly that.
113
113
  * PURE data.
114
114
  *
@@ -474,7 +474,7 @@ export function coverageFormRows({ skeleton = [], activeAxes = null, plan = null
474
474
  // the receipt should be able to tell which of the two a run carried.
475
475
  deferred_offices: (Array.isArray(plan?.deferred_coverage) ? plan.deferred_coverage : []).length,
476
476
  // AN ABSENCE IS A FINDING, RECORDED IN THE ARTIFACT. An axis whose band would not parse
477
- // contributes NO open-block rows, exactly as the pre- gate's per-axis catch did — a band
477
+ // contributes NO open-block rows, exactly as the pre-change gate's per-axis catch did — a band
478
478
  // parse defect is refused one stage earlier by validators.registerUnit. Naming the axes here
479
479
  // means the gap is visible on the form a reader opens instead of being a silent zero.
480
480
  bands_unreadable: [...(bandsUnreadable ?? [])],
@@ -568,7 +568,7 @@ export function coverageAbsenceGaps(parsed) {
568
568
  }
569
569
 
570
570
  /**
571
- * The sentence a lawyer reads where the ledger would be. NEVER an empty section: 's lesson one lane
571
+ * The sentence a lawyer reads where the ledger would be. NEVER an empty section: the lesson one lane
572
572
  * over — a heading with nothing under it asserts an absence it cannot explain, and a reader cannot tell
573
573
  * it from a run that swept nothing. This says which material was missing and, therefore, exactly what
574
574
  * the rest of the report does and does not rest on.
@@ -108,7 +108,7 @@ export const CROWD_RULING_UNIT_GRAMMAR = `<axis> / ${CROWD_RULING_TOKEN} (<N> me
108
108
  // was accepted, carried through the union, passed the coverage gate, and blocked the run three gates
109
109
  // later over a ruling the seat had made. Both readers now call this, so call time and delivery time
110
110
  // cannot disagree about what a count is. That is the point of the function, not a tidiness: two copies
111
- // of this regex would let the refusal and the block drift apart, which is 's defect.
111
+ // of this regex would let the refusal and the block drift apart, which is the defect.
112
112
  //
113
113
  // THREE ANSWERS, and the middle one is the whole reason the return is not a boolean:
114
114
  // null — the cell rules no crowd. Every other coverage row, and the overwhelming majority.
@@ -500,11 +500,11 @@ export function parseCoverageLedgerJson(raw, { allowedAxes = REGISTER_AXES, acti
500
500
  return rows;
501
501
  }
502
502
 
503
- // ── tracker issue 476 — `renderCoverageLedgerJson` IS DELETED, AND THE DIRECTION WITH IT ─────────────────────────
503
+ // ── `renderCoverageLedgerJson` IS DELETED, AND THE DIRECTION WITH IT ─────────────────────────
504
504
  //
505
505
  // Map #3 code-derived this JSON FROM the model's `## Coverage ledger` prose, which was an improvement
506
506
  // (the model stopped authoring the JSON) that left the real source of truth where it was: a markdown
507
- // table the model wrote. Under tracker issue 476 the DRIVER-WRITTEN coverage form is the source and both the table
507
+ // table the model wrote. The DRIVER-WRITTEN coverage form is the source and both the table
508
508
  // and this JSON are renders of it — coverage-form.renderCoverageLedgerJsonFromForm. There is no
509
509
  // prose→JSON direction left to keep, and keeping one would be the legacy path this build has none of.
510
510
  //
@@ -21,7 +21,7 @@
21
21
  // is. This file mints no row, no id, no unit label and no definition of "settled": `coverageFormRows`
22
22
  // and `rowIsSettled` both come from coverage-form.mjs — the same code the GATE judges with. A union that
23
23
  // preserved a status the gate would refuse, or dropped one it would accept, would make the outstanding
24
- // count mean two different things in two places, which is 's defect exactly.
24
+ // count mean two different things in two places, which is the defect exactly.
25
25
 
26
26
  import { coverageFormRows, rowIsSettled, seatFields, formRowKey, seatRows, SEAT_ROW_CONTRACT } from "./coverage-form.mjs";
27
27
 
@@ -2,7 +2,7 @@
2
2
  // Copyright 2026 Cordillera Sàrl. Additional terms under section 7 of the AGPL-3.0 apply — see ADDITIONAL-TERMS.md
3
3
  // declination-call.mjs — a record that reached the findings surface leaves it BY A STATED DECISION.
4
4
  //
5
- // ── THE DEFECT THIS CLOSES (, and 's half of the same seam) ────────────────────────────────
5
+ // ── THE DEFECT THIS CLOSES (and the half of the same seam) ────────────────────────────────
6
6
  //
7
7
  // `record-carry.json` on R2 round `e48f7056` read `unreasoned: 0` and was telling the truth in the weak
8
8
  // sense only: every drop had a LABEL, and on 102 of them the label was inferred from where the record
@@ -70,7 +70,7 @@
70
70
  // that a note describing the material instead of stating a ground is the defect one artifact over.
71
71
  // Measured against seven realistic declinations before anything was built on it, that classifier refused
72
72
  // ALL SEVEN as `unclear` — including "already delivered as finding 4 under the EUIPO record for the same
73
- // proprietor". It is not a bug in the classifier. It answers a different question: 's notes must say
73
+ // proprietor". It is not a bug in the classifier. It answers a different question: the notes must say
74
74
  // what could NOT BE ESTABLISHED about a charged rating, and a declination says why a record does not earn
75
75
  // a line. Two different speech acts, and a grammar built for one rejects the other on sight.
76
76
  //
@@ -210,6 +210,38 @@ export function contradictionFor(reason, row, scope) {
210
210
  + `own-right or duplicate-of-delivered.`;
211
211
  }
212
212
 
213
+ // ── ECONOMY IS NOT A REASON ABOUT A LIVE IN-CLASS MARK (owner ruling 2026-09-07) ─────────────────
214
+ //
215
+ // `not-worth-the-line` means "it fits none of the four manageable categories and is not relevant
216
+ // enough to drive the read". That is a statement about the REPORT'S BUDGET, not about the record. On a
217
+ // live registration inside one of the matter's own instructed classes it is the one thing the seat may
218
+ // not say: the reader is paying for a judgment about that mark, and "there was no room" is not one.
219
+ //
220
+ // Measured on the run that prompted the ruling: 26 of 49 declinations at this seam were this token,
221
+ // and two of the lawyer's own reference marks were among them — one carried on every earlier run.
222
+ //
223
+ // ✕ WHY THIS IS NOT THE REFUSAL THAT WAS REMOVED BELOW, and the difference is the whole reason it can
224
+ // stand. That one refused `unrelated-goods` and `off-field-not-major` on class overlap, fired on 170
225
+ // of 170 records, and made the ENGINE decide relatedness — the lawyer's call. This one refuses ONE
226
+ // token and leaves every substantive reason available. The seat may still decline this record: it may
227
+ // say the goods are unrelated, that it is off-field and not a major brand, that it is the applicant's
228
+ // own right, or that it is already delivered. What it may no longer do is decline it for taking up
229
+ // space. The refusal is about the SHAPE of the reason, not about whether the record is relevant, so
230
+ // the relatedness judgment stays exactly where it was.
231
+ //
232
+ // It does effectively retire this token for live in-class records, because the sweep is already scoped
233
+ // to the instructed classes. That was put to the owner as the consequence and ruled anyway.
234
+ if (reason === "not-worth-the-line" && isLive(row?.status) && shared.length) {
235
+ return `this record is ${String(row?.status ?? "").trim() || "live"} and sits in class `
236
+ + `${shared.join(", ")} — one of the matter's own instructed classes. "not worth the line" is a `
237
+ + `statement about the report's budget, not about this mark, and a live registration in an `
238
+ + `instructed class is never omitted for want of room. Either carry it, or decline it on something `
239
+ + `true of THIS MARK: unrelated-goods if its goods do not meet the matter's, off-field-not-major `
240
+ + `if it is off-field and not a major brand, an active dispute or a well-known enforcer, `
241
+ + `own-right if it belongs to the applicant, duplicate-of-delivered if the same right is already `
242
+ + `reported. Say what makes this mark distant, or give it its line.`;
243
+ }
244
+
213
245
  // THERE IS NO CLASS-OVERLAP REFUSAL, AND THE FIRST DRAFT HAD ONE. It refused `unrelated-goods` and
214
246
  // `off-field-not-major` over any record sharing one of the matter's filed classes, on the reasoning
215
247
  // that the driver holds both class lists and they disagree with the stated reason.
@@ -231,7 +263,7 @@ export function contradictionFor(reason, row, scope) {
231
263
  }
232
264
 
233
265
  /**
234
- * THE SEAM'S DECISION, AS A PURE FUNCTION — 's guarantee, in the one place it can be asserted.
266
+ * THE SEAM'S DECISION, AS A PURE FUNCTION — the guarantee, in the one place it can be asserted.
235
267
  *
236
268
  * `recordSynthesisSeam` is module-private in pipeline.mjs and always will be; it does file I/O and takes
237
269
  * a run context. The JUDGMENT it makes about each discarded record is this, and it is extracted so a test
@@ -1,7 +1,7 @@
1
1
  // SPDX-License-Identifier: AGPL-3.0-only
2
2
  // Copyright 2026 Cordillera Sàrl. Additional terms under section 7 of the AGPL-3.0 apply — see ADDITIONAL-TERMS.md
3
3
  // declination-duty.mjs — every record handed to synthesis left by a NAMED EXIT, or the run says which
4
- // ones did not. ('s missing half; the R2 round on is the incident.)
4
+ // ones did not. (the missing half; the R2 round on is the incident.)
5
5
  //
6
6
  // THE RULE IS ALREADY DICTATED, AND IT WAS NEVER CHECKED. synthesis's own contract states it in one
7
7
  // line — "a record that reached your findings surface leaves this stage as a finding in findings.json
@@ -4,7 +4,7 @@
4
4
  # v2 (pure-MCP courier, docs/DELIVERY.md): the outbox carries EVERY requester-facing event — delivered
5
5
  # markers (body = the forwarding agent id) AND self-contained JSON packets (run-failed / intake-rejected /
6
6
  # duplicate-skipped / late-bind-ack, each with an "agent" field). For each DISTINCT agent named across
7
- # pending events, wake it ONCE to run the prelim-deliver skill, which routes everything over the ops MCP
7
+ # pending events, wake it ONCE to run the clearotron-deliver skill, which routes everything over the ops MCP
8
8
  # (list_outbox_events → get_delivery_packet → send → mark_sent/ack_event).
9
9
  #
10
10
  # THE TRIGGER NEVER DELETES EVENTS: consumption belongs to mark_sent (delivered) and ack_event (the rest),
@@ -35,7 +35,7 @@ DRAIN_WAIT="${CLEAROTRON_OUTBOX_DRAIN_WAIT:-180}"
35
35
  # (openclaw models); set CLEAROTRON_OUTBOX_WAKE_MODEL="" to fall back to the agent default. `-` (not `:-`) so
36
36
  # an explicit empty value disables the override, while unset keeps the Haiku default.
37
37
  WAKE_MODEL="${CLEAROTRON_OUTBOX_WAKE_MODEL-anthropic/claude-haiku-4-5}"
38
- MSG="The trademark engine's outbox has pending events. Run the prelim-deliver skill now: list_outbox_events, route each event (delivered → get_delivery_packet + send VERBATIM + mark_sent; every other kind → relay its text + ack_event)."
38
+ MSG="The trademark engine's outbox has pending events. Run the clearotron-deliver skill now: list_outbox_events, route each event (delivered → get_delivery_packet + send VERBATIM + mark_sent; every other kind → relay its text + ack_event)."
39
39
 
40
40
  # THE WALL, RESOLVED ONCE AND NAMED WHEN IT IS ABSENT (tracker issue 820).
41
41
  #
@@ -112,7 +112,7 @@ for agent in "${!by_agent[@]}"; do
112
112
  continue
113
113
  fi
114
114
 
115
- echo "prelim-outbox: waking $agent to run prelim-deliver"
115
+ echo "prelim-outbox: waking $agent to run clearotron-deliver"
116
116
  # timeout(1) is the enforced wall: the 2026-07-04 incident proved the CLI's own --timeout does not
117
117
  # guarantee process EXIT (the agent turn finished; the process idled 19h and wedged the lane).
118
118
  # SIGTERM at 840s (inside the unit's TimeoutStartSec budget so the failure is OURS and logged),
@@ -37,7 +37,7 @@ function listDir(dir) {
37
37
  * Everything holding this deployment open, named.
38
38
  *
39
39
  * @param {object} a
40
- * @param {string} a.queueDirs EVERY queue tree, not the one this box thinks it uses. 's lesson:
40
+ * @param {string} a.queueDirs EVERY queue tree, not the one this box thinks it uses. That lesson:
41
41
  * a headless CLEAROTRON_QUEUE_DIR and the agent workspace queues are both
42
42
  * real, and a guard that reads one of them passes over work sitting in
43
43
  * the other.
@@ -66,7 +66,11 @@ export function liveRunHolds({ queueDirs = [], lockDir = null, isAlive = claimer
66
66
  const { names, error } = listDir(lockDir);
67
67
  if (error) unreadable.push({ path: lockDir, error });
68
68
  for (const n of names) {
69
- if (!n.startsWith("slot-") || !n.endsWith(".lock")) continue;
69
+ // `draw-` alongside `slot-`: a direct --experiment invocation is work on this box and the guard's
70
+ // question is whether the box is busy, so a draw has to answer yes. It holds its own prefix rather
71
+ // than a run slot, because a run slot is admission-controlled and taking one would make a draw wait
72
+ // behind clearances — changing what a draw IS in order to fix what this can see.
73
+ if (!/^(slot|draw)-/.test(n) || !n.endsWith(".lock")) continue;
70
74
  let raw = null;
71
75
  try { raw = readFileSync(join(lockDir, n), "utf8"); } catch { continue; } // released mid-scan
72
76
  const pid = Number(String(raw).split(":")[0]);