conductor-oss 0.2.3 → 0.2.5
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.
- package/dist/commands/start.d.ts.map +1 -1
- package/dist/commands/start.js +4 -0
- package/dist/commands/start.js.map +1 -1
- package/dist/index.js +1 -1
- package/node_modules/@conductor-oss/core/dist/__tests__/board-watcher-support-files.test.d.ts +2 -0
- package/node_modules/@conductor-oss/core/dist/__tests__/board-watcher-support-files.test.d.ts.map +1 -0
- package/node_modules/@conductor-oss/core/dist/__tests__/board-watcher-support-files.test.js +122 -0
- package/node_modules/@conductor-oss/core/dist/__tests__/board-watcher-support-files.test.js.map +1 -0
- package/node_modules/@conductor-oss/core/dist/__tests__/project-paths.test.d.ts +2 -0
- package/node_modules/@conductor-oss/core/dist/__tests__/project-paths.test.d.ts.map +1 -0
- package/node_modules/@conductor-oss/core/dist/__tests__/project-paths.test.js +48 -0
- package/node_modules/@conductor-oss/core/dist/__tests__/project-paths.test.js.map +1 -0
- package/node_modules/@conductor-oss/core/dist/board-diagnostics.d.ts.map +1 -1
- package/node_modules/@conductor-oss/core/dist/board-diagnostics.js +12 -2
- package/node_modules/@conductor-oss/core/dist/board-diagnostics.js.map +1 -1
- package/node_modules/@conductor-oss/core/dist/board-watcher.d.ts +14 -0
- package/node_modules/@conductor-oss/core/dist/board-watcher.d.ts.map +1 -1
- package/node_modules/@conductor-oss/core/dist/board-watcher.js +97 -39
- package/node_modules/@conductor-oss/core/dist/board-watcher.js.map +1 -1
- package/node_modules/@conductor-oss/core/dist/config.d.ts.map +1 -1
- package/node_modules/@conductor-oss/core/dist/config.js +2 -1
- package/node_modules/@conductor-oss/core/dist/config.js.map +1 -1
- package/node_modules/@conductor-oss/core/dist/index.d.ts +3 -2
- package/node_modules/@conductor-oss/core/dist/index.d.ts.map +1 -1
- package/node_modules/@conductor-oss/core/dist/index.js +2 -1
- package/node_modules/@conductor-oss/core/dist/index.js.map +1 -1
- package/node_modules/@conductor-oss/core/dist/project-paths.d.ts +2 -0
- package/node_modules/@conductor-oss/core/dist/project-paths.d.ts.map +1 -0
- package/node_modules/@conductor-oss/core/dist/project-paths.js +67 -0
- package/node_modules/@conductor-oss/core/dist/project-paths.js.map +1 -0
- package/node_modules/@conductor-oss/core/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-amp/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-agent-amp/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-agent-ccr/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-agent-ccr/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-agent-claude-code/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-agent-claude-code/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-agent-codex/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-agent-codex/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-agent-cursor-cli/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-agent-cursor-cli/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-agent-droid/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-agent-droid/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-agent-gemini/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-agent-gemini/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-agent-github-copilot/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-agent-github-copilot/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-agent-opencode/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-agent-opencode/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-agent-qwen-code/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-agent-qwen-code/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-mcp-server/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-mcp-server/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-notifier-desktop/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-notifier-desktop/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-notifier-discord/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-notifier-discord/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-runtime-tmux/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-runtime-tmux/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-scm-github/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-scm-github/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-terminal-web/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-terminal-web/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-tracker-github/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-tracker-github/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-webhook/package.json +2 -2
- package/node_modules/@conductor-oss/plugin-workspace-worktree/dist/index.js +1 -1
- package/node_modules/@conductor-oss/plugin-workspace-worktree/package.json +2 -2
- package/package.json +21 -21
- package/web/.next/standalone/packages/web/.next/BUILD_ID +1 -1
- package/web/.next/standalone/packages/web/.next/build-manifest.json +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/boards/route.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/boards/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/preferences/route.js +3 -3
- package/web/.next/standalone/packages/web/.next/server/app/api/preferences/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/repositories/route.js +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/api/repositories/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/spawn/route.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/spawn/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/workspaces/route.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/workspaces/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/index.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/index.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/1bc17_next_dist_esm_build_templates_app-route_34b04c2b.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/1bc17_next_dist_esm_build_templates_app-route_b41c4976.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__005aa909._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__03ff76ee._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__07ec6d5c._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__0a0f0f01._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__0ad3545b._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__0e59a166._.js +3 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__13ad088c._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__14b1d4a3._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/{[root-of-the-server]__1cd55204._.js → [root-of-the-server]__1bc4f8f5._.js} +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__1f626a16._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__2062aaab._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__206c3d8a._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__2556a816._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__3fde7043._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__44606e04._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__48875cbb._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__4ac9d639._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__4c3fb752._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__4dab6a6a._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/{[root-of-the-server]__8ca91fef._.js → [root-of-the-server]__53970b23._.js} +2 -2
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__544326ac._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__54a218f0._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__54a76cd2._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__5661ca72._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__5cd49624._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__5d124f64._.js +3 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__5e0533de._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__62608541._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__6d62709d._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__6f6826fa._.js +3 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__749331b0._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__778e46a1._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/{[root-of-the-server]__c9c79703._.js → [root-of-the-server]__7e505454._.js} +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__7e6ea46e._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__84362910._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__848eb266._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__8596d782._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__881858fa._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__885e3a00._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__8c519453._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__96633022._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__98697e45._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/{[root-of-the-server]__6b396859._.js → [root-of-the-server]__9b62b450._.js} +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__9f36b7ec._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__a44f91a4._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__afa79f55._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__b057f7b2._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__b091b8bc._.js +3 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/{[root-of-the-server]__c6c755b1._.js → [root-of-the-server]__b3f4ff98._.js} +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__b59abfbd._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__bea07e07._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__c8618cb1._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__caf8e7cb._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__cb112606._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__cc74ea40._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__cd3692a0._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__cf3cdecd._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__d09e7a99._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__d538c110._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__d93447b9._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__dda8eac1._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__e113f6df._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__e2573a77._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__e308bb89._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__e4976f6d._.js +3 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__ef773ea6._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__f0d15920._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__f47a2a9e._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__f48eb2d4._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__f6a8bbd9._.js +12 -12
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__faceea9b._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__fb6ab669._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_core_dist_index_cdd30418.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_plugins_agent-amp_dist_index_bf3d8239.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_plugins_agent-ccr_dist_index_69cbf726.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_plugins_agent-claude-code_dist_index_31314e43.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_plugins_agent-cursor-cli_dist_index_8d5cc426.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_plugins_agent-droid_dist_index_f731227a.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_plugins_agent-gemini_dist_index_b2d219e8.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_plugins_agent-github-copilot_dist_index_9f80cb45.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_plugins_agent-opencode_dist_index_7c7015da.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_plugins_agent-qwen-code_dist_index_46dd8653.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_plugins_notifier-desktop_dist_index_ef3473f0.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_plugins_notifier-discord_dist_index_34257226.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_plugins_scm-github_dist_index_3b5a621e.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_plugins_terminal-web_dist_index_1e0706d3.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_plugins_tracker-github_dist_index_2d7af62f.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/pages/404.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/pages/500.html +2 -2
- package/web/.next/standalone/packages/web/src/app/api/preferences/route.ts +7 -3
- package/web/.next/standalone/packages/web/src/app/api/repositories/route.ts +7 -2
- package/web/.next/standalone/packages/web/src/app/api/spawn/route.ts +7 -2
- package/web/.next/standalone/packages/web/src/app/api/workspaces/route.ts +16 -4
- package/web/.next/standalone/packages/web/src/lib/projectConfigSync.ts +57 -9
- package/web/.next/standalone/packages/web/tsconfig.tsbuildinfo +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__22609b55._.js +0 -3
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__c3b5cb01._.js +0 -3
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__cfb45c10._.js +0 -3
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__ee0dea96._.js +0 -3
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__f1ccd6fd._.js +0 -3
- /package/web/.next/standalone/packages/web/.next/static/{NkapotuwrwSJq04fXtieC → 2lp61OU9Asm88Hx_JCL5e}/_buildManifest.js +0 -0
- /package/web/.next/standalone/packages/web/.next/static/{NkapotuwrwSJq04fXtieC → 2lp61OU9Asm88Hx_JCL5e}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/standalone/packages/web/.next/static/{NkapotuwrwSJq04fXtieC → 2lp61OU9Asm88Hx_JCL5e}/_ssgManifest.js +0 -0
- /package/web/.next/static/{NkapotuwrwSJq04fXtieC → 2lp61OU9Asm88Hx_JCL5e}/_buildManifest.js +0 -0
- /package/web/.next/static/{NkapotuwrwSJq04fXtieC → 2lp61OU9Asm88Hx_JCL5e}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{NkapotuwrwSJq04fXtieC → 2lp61OU9Asm88Hx_JCL5e}/_ssgManifest.js +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-agent-amp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-agent-ccr",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -169,7 +169,7 @@ export const manifest = {
|
|
|
169
169
|
name: "claude-code",
|
|
170
170
|
slot: "agent",
|
|
171
171
|
description: "Agent plugin: Claude Code CLI",
|
|
172
|
-
version: "0.2.
|
|
172
|
+
version: "0.2.5",
|
|
173
173
|
};
|
|
174
174
|
// =============================================================================
|
|
175
175
|
// JSONL Helpers
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-agent-claude-code",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -61,7 +61,7 @@ export const manifest = {
|
|
|
61
61
|
name: "codex",
|
|
62
62
|
slot: "agent",
|
|
63
63
|
description: "Agent plugin: OpenAI Codex CLI",
|
|
64
|
-
version: "0.2.
|
|
64
|
+
version: "0.2.5",
|
|
65
65
|
};
|
|
66
66
|
// =============================================================================
|
|
67
67
|
// Shell Wrappers (automatic metadata updates)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-agent-codex",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-agent-cursor-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-agent-droid",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -59,7 +59,7 @@ export const manifest = {
|
|
|
59
59
|
name: "gemini",
|
|
60
60
|
slot: "agent",
|
|
61
61
|
description: "Agent plugin: Google Gemini CLI",
|
|
62
|
-
version: "0.2.
|
|
62
|
+
version: "0.2.5",
|
|
63
63
|
};
|
|
64
64
|
// =============================================================================
|
|
65
65
|
// Shell Wrappers
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-agent-gemini",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@conductor-oss/core": "0.2.
|
|
7
|
+
"@conductor-oss/core": "0.2.5"
|
|
8
8
|
},
|
|
9
9
|
"types": "dist/index.d.ts"
|
|
10
10
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-agent-github-copilot",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-agent-opencode",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-agent-qwen-code",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -84,7 +84,7 @@ function serializeProject(id, p) {
|
|
|
84
84
|
export function createMcpServer() {
|
|
85
85
|
const server = new McpServer({
|
|
86
86
|
name: "conductor",
|
|
87
|
-
version: "0.2.
|
|
87
|
+
version: "0.2.5",
|
|
88
88
|
});
|
|
89
89
|
// -------------------------------------------------------------------------
|
|
90
90
|
// Tool: conductor_dispatch
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-mcp-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5",
|
|
9
9
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
10
10
|
"zod": "^4.3.6"
|
|
11
11
|
},
|
|
@@ -14,7 +14,7 @@ export const manifest = {
|
|
|
14
14
|
name: "desktop",
|
|
15
15
|
slot: "notifier",
|
|
16
16
|
description: "Notifier plugin: desktop notifications (macOS + Linux)",
|
|
17
|
-
version: "0.2.
|
|
17
|
+
version: "0.2.5",
|
|
18
18
|
};
|
|
19
19
|
const PLATFORM = platform();
|
|
20
20
|
// ---------------------------------------------------------------------------
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-notifier-desktop",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -9,7 +9,7 @@ export const manifest = {
|
|
|
9
9
|
name: "discord",
|
|
10
10
|
slot: "notifier",
|
|
11
11
|
description: "Notifier plugin: Discord via REST API",
|
|
12
|
-
version: "0.2.
|
|
12
|
+
version: "0.2.5",
|
|
13
13
|
};
|
|
14
14
|
// ---------------------------------------------------------------------------
|
|
15
15
|
// Formatting Helpers
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-notifier-discord",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-runtime-tmux",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -353,7 +353,7 @@ export const manifest = {
|
|
|
353
353
|
name: "github",
|
|
354
354
|
slot: "scm",
|
|
355
355
|
description: "SCM plugin: GitHub PRs, CI checks, reviews, merge readiness",
|
|
356
|
-
version: "0.2.
|
|
356
|
+
version: "0.2.5",
|
|
357
357
|
};
|
|
358
358
|
export function create() {
|
|
359
359
|
return createGitHubSCM();
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-scm-github",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -9,7 +9,7 @@ export const manifest = {
|
|
|
9
9
|
name: "web",
|
|
10
10
|
slot: "terminal",
|
|
11
11
|
description: "Terminal plugin: web terminal via browser",
|
|
12
|
-
version: "0.2.
|
|
12
|
+
version: "0.2.5",
|
|
13
13
|
};
|
|
14
14
|
export function create(config) {
|
|
15
15
|
const dashboardUrl = config?.dashboardUrl ?? "http://localhost:3000";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-terminal-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-tracker-github",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-webhook",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
|
@@ -20,7 +20,7 @@ export const manifest = {
|
|
|
20
20
|
name: "worktree",
|
|
21
21
|
slot: "workspace",
|
|
22
22
|
description: "Workspace plugin: git worktrees",
|
|
23
|
-
version: "0.2.
|
|
23
|
+
version: "0.2.5",
|
|
24
24
|
};
|
|
25
25
|
/** Run a git command in a given directory */
|
|
26
26
|
const GIT_LOCK_RETRY_DELAYS_MS = [300, 700, 1500, 3000, 5000];
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conductor-oss/plugin-workspace-worktree",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@conductor-oss/core": "0.2.
|
|
8
|
+
"@conductor-oss/core": "0.2.5"
|
|
9
9
|
},
|
|
10
10
|
"types": "dist/index.d.ts"
|
|
11
11
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "conductor-oss",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,26 +28,26 @@
|
|
|
28
28
|
"url": "https://github.com/charannyk06/conductor-oss/issues"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@conductor-oss/core": "0.2.
|
|
32
|
-
"@conductor-oss/plugin-agent-claude-code": "0.2.
|
|
33
|
-
"@conductor-oss/plugin-agent-codex": "0.2.
|
|
34
|
-
"@conductor-oss/plugin-agent-gemini": "0.2.
|
|
35
|
-
"@conductor-oss/plugin-agent-amp": "0.2.
|
|
36
|
-
"@conductor-oss/plugin-agent-cursor-cli": "0.2.
|
|
37
|
-
"@conductor-oss/plugin-agent-opencode": "0.2.
|
|
38
|
-
"@conductor-oss/plugin-agent-droid": "0.2.
|
|
39
|
-
"@conductor-oss/plugin-agent-qwen-code": "0.2.
|
|
40
|
-
"@conductor-oss/plugin-agent-ccr": "0.2.
|
|
41
|
-
"@conductor-oss/plugin-agent-github-copilot": "0.2.
|
|
42
|
-
"@conductor-oss/plugin-mcp-server": "0.2.
|
|
43
|
-
"@conductor-oss/plugin-notifier-desktop": "0.2.
|
|
44
|
-
"@conductor-oss/plugin-notifier-discord": "0.2.
|
|
45
|
-
"@conductor-oss/plugin-runtime-tmux": "0.2.
|
|
46
|
-
"@conductor-oss/plugin-scm-github": "0.2.
|
|
47
|
-
"@conductor-oss/plugin-terminal-web": "0.2.
|
|
48
|
-
"@conductor-oss/plugin-tracker-github": "0.2.
|
|
49
|
-
"@conductor-oss/plugin-webhook": "0.2.
|
|
50
|
-
"@conductor-oss/plugin-workspace-worktree": "0.2.
|
|
31
|
+
"@conductor-oss/core": "0.2.5",
|
|
32
|
+
"@conductor-oss/plugin-agent-claude-code": "0.2.5",
|
|
33
|
+
"@conductor-oss/plugin-agent-codex": "0.2.5",
|
|
34
|
+
"@conductor-oss/plugin-agent-gemini": "0.2.5",
|
|
35
|
+
"@conductor-oss/plugin-agent-amp": "0.2.5",
|
|
36
|
+
"@conductor-oss/plugin-agent-cursor-cli": "0.2.5",
|
|
37
|
+
"@conductor-oss/plugin-agent-opencode": "0.2.5",
|
|
38
|
+
"@conductor-oss/plugin-agent-droid": "0.2.5",
|
|
39
|
+
"@conductor-oss/plugin-agent-qwen-code": "0.2.5",
|
|
40
|
+
"@conductor-oss/plugin-agent-ccr": "0.2.5",
|
|
41
|
+
"@conductor-oss/plugin-agent-github-copilot": "0.2.5",
|
|
42
|
+
"@conductor-oss/plugin-mcp-server": "0.2.5",
|
|
43
|
+
"@conductor-oss/plugin-notifier-desktop": "0.2.5",
|
|
44
|
+
"@conductor-oss/plugin-notifier-discord": "0.2.5",
|
|
45
|
+
"@conductor-oss/plugin-runtime-tmux": "0.2.5",
|
|
46
|
+
"@conductor-oss/plugin-scm-github": "0.2.5",
|
|
47
|
+
"@conductor-oss/plugin-terminal-web": "0.2.5",
|
|
48
|
+
"@conductor-oss/plugin-tracker-github": "0.2.5",
|
|
49
|
+
"@conductor-oss/plugin-webhook": "0.2.5",
|
|
50
|
+
"@conductor-oss/plugin-workspace-worktree": "0.2.5",
|
|
51
51
|
"chalk": "^5.6.2",
|
|
52
52
|
"commander": "^14.0.3",
|
|
53
53
|
"ora": "^9.3.0",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2lp61OU9Asm88Hx_JCL5e
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"static/chunks/a6dad97d9634a72d.js"
|
|
8
8
|
],
|
|
9
9
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
10
|
+
"static/2lp61OU9Asm88Hx_JCL5e/_ssgManifest.js",
|
|
11
|
+
"static/2lp61OU9Asm88Hx_JCL5e/_buildManifest.js"
|
|
12
12
|
],
|
|
13
13
|
"rootMainFiles": [
|
|
14
14
|
"static/chunks/f6e6f480ea7f2bb3.js",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
2
|
-
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/f6e6f480ea7f2bb3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[81110,[\"/_next/static/chunks/341731e546f4657a.js\"],\"default\"]\n3:I[8603,[\"/_next/static/chunks/341731e546f4657a.js\"],\"default\"]\n4:I[16839,[\"/_next/static/chunks/341731e546f4657a.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[16839,[\"/_next/static/chunks/341731e546f4657a.js\"],\"ViewportBoundary\"]\n9:I[16839,[\"/_next/static/chunks/341731e546f4657a.js\"],\"MetadataBoundary\"]\nb:I[56561,[\"/_next/static/chunks/341731e546f4657a.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"
|
|
1
|
+
<!DOCTYPE html><!--2lp61OU9Asm88Hx_JCL5e--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/f6e6f480ea7f2bb3.js"/><script src="/_next/static/chunks/9b799cd7eb9a34ff.js" async=""></script><script src="/_next/static/chunks/a0faf637ed06e6dd.js" async=""></script><script src="/_next/static/chunks/aa7fa62da7ba831e.js" async=""></script><script src="/_next/static/chunks/1619024e63c86037.js" async=""></script><script src="/_next/static/chunks/turbopack-c3449aaab622f98c.js" async=""></script><script src="/_next/static/chunks/341731e546f4657a.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
|
|
2
|
+
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/f6e6f480ea7f2bb3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[81110,[\"/_next/static/chunks/341731e546f4657a.js\"],\"default\"]\n3:I[8603,[\"/_next/static/chunks/341731e546f4657a.js\"],\"default\"]\n4:I[16839,[\"/_next/static/chunks/341731e546f4657a.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[16839,[\"/_next/static/chunks/341731e546f4657a.js\"],\"ViewportBoundary\"]\n9:I[16839,[\"/_next/static/chunks/341731e546f4657a.js\"],\"MetadataBoundary\"]\nb:I[56561,[\"/_next/static/chunks/341731e546f4657a.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"2lp61OU9Asm88Hx_JCL5e\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/341731e546f4657a.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
7:I[16839,["/_next/static/chunks/341731e546f4657a.js"],"ViewportBoundary"]
|
|
7
7
|
9:I[16839,["/_next/static/chunks/341731e546f4657a.js"],"MetadataBoundary"]
|
|
8
8
|
b:I[56561,["/_next/static/chunks/341731e546f4657a.js"],"default"]
|
|
9
|
-
0:{"P":null,"b":"
|
|
9
|
+
0:{"P":null,"b":"2lp61OU9Asm88Hx_JCL5e","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/341731e546f4657a.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
|
10
10
|
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
11
11
|
6:null
|
|
12
12
|
a:[]
|