unbrowse 3.1.0-experiments.f9b4a71 → 3.2.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 (110) hide show
  1. package/dist/cli.js +80 -46
  2. package/dist/index.js +2 -6
  3. package/dist/mcp.js +73 -22
  4. package/dist/server.js +25811 -0
  5. package/package.json +1 -2
  6. package/vendor/kuri/darwin-arm64/kuri +0 -0
  7. package/vendor/kuri/darwin-x64/kuri +0 -0
  8. package/vendor/kuri/linux-arm64/kuri +0 -0
  9. package/vendor/kuri/linux-x64/kuri +0 -0
  10. package/vendor/kuri/manifest.json +7 -10
  11. package/runtime-src/agent-outcome.ts +0 -166
  12. package/runtime-src/analytics-session.ts +0 -55
  13. package/runtime-src/api/browse-index.ts +0 -339
  14. package/runtime-src/api/browse-session.ts +0 -572
  15. package/runtime-src/api/browse-submit-prereqs.ts +0 -48
  16. package/runtime-src/api/browse-submit.ts +0 -1184
  17. package/runtime-src/api/routes.ts +0 -1855
  18. package/runtime-src/auth/browser-cookies.ts +0 -423
  19. package/runtime-src/auth/index.ts +0 -535
  20. package/runtime-src/auth/runtime.ts +0 -116
  21. package/runtime-src/browser/index.ts +0 -660
  22. package/runtime-src/browser/types.ts +0 -41
  23. package/runtime-src/build-info.generated.ts +0 -6
  24. package/runtime-src/capture/index.ts +0 -1907
  25. package/runtime-src/capture/prefetch.ts +0 -95
  26. package/runtime-src/capture/rsc.ts +0 -45
  27. package/runtime-src/cli/shortcuts.ts +0 -273
  28. package/runtime-src/cli.ts +0 -1734
  29. package/runtime-src/client/graph-client.ts +0 -100
  30. package/runtime-src/client/index.ts +0 -1425
  31. package/runtime-src/debug-trace.ts +0 -18
  32. package/runtime-src/domain.ts +0 -38
  33. package/runtime-src/execution/index.ts +0 -3407
  34. package/runtime-src/execution/retry.ts +0 -46
  35. package/runtime-src/execution/robots.ts +0 -167
  36. package/runtime-src/execution/search-forms.ts +0 -188
  37. package/runtime-src/execution/token-resolver.ts +0 -122
  38. package/runtime-src/extraction/index.ts +0 -1507
  39. package/runtime-src/foundry/publish-bundle.ts +0 -392
  40. package/runtime-src/graph/agent-augment.ts +0 -315
  41. package/runtime-src/graph/index.ts +0 -1532
  42. package/runtime-src/graph/local-fixtures.ts +0 -393
  43. package/runtime-src/graph/local-harness.ts +0 -646
  44. package/runtime-src/graph/planner.ts +0 -411
  45. package/runtime-src/graph/session.ts +0 -294
  46. package/runtime-src/graph/trace-store.ts +0 -136
  47. package/runtime-src/impact-log.ts +0 -227
  48. package/runtime-src/index.ts +0 -24
  49. package/runtime-src/indexer/index.ts +0 -465
  50. package/runtime-src/intent-match.ts +0 -1515
  51. package/runtime-src/kuri/client.ts +0 -1839
  52. package/runtime-src/logger.ts +0 -30
  53. package/runtime-src/marketplace/index.ts +0 -111
  54. package/runtime-src/mcp.ts +0 -1911
  55. package/runtime-src/orchestrator/browser-agent.ts +0 -375
  56. package/runtime-src/orchestrator/dag-advisor.ts +0 -59
  57. package/runtime-src/orchestrator/dag-feedback.ts +0 -257
  58. package/runtime-src/orchestrator/first-pass-action.ts +0 -403
  59. package/runtime-src/orchestrator/index.ts +0 -4480
  60. package/runtime-src/orchestrator/passive-publish.ts +0 -187
  61. package/runtime-src/orchestrator/timing-economics.ts +0 -80
  62. package/runtime-src/payments/cascade.ts +0 -137
  63. package/runtime-src/payments/index.ts +0 -270
  64. package/runtime-src/payments/lobster-pay.ts +0 -182
  65. package/runtime-src/payments/wallet.ts +0 -98
  66. package/runtime-src/publish/review-context.ts +0 -93
  67. package/runtime-src/publish/sanitize.ts +0 -197
  68. package/runtime-src/publish/schema-review.ts +0 -192
  69. package/runtime-src/publish-admission.ts +0 -388
  70. package/runtime-src/ratelimit/index.ts +0 -23
  71. package/runtime-src/reverse-engineer/bundle-scanner.ts +0 -127
  72. package/runtime-src/reverse-engineer/description-prompt.ts +0 -213
  73. package/runtime-src/reverse-engineer/index.ts +0 -1551
  74. package/runtime-src/reverse-engineer/token-sources.ts +0 -357
  75. package/runtime-src/router.ts +0 -17
  76. package/runtime-src/routing-telemetry.ts +0 -395
  77. package/runtime-src/runtime/browser-access.ts +0 -11
  78. package/runtime-src/runtime/browser-auth.ts +0 -12
  79. package/runtime-src/runtime/browser-host.ts +0 -48
  80. package/runtime-src/runtime/lifecycle.ts +0 -17
  81. package/runtime-src/runtime/local-server.ts +0 -311
  82. package/runtime-src/runtime/paths.ts +0 -99
  83. package/runtime-src/runtime/setup.ts +0 -251
  84. package/runtime-src/runtime/supervisor.ts +0 -69
  85. package/runtime-src/runtime/update-hints.ts +0 -351
  86. package/runtime-src/server.ts +0 -100
  87. package/runtime-src/session-logs.ts +0 -142
  88. package/runtime-src/settings.ts +0 -221
  89. package/runtime-src/single-binary.ts +0 -143
  90. package/runtime-src/site-policy.ts +0 -54
  91. package/runtime-src/stale-cleanup-runner.ts +0 -144
  92. package/runtime-src/stale-cleanup.ts +0 -133
  93. package/runtime-src/telemetry-attribution.ts +0 -120
  94. package/runtime-src/telemetry.ts +0 -253
  95. package/runtime-src/template-params.ts +0 -141
  96. package/runtime-src/transform/drift.ts +0 -60
  97. package/runtime-src/transform/index.ts +0 -277
  98. package/runtime-src/types/index.ts +0 -1
  99. package/runtime-src/types/skill.ts +0 -931
  100. package/runtime-src/vault/index.ts +0 -196
  101. package/runtime-src/verification/auth-gate.ts +0 -8
  102. package/runtime-src/verification/candidates.ts +0 -27
  103. package/runtime-src/verification/index.ts +0 -120
  104. package/runtime-src/verification/matrix.ts +0 -30
  105. package/runtime-src/version.ts +0 -148
  106. package/runtime-src/workflow/artifact.ts +0 -161
  107. package/runtime-src/workflow/compile.ts +0 -808
  108. package/runtime-src/workflow/publish.ts +0 -225
  109. package/runtime-src/workflow/runtime.ts +0 -213
  110. package/vendor/kuri/win-x64/kuri.exe +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.