@chatroomcp/chatroom 0.2.0 → 0.2.2

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 (112) hide show
  1. package/README.md +1 -1
  2. package/dist/app/application.d.ts +0 -1
  3. package/dist/app/application.js +2 -0
  4. package/dist/app/event-bus.d.ts +0 -2
  5. package/dist/app/event-bus.js +0 -1
  6. package/dist/app/external-access-registry.d.ts +0 -1
  7. package/dist/app/external-access-registry.js +0 -1
  8. package/dist/app/lifecycle.d.ts +0 -1
  9. package/dist/auth/auth-service.js +0 -4
  10. package/dist/auth/ingress-policy.d.ts +0 -1
  11. package/dist/auth/ingress-policy.js +0 -1
  12. package/dist/cli/run-cli.js +0 -1
  13. package/dist/config/types.d.ts +0 -1
  14. package/dist/core/auth/repository.d.ts +0 -23
  15. package/dist/core/auth/repository.js +0 -6
  16. package/dist/core/errors/chatroom-error.d.ts +0 -15
  17. package/dist/core/errors/chatroom-error.js +0 -15
  18. package/dist/core/operations/bounded-value.d.ts +0 -1
  19. package/dist/core/operations/bounded-value.js +26 -10
  20. package/dist/core/operations/redactor.js +0 -1
  21. package/dist/core/operations/repository.d.ts +0 -1
  22. package/dist/core/operations/types.d.ts +0 -4
  23. package/dist/core/operations/types.js +0 -2
  24. package/dist/infrastructure/database/app-database.js +4 -97
  25. package/dist/infrastructure/database/migrations.d.ts +2 -0
  26. package/dist/infrastructure/database/migrations.js +44 -0
  27. package/dist/infrastructure/database/operation-repository.js +3 -9
  28. package/dist/infrastructure/database/schema.d.ts +2 -0
  29. package/dist/infrastructure/database/schema.js +85 -0
  30. package/dist/infrastructure/http/http-server.js +0 -1
  31. package/dist/mcp/server/create-mcp-server.js +3 -3
  32. package/dist/mcp/server/plugin-mcp-registrar.d.ts +0 -2
  33. package/dist/mcp/server/plugin-mcp-registrar.js +0 -4
  34. package/dist/mcp/server/tool-support.d.ts +0 -61
  35. package/dist/mcp/server/tool-support.js +0 -54
  36. package/dist/native/linux/chatroom-computer-helper +0 -0
  37. package/dist/native/macos/ChatRoomComputerHelper.app/Contents/Info.plist +1 -1
  38. package/dist/native/macos/ChatRoomComputerHelper.app/Contents/MacOS/chatroom-computer-helper +0 -0
  39. package/dist/native/windows/chatroom-computer-helper.exe +0 -0
  40. package/dist/operations/operation-log.d.ts +0 -3
  41. package/dist/operations/operation-log.js +0 -15
  42. package/dist/plugins/cloud/api-client.js +1 -0
  43. package/dist/plugins/cloud/controller.d.ts +2 -0
  44. package/dist/plugins/cloud/controller.js +28 -5
  45. package/dist/plugins/cloud/tunnel-client.js +0 -4
  46. package/dist/plugins/computer/computer-native-host.d.ts +2 -1
  47. package/dist/plugins/computer/computer-native-host.js +107 -17
  48. package/dist/plugins/computer/computer-schemas.d.ts +1 -0
  49. package/dist/plugins/computer/computer-schemas.js +1 -1
  50. package/dist/plugins/computer/types.d.ts +1 -1
  51. package/dist/plugins/git/git-service.d.ts +33 -0
  52. package/dist/plugins/git/git-service.js +414 -0
  53. package/dist/plugins/git/plugin.d.ts +4 -0
  54. package/dist/plugins/git/plugin.js +12 -0
  55. package/dist/plugins/git/types.d.ts +32 -0
  56. package/dist/plugins/process/backend.d.ts +0 -1
  57. package/dist/plugins/process/head-tail-buffer.d.ts +0 -1
  58. package/dist/plugins/process/infrastructure/pipe-process-backend.js +0 -1
  59. package/dist/plugins/process/infrastructure/pty-process-backend.js +1 -4
  60. package/dist/plugins/process/process-supervisor.js +10 -23
  61. package/dist/plugins/process/types.d.ts +0 -5
  62. package/dist/plugins/types.d.ts +0 -1
  63. package/dist/plugins/web/api-types.d.ts +3 -7
  64. package/dist/plugins/web/http/api-router.d.ts +0 -1
  65. package/dist/plugins/web/http/api-router.js +2 -4
  66. package/dist/plugins/web/http/git-api-router.d.ts +3 -0
  67. package/dist/plugins/web/http/git-api-router.js +98 -0
  68. package/dist/plugins/web/http/workspace-api-router.js +15 -37
  69. package/dist/plugins/web/plugin.js +4 -6
  70. package/dist/plugins/web/runtime.d.ts +5 -27
  71. package/dist/plugins/web/runtime.js +3 -42
  72. package/dist/plugins/workspace/mcp.js +17 -135
  73. package/dist/plugins/workspace/metadata.d.ts +4 -0
  74. package/dist/plugins/workspace/metadata.js +105 -0
  75. package/dist/plugins/workspace/plugin.d.ts +2 -8
  76. package/dist/plugins/workspace/plugin.js +8 -20
  77. package/dist/plugins/workspace/types.d.ts +18 -0
  78. package/dist/plugins/workspace/{infrastructure/workspace-fs.d.ts → workspace-fs.d.ts} +2 -15
  79. package/dist/plugins/workspace/workspace-fs.js +111 -0
  80. package/dist/plugins/workspace/workspace-service.d.ts +7 -42
  81. package/dist/plugins/workspace/workspace-service.js +61 -315
  82. package/dist/presentation/http/http-utils.d.ts +0 -1
  83. package/dist/presentation/http/oauth-router.d.ts +0 -1
  84. package/dist/presentation/http/oauth-router.js +0 -1
  85. package/dist/web/assets/{index-BXlxEk8f.css → index-DFKEvyzR.css} +1 -1
  86. package/dist/web/assets/index-vzPPspuL.js +26 -0
  87. package/dist/web/index.html +2 -2
  88. package/package.json +4 -3
  89. package/dist/plugins/workspace/domain/filesystem.d.ts +0 -25
  90. package/dist/plugins/workspace/domain/git.d.ts +0 -7
  91. package/dist/plugins/workspace/domain/repository.d.ts +0 -16
  92. package/dist/plugins/workspace/domain/repository.js +0 -1
  93. package/dist/plugins/workspace/domain/review.d.ts +0 -28
  94. package/dist/plugins/workspace/domain/review.js +0 -1
  95. package/dist/plugins/workspace/domain/workspace.d.ts +0 -23
  96. package/dist/plugins/workspace/domain/workspace.js +0 -1
  97. package/dist/plugins/workspace/git/git-command-runner.d.ts +0 -6
  98. package/dist/plugins/workspace/git/git-command-runner.js +0 -15
  99. package/dist/plugins/workspace/git/git-service.d.ts +0 -14
  100. package/dist/plugins/workspace/git/git-service.js +0 -107
  101. package/dist/plugins/workspace/git/git-snapshot-service.d.ts +0 -33
  102. package/dist/plugins/workspace/git/git-snapshot-service.js +0 -352
  103. package/dist/plugins/workspace/infrastructure/workspace-fs.js +0 -340
  104. package/dist/plugins/workspace/infrastructure/workspace-repository.d.ts +0 -12
  105. package/dist/plugins/workspace/infrastructure/workspace-repository.js +0 -51
  106. package/dist/plugins/workspace/workspace-helpers.d.ts +0 -9
  107. package/dist/plugins/workspace/workspace-helpers.js +0 -67
  108. package/dist/plugins/workspace/worktree-review-service.d.ts +0 -16
  109. package/dist/plugins/workspace/worktree-review-service.js +0 -51
  110. package/dist/web/assets/index-DUM6zVHS.js +0 -26
  111. /package/dist/plugins/{workspace/domain/filesystem.js → git/types.js} +0 -0
  112. /package/dist/plugins/workspace/{domain/git.js → types.js} +0 -0