deadbyte-mcp 0.8.10 → 0.10.0

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 (388) hide show
  1. package/CONTEXT.md +41 -0
  2. package/MANIFEST.SHA256 +386 -94
  3. package/R34-BASELINE.json +9 -0
  4. package/README.txt +141 -10
  5. package/bench/fixtures/corpus.json +36 -0
  6. package/bench/fixtures/r36/case-map.json +8 -0
  7. package/bin/WORKER-REGISTRY.txt +3 -3
  8. package/bin/appcontainer-stage.exe +0 -0
  9. package/bin/appcontainer-stage.obj +0 -0
  10. package/bin/bootstrap-advapi32.exe +0 -0
  11. package/bin/bootstrap-advapi32.obj +0 -0
  12. package/bin/bootstrap-exitcode.exe +0 -0
  13. package/bin/bootstrap-exitcode.obj +0 -0
  14. package/bin/bootstrap-kernel32.exe +0 -0
  15. package/bin/bootstrap-kernel32.obj +0 -0
  16. package/bin/child-control-probe.exe +0 -0
  17. package/bin/child-control-probe.obj +0 -0
  18. package/bin/child-control-stage.exe +0 -0
  19. package/bin/child-control-stage.obj +0 -0
  20. package/bin/contained-reverse-worker.exe +0 -0
  21. package/bin/contained-reverse-worker.obj +0 -0
  22. package/bin/contained-transform-worker.exe +0 -0
  23. package/bin/contained-transform-worker.obj +0 -0
  24. package/bin/containment-probe.exe +0 -0
  25. package/bin/containment-probe.obj +0 -0
  26. package/bin/deadbyte-contain.exe +0 -0
  27. package/bin/deadbyte-contain.obj +0 -0
  28. package/bin/deadbyte-exec.exe +0 -0
  29. package/bin/deadbyte-exec.obj +0 -0
  30. package/bin/deadbyte-process-host.exe +0 -0
  31. package/bin/deadbyte-process-host.obj +0 -0
  32. package/bin/deadbyte-tunnel-host.exe +0 -0
  33. package/bin/deadbyte-tunnel-host.obj +0 -0
  34. package/controller/README.TXT +12 -4
  35. package/controller/deadbyte-controller.config.psd1.example +14 -0
  36. package/controller/deadbyte-controller.ps1 +191 -20
  37. package/controller/deadbyte-process-policy.json +5 -5
  38. package/controller/deadbyte-semantic-lsp-config.json +95 -0
  39. package/docs/ADR-0001-PRODUCTION-BASELINE-SEAMS.md +29 -0
  40. package/docs/ARCHITECTURE.md +6 -5
  41. package/docs/R36-CAPABILITY-EVIDENCE.md +43 -0
  42. package/docs/superpowers/plans/2026-09-16-deadbyte-loop-engine.md +846 -0
  43. package/docs/superpowers/plans/2026-09-17-r35-production-successor.md +408 -0
  44. package/docs/superpowers/plans/2026-09-18-r36-zero-loss-autonomy.md +739 -0
  45. package/docs/superpowers/specs/2026-09-16-deadbyte-loop-engine-design.md +435 -0
  46. package/docs/superpowers/specs/2026-09-17-r35-production-successor-design.md +220 -0
  47. package/docs/superpowers/specs/2026-09-18-r36-zero-loss-autonomy-design.md +640 -0
  48. package/node_modules/typescript/LICENSE.txt +55 -0
  49. package/node_modules/typescript/README.md +50 -0
  50. package/node_modules/typescript/SECURITY.md +41 -0
  51. package/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
  52. package/node_modules/typescript/bin/tsc +2 -0
  53. package/node_modules/typescript/bin/tsserver +2 -0
  54. package/node_modules/typescript/lib/_tsc.js +133818 -0
  55. package/node_modules/typescript/lib/_tsserver.js +659 -0
  56. package/node_modules/typescript/lib/_typingsInstaller.js +222 -0
  57. package/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +2122 -0
  58. package/node_modules/typescript/lib/de/diagnosticMessages.generated.json +2122 -0
  59. package/node_modules/typescript/lib/es/diagnosticMessages.generated.json +2122 -0
  60. package/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +2122 -0
  61. package/node_modules/typescript/lib/it/diagnosticMessages.generated.json +2122 -0
  62. package/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +2122 -0
  63. package/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +2122 -0
  64. package/node_modules/typescript/lib/lib.d.ts +22 -0
  65. package/node_modules/typescript/lib/lib.decorators.d.ts +384 -0
  66. package/node_modules/typescript/lib/lib.decorators.legacy.d.ts +22 -0
  67. package/node_modules/typescript/lib/lib.dom.asynciterable.d.ts +41 -0
  68. package/node_modules/typescript/lib/lib.dom.d.ts +39429 -0
  69. package/node_modules/typescript/lib/lib.dom.iterable.d.ts +571 -0
  70. package/node_modules/typescript/lib/lib.es2015.collection.d.ts +147 -0
  71. package/node_modules/typescript/lib/lib.es2015.core.d.ts +597 -0
  72. package/node_modules/typescript/lib/lib.es2015.d.ts +28 -0
  73. package/node_modules/typescript/lib/lib.es2015.generator.d.ts +77 -0
  74. package/node_modules/typescript/lib/lib.es2015.iterable.d.ts +605 -0
  75. package/node_modules/typescript/lib/lib.es2015.promise.d.ts +81 -0
  76. package/node_modules/typescript/lib/lib.es2015.proxy.d.ts +128 -0
  77. package/node_modules/typescript/lib/lib.es2015.reflect.d.ts +144 -0
  78. package/node_modules/typescript/lib/lib.es2015.symbol.d.ts +46 -0
  79. package/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts +326 -0
  80. package/node_modules/typescript/lib/lib.es2016.array.include.d.ts +116 -0
  81. package/node_modules/typescript/lib/lib.es2016.d.ts +21 -0
  82. package/node_modules/typescript/lib/lib.es2016.full.d.ts +23 -0
  83. package/node_modules/typescript/lib/lib.es2016.intl.d.ts +31 -0
  84. package/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts +21 -0
  85. package/node_modules/typescript/lib/lib.es2017.d.ts +26 -0
  86. package/node_modules/typescript/lib/lib.es2017.date.d.ts +31 -0
  87. package/node_modules/typescript/lib/lib.es2017.full.d.ts +23 -0
  88. package/node_modules/typescript/lib/lib.es2017.intl.d.ts +44 -0
  89. package/node_modules/typescript/lib/lib.es2017.object.d.ts +49 -0
  90. package/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts +135 -0
  91. package/node_modules/typescript/lib/lib.es2017.string.d.ts +45 -0
  92. package/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts +53 -0
  93. package/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts +77 -0
  94. package/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts +53 -0
  95. package/node_modules/typescript/lib/lib.es2018.d.ts +24 -0
  96. package/node_modules/typescript/lib/lib.es2018.full.d.ts +24 -0
  97. package/node_modules/typescript/lib/lib.es2018.intl.d.ts +83 -0
  98. package/node_modules/typescript/lib/lib.es2018.promise.d.ts +30 -0
  99. package/node_modules/typescript/lib/lib.es2018.regexp.d.ts +37 -0
  100. package/node_modules/typescript/lib/lib.es2019.array.d.ts +79 -0
  101. package/node_modules/typescript/lib/lib.es2019.d.ts +24 -0
  102. package/node_modules/typescript/lib/lib.es2019.full.d.ts +24 -0
  103. package/node_modules/typescript/lib/lib.es2019.intl.d.ts +23 -0
  104. package/node_modules/typescript/lib/lib.es2019.object.d.ts +33 -0
  105. package/node_modules/typescript/lib/lib.es2019.string.d.ts +37 -0
  106. package/node_modules/typescript/lib/lib.es2019.symbol.d.ts +24 -0
  107. package/node_modules/typescript/lib/lib.es2020.bigint.d.ts +765 -0
  108. package/node_modules/typescript/lib/lib.es2020.d.ts +27 -0
  109. package/node_modules/typescript/lib/lib.es2020.date.d.ts +42 -0
  110. package/node_modules/typescript/lib/lib.es2020.full.d.ts +24 -0
  111. package/node_modules/typescript/lib/lib.es2020.intl.d.ts +474 -0
  112. package/node_modules/typescript/lib/lib.es2020.number.d.ts +28 -0
  113. package/node_modules/typescript/lib/lib.es2020.promise.d.ts +47 -0
  114. package/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts +99 -0
  115. package/node_modules/typescript/lib/lib.es2020.string.d.ts +44 -0
  116. package/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts +41 -0
  117. package/node_modules/typescript/lib/lib.es2021.d.ts +23 -0
  118. package/node_modules/typescript/lib/lib.es2021.full.d.ts +24 -0
  119. package/node_modules/typescript/lib/lib.es2021.intl.d.ts +166 -0
  120. package/node_modules/typescript/lib/lib.es2021.promise.d.ts +48 -0
  121. package/node_modules/typescript/lib/lib.es2021.string.d.ts +33 -0
  122. package/node_modules/typescript/lib/lib.es2021.weakref.d.ts +78 -0
  123. package/node_modules/typescript/lib/lib.es2022.array.d.ts +121 -0
  124. package/node_modules/typescript/lib/lib.es2022.d.ts +25 -0
  125. package/node_modules/typescript/lib/lib.es2022.error.d.ts +75 -0
  126. package/node_modules/typescript/lib/lib.es2022.full.d.ts +24 -0
  127. package/node_modules/typescript/lib/lib.es2022.intl.d.ts +145 -0
  128. package/node_modules/typescript/lib/lib.es2022.object.d.ts +26 -0
  129. package/node_modules/typescript/lib/lib.es2022.regexp.d.ts +39 -0
  130. package/node_modules/typescript/lib/lib.es2022.string.d.ts +25 -0
  131. package/node_modules/typescript/lib/lib.es2023.array.d.ts +924 -0
  132. package/node_modules/typescript/lib/lib.es2023.collection.d.ts +21 -0
  133. package/node_modules/typescript/lib/lib.es2023.d.ts +22 -0
  134. package/node_modules/typescript/lib/lib.es2023.full.d.ts +24 -0
  135. package/node_modules/typescript/lib/lib.es2023.intl.d.ts +56 -0
  136. package/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts +65 -0
  137. package/node_modules/typescript/lib/lib.es2024.collection.d.ts +29 -0
  138. package/node_modules/typescript/lib/lib.es2024.d.ts +26 -0
  139. package/node_modules/typescript/lib/lib.es2024.full.d.ts +24 -0
  140. package/node_modules/typescript/lib/lib.es2024.object.d.ts +29 -0
  141. package/node_modules/typescript/lib/lib.es2024.promise.d.ts +35 -0
  142. package/node_modules/typescript/lib/lib.es2024.regexp.d.ts +25 -0
  143. package/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts +68 -0
  144. package/node_modules/typescript/lib/lib.es2024.string.d.ts +29 -0
  145. package/node_modules/typescript/lib/lib.es5.d.ts +4601 -0
  146. package/node_modules/typescript/lib/lib.es6.d.ts +23 -0
  147. package/node_modules/typescript/lib/lib.esnext.array.d.ts +35 -0
  148. package/node_modules/typescript/lib/lib.esnext.collection.d.ts +96 -0
  149. package/node_modules/typescript/lib/lib.esnext.d.ts +29 -0
  150. package/node_modules/typescript/lib/lib.esnext.decorators.d.ts +28 -0
  151. package/node_modules/typescript/lib/lib.esnext.disposable.d.ts +193 -0
  152. package/node_modules/typescript/lib/lib.esnext.error.d.ts +24 -0
  153. package/node_modules/typescript/lib/lib.esnext.float16.d.ts +445 -0
  154. package/node_modules/typescript/lib/lib.esnext.full.d.ts +24 -0
  155. package/node_modules/typescript/lib/lib.esnext.intl.d.ts +21 -0
  156. package/node_modules/typescript/lib/lib.esnext.iterator.d.ts +148 -0
  157. package/node_modules/typescript/lib/lib.esnext.promise.d.ts +34 -0
  158. package/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts +25 -0
  159. package/node_modules/typescript/lib/lib.scripthost.d.ts +322 -0
  160. package/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts +41 -0
  161. package/node_modules/typescript/lib/lib.webworker.d.ts +13150 -0
  162. package/node_modules/typescript/lib/lib.webworker.importscripts.d.ts +23 -0
  163. package/node_modules/typescript/lib/lib.webworker.iterable.d.ts +340 -0
  164. package/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +2122 -0
  165. package/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +2122 -0
  166. package/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +2122 -0
  167. package/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +2122 -0
  168. package/node_modules/typescript/lib/tsc.js +8 -0
  169. package/node_modules/typescript/lib/tsserver.js +8 -0
  170. package/node_modules/typescript/lib/tsserverlibrary.d.ts +17 -0
  171. package/node_modules/typescript/lib/tsserverlibrary.js +21 -0
  172. package/node_modules/typescript/lib/typesMap.json +497 -0
  173. package/node_modules/typescript/lib/typescript.d.ts +11437 -0
  174. package/node_modules/typescript/lib/typescript.js +200276 -0
  175. package/node_modules/typescript/lib/typingsInstaller.js +8 -0
  176. package/node_modules/typescript/lib/watchGuard.js +53 -0
  177. package/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +2122 -0
  178. package/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +2122 -0
  179. package/node_modules/typescript/package.json +120 -0
  180. package/package.json +5 -3
  181. package/proof/CONTAINMENT-BUILD.txt +6 -6
  182. package/proof/R34-TASK8-SUPERVISOR-CHECKPOINT.json +29 -0
  183. package/proof/R34-TASK9-MCP-SURFACE-CHECKPOINT.json +28 -0
  184. package/scripts/capability-benchmark.mjs +27 -0
  185. package/scripts/deferred-slot-operation.mjs +56 -16
  186. package/scripts/final-closure-verify.mjs +88 -39
  187. package/scripts/final-closure.mjs +63 -56
  188. package/scripts/gate-windows.ps1 +3 -3
  189. package/scripts/release-parity-tests.ps1 +9 -0
  190. package/scripts/release-parity.mjs +149 -139
  191. package/scripts/semantic-preflight.ps1 +73 -0
  192. package/scripts/tool-surface-snapshot.mjs +73 -0
  193. package/scripts/windows-gate-evidence.mjs +5 -5
  194. package/src/audit-verify.mjs +6 -2
  195. package/src/autonomous-action-reconcile.mjs +142 -0
  196. package/src/autonomous-context-engine.mjs +256 -0
  197. package/src/autonomous-live-state.mjs +17 -0
  198. package/src/autonomous-local-supervisor.mjs +249 -0
  199. package/src/autonomous-loop-state.mjs +304 -0
  200. package/src/autonomous-mcp-tools.mjs +5 -1
  201. package/src/autonomous-output-contracts.mjs +26 -7
  202. package/src/autonomous-plan.mjs +181 -0
  203. package/src/autonomous-planner-contracts.mjs +79 -0
  204. package/src/autonomous-planner.mjs +113 -6
  205. package/src/autonomous-policy.mjs +15 -2
  206. package/src/autonomous-progress.mjs +127 -0
  207. package/src/autonomous-runtime.mjs +785 -62
  208. package/src/autonomous-supervisor-host.mjs +70 -0
  209. package/src/autonomous-supervisor.mjs +31 -8
  210. package/src/capability-benchmark-runner.mjs +193 -0
  211. package/src/capability-benchmark.mjs +95 -0
  212. package/src/capability-ledger.mjs +158 -0
  213. package/src/coding-mcp-tools.mjs +65 -8
  214. package/src/coding-output-contracts.mjs +91 -8
  215. package/src/coding-plane.mjs +45 -9
  216. package/src/coding-search.mjs +130 -47
  217. package/src/compact-gateway-mcp-tools.mjs +128 -0
  218. package/src/compact-gateway-output-contracts.mjs +16 -0
  219. package/src/context-provenance.mjs +86 -0
  220. package/src/deadbyte-cli.mjs +145 -30
  221. package/src/document-adapter.mjs +43 -0
  222. package/src/lsp-stdio-client.mjs +112 -0
  223. package/src/machine-fs-smoke-client.mjs +2 -1
  224. package/src/machine-fs.mjs +51 -8
  225. package/src/mcp-server.mjs +46 -9
  226. package/src/native-diff-v2.mjs +337 -0
  227. package/src/native-diff.mjs +50 -2
  228. package/src/observation-smoke-client.mjs +3 -2
  229. package/src/operator-surface.mjs +43 -0
  230. package/src/process-runtime.mjs +98 -11
  231. package/src/process-smoke-client.mjs +11 -3
  232. package/src/provider-circuit.mjs +125 -0
  233. package/src/r36-compact-disarmed-probe.mjs +50 -0
  234. package/src/r36-full-surface-probe.mjs +56 -0
  235. package/src/release-generation.mjs +44 -5
  236. package/src/remote-live-log.mjs +76 -0
  237. package/src/remote-mcp-autonomous-smoke-client.mjs +58 -15
  238. package/src/remote-mcp-coding-smoke-client.mjs +5 -4
  239. package/src/remote-mcp-r24-disarmed-smoke-client.mjs +4 -2
  240. package/src/remote-mcp-r34-parity-client.mjs +177 -0
  241. package/src/remote-mcp-r36-parity-client.mjs +175 -0
  242. package/src/remote-mcp-smoke-client.mjs +113 -56
  243. package/src/remote-result-journal.mjs +114 -0
  244. package/src/runtime-update.mjs +109 -9
  245. package/src/search-cursor.mjs +45 -0
  246. package/src/semantic-backend-registry.mjs +39 -0
  247. package/src/semantic-code.mjs +246 -0
  248. package/src/semantic-lsp-backend.mjs +219 -0
  249. package/src/semantic-lsp-config.mjs +112 -0
  250. package/src/tool-surface-ledger.mjs +92 -0
  251. package/src/version.mjs +1 -1
  252. package/test/audit-verify.test.mjs +1 -1
  253. package/test/autonomous-action-reconcile.test.mjs +106 -0
  254. package/test/autonomous-adversarial.test.mjs +149 -6
  255. package/test/autonomous-capability-r36.test.mjs +151 -0
  256. package/test/autonomous-context-engine.test.mjs +181 -0
  257. package/test/autonomous-live-state.test.mjs +27 -0
  258. package/test/autonomous-local-supervisor.test.mjs +403 -0
  259. package/test/autonomous-loop-state.test.mjs +126 -0
  260. package/test/autonomous-loop-v2.test.mjs +105 -0
  261. package/test/autonomous-loop.test.mjs +79 -1
  262. package/test/autonomous-output-contract.test.mjs +54 -0
  263. package/test/autonomous-plan.test.mjs +101 -0
  264. package/test/autonomous-progress.test.mjs +106 -0
  265. package/test/autonomous-r34-e2e.test.mjs +338 -0
  266. package/test/autonomous-runtime.test.mjs +3 -3
  267. package/test/autonomous-supervisor-integration.test.mjs +48 -3
  268. package/test/capability-benchmark-r36.test.mjs +107 -0
  269. package/test/capability-benchmark-runner.test.mjs +49 -0
  270. package/test/capability-benchmark-semantic-r36.test.mjs +52 -0
  271. package/test/capability-benchmark.test.mjs +47 -0
  272. package/test/capability-claims-r36.test.mjs +23 -0
  273. package/test/capability-ledger-r36.test.mjs +102 -0
  274. package/test/cli-entrypoint.test.mjs +12 -0
  275. package/test/coding-catalog-consistency.test.mjs +24 -0
  276. package/test/coding-plane.test.mjs +3 -3
  277. package/test/coding-runtime.test.mjs +16 -0
  278. package/test/coding-search-r36.test.mjs +90 -0
  279. package/test/compact-catalog-r36.test.mjs +37 -0
  280. package/test/compact-gateway-r36.test.mjs +66 -0
  281. package/test/contained.test.mjs +1 -1
  282. package/test/context-provenance.test.mjs +61 -0
  283. package/test/controller-r27.test.mjs +4 -3
  284. package/test/controller.test.mjs +52 -0
  285. package/test/core.test.mjs +1 -1
  286. package/test/deferred-slot-operation-behavior.test.mjs +5 -1
  287. package/test/deferred-slot-operation.test.mjs +11 -1
  288. package/test/document-adapter.test.mjs +23 -0
  289. package/test/fixtures/lsp-framed-server.mjs +35 -0
  290. package/test/fixtures/semantic/cpp/compile_commands.json +4 -0
  291. package/test/fixtures/semantic/cpp/lib.cpp +2 -0
  292. package/test/fixtures/semantic/cpp/lib.hpp +2 -0
  293. package/test/fixtures/semantic/cpp/main.cpp +2 -0
  294. package/test/fixtures/semantic/python/lib.py +2 -0
  295. package/test/fixtures/semantic/python/main.py +2 -0
  296. package/test/fixtures/semantic/rust/Cargo.lock +7 -0
  297. package/test/fixtures/semantic/rust/Cargo.toml +8 -0
  298. package/test/fixtures/semantic/rust/src/lib.rs +3 -0
  299. package/test/fixtures/semantic/rust/src/main.rs +5 -0
  300. package/test/fixtures/semantic/rust/src/math.rs +3 -0
  301. package/test/fixtures/semantic/rust/target/.rustc_info.json +1 -0
  302. package/test/fixtures/semantic/rust/target/CACHEDIR.TAG +3 -0
  303. package/test/fixtures/semantic/rust/target/debug/.cargo-lock +0 -0
  304. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-4c168fa33c79d09c/dep-test-lib-semantic_rust +0 -0
  305. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-4c168fa33c79d09c/invoked.timestamp +1 -0
  306. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-4c168fa33c79d09c/test-lib-semantic_rust +1 -0
  307. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-4c168fa33c79d09c/test-lib-semantic_rust.json +1 -0
  308. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-5dcd474439c54a26/dep-test-bin-semantic_rust_bin +0 -0
  309. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-5dcd474439c54a26/invoked.timestamp +1 -0
  310. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-5dcd474439c54a26/test-bin-semantic_rust_bin +1 -0
  311. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-5dcd474439c54a26/test-bin-semantic_rust_bin.json +1 -0
  312. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-6212ccd976aa3808/dep-lib-semantic_rust +0 -0
  313. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-6212ccd976aa3808/invoked.timestamp +1 -0
  314. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-6212ccd976aa3808/lib-semantic_rust +1 -0
  315. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-6212ccd976aa3808/lib-semantic_rust.json +1 -0
  316. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-d741378dccdef61c/bin-semantic_rust_bin +1 -0
  317. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-d741378dccdef61c/bin-semantic_rust_bin.json +1 -0
  318. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-d741378dccdef61c/dep-bin-semantic_rust_bin +0 -0
  319. package/test/fixtures/semantic/rust/target/debug/.fingerprint/semantic_rust-d741378dccdef61c/invoked.timestamp +1 -0
  320. package/test/fixtures/semantic/rust/target/debug/deps/libsemantic_rust-4c168fa33c79d09c.rmeta +0 -0
  321. package/test/fixtures/semantic/rust/target/debug/deps/libsemantic_rust-6212ccd976aa3808.rmeta +0 -0
  322. package/test/fixtures/semantic/rust/target/debug/deps/libsemantic_rust_bin-5dcd474439c54a26.rmeta +0 -0
  323. package/test/fixtures/semantic/rust/target/debug/deps/libsemantic_rust_bin-d741378dccdef61c.rmeta +0 -0
  324. package/test/fixtures/semantic/rust/target/debug/deps/semantic_rust-4c168fa33c79d09c.d +5 -0
  325. package/test/fixtures/semantic/rust/target/debug/deps/semantic_rust-6212ccd976aa3808.d +5 -0
  326. package/test/fixtures/semantic/rust/target/debug/deps/semantic_rust_bin-5dcd474439c54a26.d +6 -0
  327. package/test/fixtures/semantic/rust/target/debug/deps/semantic_rust_bin-d741378dccdef61c.d +6 -0
  328. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust-1nzlugxi6lq16/s-hmdgo8b6hg-1n6glhc-1qb77z00k06rqw4jdkj92spax/dep-graph.bin +0 -0
  329. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust-1nzlugxi6lq16/s-hmdgo8b6hg-1n6glhc-1qb77z00k06rqw4jdkj92spax/query-cache.bin +0 -0
  330. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust-1nzlugxi6lq16/s-hmdgo8b6hg-1n6glhc-1qb77z00k06rqw4jdkj92spax/work-products.bin +0 -0
  331. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust-1nzlugxi6lq16/s-hmdgo8b6hg-1n6glhc.lock +0 -0
  332. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust-3s436v7g6f5xm/s-hmdgo8b58k-1ekj4lq-9twkpivsqnjon278x20bddozq/dep-graph.bin +0 -0
  333. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust-3s436v7g6f5xm/s-hmdgo8b58k-1ekj4lq-9twkpivsqnjon278x20bddozq/metadata.rmeta +0 -0
  334. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust-3s436v7g6f5xm/s-hmdgo8b58k-1ekj4lq-9twkpivsqnjon278x20bddozq/query-cache.bin +0 -0
  335. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust-3s436v7g6f5xm/s-hmdgo8b58k-1ekj4lq-9twkpivsqnjon278x20bddozq/work-products.bin +0 -0
  336. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust-3s436v7g6f5xm/s-hmdgo8b58k-1ekj4lq.lock +0 -0
  337. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust_bin-1jxcbdeehal7q/s-hmdgo8bxlf-1qr24o3-cmu3jai030no72y8u9eurrnjj/dep-graph.bin +0 -0
  338. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust_bin-1jxcbdeehal7q/s-hmdgo8bxlf-1qr24o3-cmu3jai030no72y8u9eurrnjj/query-cache.bin +0 -0
  339. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust_bin-1jxcbdeehal7q/s-hmdgo8bxlf-1qr24o3-cmu3jai030no72y8u9eurrnjj/work-products.bin +0 -0
  340. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust_bin-1jxcbdeehal7q/s-hmdgo8bxlf-1qr24o3.lock +0 -0
  341. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust_bin-2ocx55p60ni6b/s-hmdgo8bxj8-0ir41qt-diy9mqvc2eoiblmhjs3stcgi3/dep-graph.bin +0 -0
  342. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust_bin-2ocx55p60ni6b/s-hmdgo8bxj8-0ir41qt-diy9mqvc2eoiblmhjs3stcgi3/query-cache.bin +0 -0
  343. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust_bin-2ocx55p60ni6b/s-hmdgo8bxj8-0ir41qt-diy9mqvc2eoiblmhjs3stcgi3/work-products.bin +0 -0
  344. package/test/fixtures/semantic/rust/target/debug/incremental/semantic_rust_bin-2ocx55p60ni6b/s-hmdgo8bxj8-0ir41qt.lock +0 -0
  345. package/test/fixtures/semantic/rust/target/flycheck0/stderr +1 -0
  346. package/test/fixtures/semantic/rust/target/flycheck0/stdout +5 -0
  347. package/test/fixtures/semantic/typescript/lib.ts +3 -0
  348. package/test/fixtures/semantic/typescript/main.ts +2 -0
  349. package/test/fixtures/tool-surface-stdio-server.mjs +14 -0
  350. package/test/helpers/autonomous-r34-fixture.mjs +122 -0
  351. package/test/lsp-stdio-client.test.mjs +72 -0
  352. package/test/multi-file-read.test.mjs +44 -0
  353. package/test/native-diff-topology-r36.test.mjs +105 -0
  354. package/test/observation-integration.test.mjs +3 -3
  355. package/test/package-boundary.test.mjs +6 -0
  356. package/test/process-longrun-r36.test.mjs +82 -0
  357. package/test/process-release-gate.test.mjs +9 -0
  358. package/test/production-docs.test.mjs +48 -0
  359. package/test/prompts-resources.test.mjs +41 -0
  360. package/test/provider-circuit.test.mjs +93 -0
  361. package/test/public-autonomous-ingress-budget.test.mjs +28 -0
  362. package/test/r33-closeout-regression.test.mjs +4 -3
  363. package/test/r33-finalization.test.mjs +26 -18
  364. package/test/r36-finalization.test.mjs +104 -0
  365. package/test/r36-release-identity.test.mjs +52 -0
  366. package/test/release-generation.test.mjs +23 -2
  367. package/test/release-version.test.mjs +27 -17
  368. package/test/remote-live-log-r36.test.mjs +37 -0
  369. package/test/remote-live-log-recovery-r36.test.mjs +41 -0
  370. package/test/remote-r24-catalog.test.mjs +18 -4
  371. package/test/remote-result-journal.test.mjs +58 -0
  372. package/test/remote-session-cli.test.mjs +135 -30
  373. package/test/runtime-self-update.test.mjs +121 -1
  374. package/test/semantic-backend-registry.test.mjs +29 -0
  375. package/test/semantic-code.test.mjs +66 -0
  376. package/test/semantic-lsp-backend.test.mjs +108 -0
  377. package/test/semantic-lsp-config.test.mjs +81 -0
  378. package/test/semantic-lsp-readiness.test.mjs +34 -0
  379. package/test/semantic-lsp-transient-empty.test.mjs +32 -0
  380. package/test/semantic-lsp-transient-null.test.mjs +31 -0
  381. package/test/semantic-multilang.test.mjs +72 -0
  382. package/test/semantic-r36-rename.test.mjs +82 -0
  383. package/test/semantic-runtime-routing.test.mjs +32 -0
  384. package/test/semantic-server-config-integration.test.mjs +66 -0
  385. package/test/tool-surface-ledger.test.mjs +59 -0
  386. package/test/tool-surface-snapshot.test.mjs +17 -0
  387. package/test/tracer-bullet.test.mjs +77 -0
  388. package/deadbyte-mcp-0.8.9.tgz +0 -0
@@ -0,0 +1,9 @@
1
+ {
2
+ "schema": "deadbyte.r34-workspace-baseline.v1",
3
+ "source": "C:\\Users\\DEADBYTE\\Downloads\\deadbyte-mcp-r33-final-candidate-v2",
4
+ "source_version": "0.8.10",
5
+ "source_package_json_sha256": "99bb03660e5f1915c92d6c12e1526fcde23e15838ee62589a2117e2458178765",
6
+ "created_at_utc": "2026-09-16T12:09:27.6733434Z",
7
+ "source_control": "NON-GIT",
8
+ "purpose": "R34 DEADBYTE Loop Engine development; sealed R33 source remains immutable"
9
+ }
package/README.txt CHANGED
@@ -1,4 +1,4 @@
1
- DEADBYTE MCP V0.8.10 / R33 FINAL MACHINE BASELINE
1
+ DEADBYTE MCP V0.10.0 / R36 PRODUCTION BASELINE
2
2
  =========================
3
3
 
4
4
  AUTHENTICATED MACHINE TRUTH + DURABLE AGENT + CODING + AUTONOMOUS PRODUCTION ENGINE
@@ -7,17 +7,23 @@ NPX PRIMARY OPERATOR UX
7
7
  ------------------------
8
8
  Use the npm CLI entry point instead of the legacy CMD convenience wrapper:
9
9
 
10
+ npx -y deadbyte-mcp@0.10.0 mcp
10
11
  npx deadbyte-mcp@latest remote
12
+ npx deadbyte-mcp@latest remote --verbose
11
13
  npx deadbyte-mcp@latest remote status
12
14
  npx deadbyte-mcp@latest remote restart
13
15
  npx deadbyte-mcp@latest audit status
14
16
  npx deadbyte-mcp@latest audit verify
15
17
 
18
+ The `mcp` command is the quiet stdio server entry for local MCP clients; stdout is reserved for MCP.
16
19
  The remote CLI invokes the stable active-release PowerShell launcher directly with shell=false.
17
20
  Bare `remote` is a foreground device session: it starts/resumes the verified runtime, arms process,
18
- coding, autonomous, and host authority in dependency order, independently checks that all four
19
- planes report ARMED, then streams new audit plus controller-runtime log records until Ctrl+C or the
20
- foreground input closes. Session shutdown revokes all four planes and parks the Bridge. A detached
21
+ coding, and autonomous authority, independently verifies those three planes are ARMED, and requires
22
+ Host to remain DISARMED. The compact console shows device/bridge/cloud/session readiness plus live
23
+ request-before-result activity (`RUN`, `OK`, `ERR`, interrupted/recovery, and cleanup) without dumping
24
+ SHA values, request IDs, raw JSON payloads, or duplicate Bridge TOOL IN/OUT records. Use
25
+ `remote --verbose` only when detailed audit plus Bridge diagnostics are needed. Session shutdown
26
+ revokes process/coding/autonomous authority, applies fail-safe Host disarm, and parks the Bridge. A detached
21
27
  nonce-bound guardian watches the foreground owner and performs the same revoke+park cleanup if the
22
28
  owner is hard-killed before `finally` can run. The v2 runtime marker binds owner PID, guardian PID,
23
29
  and a random 256-bit session nonce, prevents concurrent foreground sessions, and lets a later start
@@ -56,9 +62,9 @@ V0.8 adds an independently feature-gated durable agent surface:
56
62
  agent_task_approve
57
63
  agent_task_verify
58
64
 
59
- R23/R30 provide a separately granted 17-tool coding surface for inspect/edit/command/benchmark
60
- and durable coding tasks. Coding registration is not coding authority; mutating or
61
- executing calls require an explicit policy-bound standing coding grant.
65
+ R23/R34 provide a separately granted 22-tool coding surface for inspect/edit/command/benchmark,
66
+ batched file reads, JS/TS semantic navigation/edit, and durable coding tasks. Coding registration
67
+ is not coding authority; mutating or executing calls require an explicit policy-bound standing coding grant.
62
68
 
63
69
  R24 adds a 12-tool autonomous surface for bounded goal execution, DEADBYTE Native Diff,
64
70
  model-driven diagnose/replan cycles, objective release gating, and signed release proof.
@@ -72,15 +78,15 @@ verify signed pings without trusting the target machine's local key store. Revok
72
78
  local host authority and advances identity generation plus online epoch without changing the key.
73
79
 
74
80
  The bridge accepts only complete combinations of base plus optional machine, host, agent,
75
- process, coding, machine-filesystem, observation, and autonomous surfaces. A fully enabled R33
76
- runtime has exactly 68 tools. Process authority is independently gated. Machine-filesystem and
81
+ process, coding, machine-filesystem, observation, and autonomous surfaces. A fully enabled R34
82
+ runtime has exactly 73 tools. Process authority is independently gated. Machine-filesystem and
77
83
  observation require the coding policy root set; autonomous requires the complete coding surface.
78
84
  Partial, dependency-invalid, unknown, or extra catalogs fail closed.
79
85
 
80
86
  STRICT OUTPUT CONTRACT
81
87
  ----------------------
82
88
  R22.1 established strict object outputSchema contracts for the original 15 tools.
83
- R23/R30 apply the same contract to all 17 coding tools, R24 applies it to all
89
+ R23/R34 apply the same contract to all 22 coding tools, R24 applies it to all
84
90
  12 autonomous tools, and R29 applies it to all four machine tools. The core validates structuredContent locally on success
85
91
  and error paths, and the HTTP Bridge
86
92
  preserves outputSchema at the public MCP edge. Unknown top-level output fields
@@ -265,6 +271,131 @@ See:
265
271
  docs/V071-HOST-PLANE.md
266
272
  docs/V073-TUNNEL-STDIO-COMPAT.md
267
273
 
274
+ MCP CLIENT CONFIGURATION
275
+ ------------------------
276
+ The local stdio entry point is quiet and suitable for MCP hosts:
277
+
278
+ npx -y deadbyte-mcp@0.10.0 mcp
279
+
280
+ CLAUDE DESKTOP
281
+ Use the standard local-server entry in claude_desktop_config.json:
282
+
283
+ {
284
+ "mcpServers": {
285
+ "deadbyte": {
286
+ "command": "npx",
287
+ "args": ["-y", "deadbyte-mcp@0.10.0", "mcp"]
288
+ }
289
+ }
290
+ }
291
+
292
+ CURSOR
293
+ Create .cursor/mcp.json:
294
+
295
+ {
296
+ "mcpServers": {
297
+ "deadbyte": {
298
+ "type": "stdio",
299
+ "command": "npx",
300
+ "args": ["-y", "deadbyte-mcp@0.10.0", "mcp"]
301
+ }
302
+ }
303
+ }
304
+
305
+ VS CODE
306
+ Create .vscode/mcp.json:
307
+
308
+ {
309
+ "servers": {
310
+ "deadbyte": {
311
+ "type": "stdio",
312
+ "command": "npx",
313
+ "args": ["-y", "deadbyte-mcp@0.10.0", "mcp"]
314
+ }
315
+ }
316
+ }
317
+
318
+ CODEX
319
+ Add this to ~/.codex/config.toml:
320
+
321
+ [mcp_servers.deadbyte]
322
+ command = "npx"
323
+ args = ["-y", "deadbyte-mcp@0.10.0", "mcp"]
324
+
325
+ The remote device path remains `npx deadbyte-mcp@latest remote`. Remote public MCP uses the
326
+ verified HTTPS named-tunnel URL selected by the active generation; do not commit a private device
327
+ URL or tunnel token into a repository.
328
+
329
+ PRODUCTION TRACER BULLET
330
+ ------------------------
331
+ The executable tracer test uses a real MCP client through the `deadbyte-mcp mcp` CLI entry point:
332
+
333
+ initialize / negotiate MCP 2026-07-28
334
+ tools/list
335
+ coding_file_read
336
+ coding_text_replace with exact file precondition
337
+ coding_receipt_verify
338
+ coding_command_run through a pinned executable/script policy
339
+ coding_receipt_verify
340
+ coding_file_read to verify committed state
341
+
342
+ The test fails if negotiation closes, if a required tool is absent, if the edit is not surgical,
343
+ if the command exits nonzero, or if either signed receipt fails independent verification.
344
+
345
+ SEMANTIC CODE AND CONTEXT DISCIPLINE
346
+ ------------------------------------
347
+ The R34 coding surface has 22 tools and the fully enabled public surface has exactly 73 tools.
348
+ `coding_files_read` batches bounded reads. `coding_symbol_outline`, `coding_symbol_definition`,
349
+ `coding_symbol_references`, and `coding_symbol_replace` use the bundled TypeScript language service
350
+ for JavaScript/TypeScript (JS/TS). Symbol mutation still commits through the coding plane's exact
351
+ file precondition and signed surgical-edit receipt path.
352
+
353
+ The built-in semantic engine is deliberately limited to JS/TS in this baseline. DEADBYTE does not
354
+ claim Serena's broader language breadth; unsupported languages must fail honestly rather than fall
355
+ back to grep and call it semantic navigation. CONTEXT.md and `deadbyte://context` define domain
356
+ vocabulary while bounded semantic/search/resource tools provide progressive disclosure instead of
357
+ whole-repository prompt dumps.
358
+
359
+ DOCUMENT ADAPTER EXTENSION
360
+ --------------------------
361
+ `src/document-adapter.mjs` is the bounded production document adapter extension seam. Adapters
362
+ declare an id, one operation, accepted MIME types, output MIME type, and input/output byte budgets.
363
+ Duplicate adapters, operation mismatch, MIME mismatch, or budget overflow fail closed. An installed
364
+ converter can expose operation `markdown_to_pdf`; no fake PDF, DOCX, or spreadsheet tool is listed
365
+ when no converter is configured.
366
+
367
+ SECURITY DEFAULTS
368
+ -----------------
369
+ Workspace allowlist and coding-policy root checks are on by design. Paths are root-relative and
370
+ traversal, symlink escape, denied paths, stale preconditions, and unknown executables fail closed.
371
+ Destructive or executable host work requires the relevant standing grant / authority plane.
372
+ Process execution uses policy-selected profiles or pinned scripts rather than a raw caller-selected
373
+ shell command. Audit files retain request identity, timing, bounded metadata, and signed evidence
374
+ even though normal `remote` console output is compact; use `remote --verbose` for forensic output.
375
+
376
+ EVIDENCE-BASED COMPARISON
377
+ -------------------------
378
+ R36 reproducible capability evidence and comparison rules are recorded in
379
+ `docs/R36-CAPABILITY-EVIDENCE.md`. Comparisons distinguish upstream `documented` capability from
380
+ retained `direct_observation`; tool count is not a release verdict.
381
+
382
+ Desktop Commander provides a mature local filesystem/terminal MCP and Remote Desktop Commander
383
+ adds a hosted remote relay. DEADBYTE's measured differential is a self-owned content-addressed
384
+ release chain, separately revocable process/coding/autonomous/host authority planes,
385
+ hash-preconditioned edits, Ed25519 signed receipts and journals, contained fixed workers, exact
386
+ public-catalog gates, and tested rollback/restore. This is a mechanism comparison, not a marketing
387
+ score.
388
+
389
+ Serena has broader semantic language coverage through multiple language-server backends. DEADBYTE
390
+ currently does not match that semantic breadth: its built-in semantic backend is JS/TS. For JS/TS,
391
+ DEADBYTE adds exact file identity, receipt-backed symbol replacement, durable coding/autonomous
392
+ journals, and release evidence around semantic operations. Broader pinned LSP adapters belong in a
393
+ successor rather than pretending unsupported languages are already production-ready.
394
+
395
+ Remote Desktop Commander uses a hosted account/OAuth relay. DEADBYTE instead uses its own verified
396
+ named-tunnel device path plus immutable release/generation binding. The trade-off is explicit:
397
+ hosted convenience on one side; self-owned release/evidence authority on the other.
398
+
268
399
  NO RAW SHELL COMMAND STRING. NO CALLER-SELECTED EXECUTABLE. CODING AND AUTONOMOUS
269
400
  EXECUTION REQUIRE EXPLICIT LOCAL STANDING GRANTS. REPORTS ARE CLAIMS; VERIFIED
270
401
  OBSERVATIONS AND SIGNED EVIDENCE ARE AUTHORITY.
@@ -0,0 +1,36 @@
1
+ {
2
+ "schema": "deadbyte.r36-capability-corpus.v1",
3
+ "suite_id": "r36-production-coding-v1",
4
+ "cases": [
5
+ {"case_id":"repository_tree_exploration","purpose":"repository tree exploration","round_trips":1},
6
+ {"case_id":"literal_content_search","purpose":"literal content search","round_trips":2},
7
+ {"case_id":"regex_content_search","purpose":"regex content search","round_trips":2},
8
+ {"case_id":"filename_path_search","purpose":"filename and path search","round_trips":2},
9
+ {"case_id":"deterministic_search_paging_cancel","purpose":"deterministic search paging and cancel","round_trips":4},
10
+ {"case_id":"bounded_multi_file_read","purpose":"bounded multi-file read","round_trips":1},
11
+ {"case_id":"rich_stat_reparse_handling","purpose":"rich stat identity and reparse handling","round_trips":3},
12
+ {"case_id":"stale_edit_race_rejection","purpose":"stale edit race rejection","round_trips":3},
13
+ {"case_id":"transactional_multi_file_native_diff","purpose":"transactional multi-file Native Diff","round_trips":4},
14
+ {"case_id":"topology_mkdir_move_delete_rollback","purpose":"topology mkdir move delete rollback","round_trips":5},
15
+ {"case_id":"semantic_typescript_navigation","purpose":"TypeScript symbol navigation","round_trips":4},
16
+ {"case_id":"semantic_python_navigation","purpose":"Python symbol navigation","round_trips":4},
17
+ {"case_id":"semantic_rust_navigation","purpose":"Rust symbol navigation","round_trips":4},
18
+ {"case_id":"semantic_cpp_navigation","purpose":"C and C++ symbol navigation","round_trips":4},
19
+ {"case_id":"diagnostics_normalization","purpose":"diagnostics normalization","round_trips":2},
20
+ {"case_id":"implementation_lookup","purpose":"implementation lookup","round_trips":2},
21
+ {"case_id":"cross_file_rename_transaction","purpose":"cross-file rename preview through Native Diff apply and verify","round_trips":5},
22
+ {"case_id":"long_process_lifecycle","purpose":"long process start output status terminate","round_trips":6},
23
+ {"case_id":"policy_defined_process_action","purpose":"policy-defined process action","round_trips":3},
24
+ {"case_id":"process_crash_reconciliation","purpose":"process crash and terminal evidence reconciliation","round_trips":4},
25
+ {"case_id":"autonomous_failing_test_repair","purpose":"autonomous failing-test diagnosis repair and release","round_trips":8},
26
+ {"case_id":"autonomous_search_semantic_patch_test","purpose":"autonomous capability-aware inspect patch test loop","round_trips":8},
27
+ {"case_id":"release_gate_finish_without_evidence_refusal","purpose":"release-gate refusal when finish lacks evidence","round_trips":3},
28
+ {"case_id":"provider_bridge_interruption_recovery","purpose":"provider and Bridge interruption recovery","round_trips":4},
29
+ {"case_id":"remote_result_replay_deduplication","purpose":"remote result replay and deduplication","round_trips":4},
30
+ {"case_id":"compact_connector_capability_closure","purpose":"compact connector capability closure under tool ceiling","round_trips":2},
31
+ {"case_id":"live_log_request_before_result","purpose":"live-log request before terminal result ordering","round_trips":2},
32
+ {"case_id":"live_log_redaction","purpose":"live-log payload and secret redaction","round_trips":1},
33
+ {"case_id":"forged_stale_receipt_rejection","purpose":"forged and stale receipt rejection","round_trips":4},
34
+ {"case_id":"rollback_r35_restore_r36","purpose":"hermetic exact predecessor rollback and successor restore mechanism","round_trips":5}
35
+ ]
36
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "schema": "deadbyte.r36-benchmark-case-map.v1",
3
+ "suite_id": "r36-production-coding-v1",
4
+ "source_spec": "docs/superpowers/specs/2026-09-18-r36-zero-loss-autonomy-design.md#r36-h-capability-benchmark-and-competitor-evidence",
5
+ "case_count": 30,
6
+ "evidence_model": "Each case is a hermetic repository test/fixture mapping. A passing process alone is insufficient when a pass_witness is declared. Production rollback/restore is separately required by Task 10.",
7
+ "competitor_evidence_classes": ["documented", "direct_observation"]
8
+ }
@@ -2,11 +2,11 @@ schema=deadbyte.worker-registry.v1
2
2
  version=0.6.0
3
3
  policy=compile-time-operation-to-executable
4
4
  launcher.executable=deadbyte-exec.exe
5
- launcher.sha256=99e061e94d451ab4c53b69730ecb33cced30960a03a2acfe07df8b3789c215ec
5
+ launcher.sha256=0a942a9141d637c016384adfcc285db7c58cffbddba677ab500e8a58554233ff
6
6
  operation.lowercase_ascii=contained-transform-v1
7
7
  operation.reverse_bytes=contained-reverse-v1
8
8
  operation.uppercase_ascii=contained-transform-v1
9
9
  worker.contained-reverse-v1.executable=contained-reverse-worker.exe
10
- worker.contained-reverse-v1.sha256=bac6a67f73503d23de7049fca4f0db9709bf9600342d16f2be3b63b3fd582d50
10
+ worker.contained-reverse-v1.sha256=9f046b30847c63ac157ffbd2a4c1d8b26da0776bee635ad3f9481775dcf5becc
11
11
  worker.contained-transform-v1.executable=contained-transform-worker.exe
12
- worker.contained-transform-v1.sha256=7f3d7c4cc60accdec7e385f6ccbb58c33545b5f4068b94e62796c6a18bf39b96
12
+ worker.contained-transform-v1.sha256=60b1e2c026a097655d13a719fdf354cc7487166a10316416923eaee876568b00
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,4 +1,4 @@
1
- DEADBYTE MCP V0.8.10 / R33 CONTROLLER
1
+ DEADBYTE MCP V0.10.0 / R36 CONTROLLER
2
2
  ====================================
3
3
 
4
4
  ENTRY POINT
@@ -8,8 +8,12 @@ Primary operator entry point:
8
8
  npx deadbyte-mcp@latest remote
9
9
 
10
10
  Bare `remote` is a foreground device session. It starts the verified runtime, arms process,
11
- coding, autonomous, and host authority, verifies all four planes are ARMED, then streams new
12
- audit/runtime logs. Ctrl+C/SIGTERM or foreground input closure revokes all four planes and parks
11
+ coding, and autonomous authority, verifies those three planes are ARMED, and requires Host to stay
12
+ DISARMED. The production Bridge uses the R36 compact capability profile (<=42 tools) while local
13
+ stdio MCP keeps the exact full 76-tool profile. The compact console shows request-before-result
14
+ Live Activity without raw SHA text, request IDs, payload JSON, or duplicate Bridge stdout by
15
+ default; use `remote --verbose` for the detailed audit/runtime stream. Ctrl+C/SIGTERM or foreground
16
+ input closure revokes process/coding/autonomous authority, applies fail-safe Host disarm, and parks
13
17
  the Bridge. A detached nonce-bound guardian performs the same fixed revoke+park cleanup if the
14
18
  foreground owner is hard-killed. The v2 session marker records owner PID, guardian PID, and random
15
19
  256-bit nonce so a guardian cannot remove a replacement session marker; a later start recovers only
@@ -75,6 +79,10 @@ Registration does not authorize mutation/execution.
75
79
  codingstatus report configured/standing-grant/disarmed state
76
80
  codingtest run public edit + command + benchmark + durable task proof
77
81
 
82
+ The coding surface also exposes bounded multi-file reads plus TypeScript-backed symbol outline,
83
+ definition, references, and receipt-backed edit-by-symbol. Semantic edits still commit through the
84
+ same coding lease, exact file precondition, and signed surgical-edit receipt path.
85
+
78
86
  Coding commands are explicit host-code authority and are not AppContainer sandboxed.
79
87
  The standing grant remains active until explicit revoke; no timer maintenance is required.
80
88
 
@@ -88,7 +96,7 @@ policy digests and profile hashes to the explicit mutable development root; the
88
96
  armautonomous require coding authority, then enable a standing autonomous grant
89
97
  disarmautonomous revoke autonomous authority immediately
90
98
  autonomousstatus report configured/standing-grant/coding-disarmed state
91
- autonomoustest run the 68-tool public catalog sampling MRTR production gate
99
+ autonomoustest run the R36 compact public capability-closure MRTR production gate
92
100
 
93
101
  disarmcoding also revokes autonomous authority. No MCP tool creates or widens either
94
102
  grant. With an openai_compatible planner the MCP server starts a background supervisor;
@@ -18,14 +18,28 @@
18
18
  # R32 observation is read-only over registered roots/local runtime and never arms coding mutation authority.
19
19
  ObservationRuntimeEnabled = $false
20
20
  CodingPolicyFile = ''
21
+ # Optional R35 multi-language semantic LSP config. Path and SHA-256 must be supplied together.
22
+ # The release generator copies these exact bytes into the immutable generation when configured.
23
+ SemanticLspConfigFile = ''
24
+ SemanticLspConfigSha256 = ''
21
25
  # Autonomous production loop is another explicit opt-in and requires the coding plane.
22
26
  AutonomousRuntimeEnabled = $false
23
27
  AutonomousPolicyFile = ''
28
+ # R34 local supervisor is Windows-local, out-of-band from Bridge, and never arms authority.
29
+ AutonomousSupervisorEnabled = $false
24
30
  # Optional privileged host plane policy. Empty keeps host read/write/exec unregistered.
25
31
  HostPolicyFile = ''
26
32
 
27
33
  # These are TRUSTED LOCAL launch specifications, never MCP-callable input.
28
34
  # Point each spec at the actual long-lived executable. Avoid npm.cmd/cmd.exe wrappers.
35
+ Supervisor = @{
36
+ FilePath = 'C:\Program Files\nodejs\node.exe'
37
+ FileSha256 = '0000000000000000000000000000000000000000000000000000000000000000'
38
+ Arguments = 'src\autonomous-supervisor-host.mjs'
39
+ WorkingDirectory = 'C:\REPLACE\release'
40
+ ScriptPath = 'C:\REPLACE\release\src\autonomous-supervisor-host.mjs'
41
+ ScriptSha256 = '0000000000000000000000000000000000000000000000000000000000000000'
42
+ }
29
43
  Bridge = @{
30
44
  FilePath = 'C:\Program Files\nodejs\node.exe'
31
45
  FileSha256 = '0000000000000000000000000000000000000000000000000000000000000000'