@synapse-research/synapse 0.2.12 → 0.2.14
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/.next/BUILD_ID +1 -1
- package/dist/.next/app-build-manifest.json +524 -502
- package/dist/.next/app-path-routes-manifest.json +55 -54
- package/dist/.next/build-manifest.json +5 -5
- package/dist/.next/prerender-manifest.json +12 -12
- package/dist/.next/routes-manifest.json +8 -0
- package/dist/.next/server/app/(dashboard)/agents/page.js +2 -2
- package/dist/.next/server/app/(dashboard)/agents/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/agents/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/compute/page.js +2 -2
- package/dist/.next/server/app/(dashboard)/compute/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/compute/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/project-groups/[uuid]/page.js +1 -1
- package/dist/.next/server/app/(dashboard)/project-groups/[uuid]/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/project-groups/[uuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/activity/page.js +2 -2
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/activity/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/activity/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/dashboard/page.js +3 -3
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/dashboard/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/dashboard/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/page.js +3 -3
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/page.js +2 -2
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/page.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/new/page.js +3 -3
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/new/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/new/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/page.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-runs/[runUuid]/page.js +2 -2
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-runs/[runUuid]/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-runs/[runUuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-runs/page.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-runs/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-runs/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiments/new/page.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiments/new/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiments/new/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiments/page.js +2 -2
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiments/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiments/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/insights/page.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/insights/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/insights/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/lessons/page.js +82 -0
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/lessons/page.js.nft.json +1 -0
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/lessons/page_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/page.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/related-works/page.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/related-works/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/related-works/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/research-questions/[questionUuid]/page.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/research-questions/[questionUuid]/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/research-questions/[questionUuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/research-questions/page.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/research-questions/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/research-questions/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/settings/page.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/settings/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/settings/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/new/page.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/new/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/new/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/page.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/settings/page.js +1 -1
- package/dist/.next/server/app/(dashboard)/settings/page.js.nft.json +1 -1
- package/dist/.next/server/app/(dashboard)/settings/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/_not-found.html +1 -1
- package/dist/.next/server/app/_not-found.rsc +2 -2
- package/dist/.next/server/app/admin/companies/[uuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/admin/companies/new/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/admin/companies/new.html +1 -1
- package/dist/.next/server/app/admin/companies/new.rsc +4 -4
- package/dist/.next/server/app/admin/companies/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/admin/companies.html +1 -1
- package/dist/.next/server/app/admin/companies.rsc +4 -4
- package/dist/.next/server/app/admin/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/admin.html +1 -1
- package/dist/.next/server/app/admin.rsc +4 -4
- package/dist/.next/server/app/api/admin/companies/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/admin/companies/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/admin/login/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/admin/session/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/admin/stats/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/agents/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/agents/[uuid]/sessions/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/agents/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/api-keys/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/api-keys/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/callback/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/check-default/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/default-login/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/identify/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/me/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/refresh/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/session/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/sync-token/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/comments/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/compute-gpus/[uuid]/release/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/compute-nodes/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/compute-nodes/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/compute-pools/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/compute-pools/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/documents/[uuid]/images/[filename]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/documents/[uuid]/images/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/documents/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/events/notifications/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/events/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-designs/[uuid]/approve/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-designs/[uuid]/close/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-designs/[uuid]/reject/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-designs/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/claim/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/dependencies/[dependsOnRunUuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/dependencies/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/evaluate-criteria/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/registry/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/release/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/sessions/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/complete/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/progress/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/request-plan/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/reset/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/review/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/start/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/health/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/mcp/route.js +83 -3
- package/dist/.next/server/app/api/mcp/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/me/assignments/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/mentionables/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/[uuid]/archive/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/[uuid]/read/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/preferences/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/read-all/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/unread-count/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/onboarding/status/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/project-groups/[uuid]/dashboard/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/project-groups/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/project-groups/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/activity/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/agent-activity/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/available/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/baselines/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/documents/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiment-designs/[designUuid]/validate/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiment-designs/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiment-designs/summary/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiment-runs/dependencies/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiment-runs/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiments/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/github/branches/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/group/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/[workUuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/auto-search/complete/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/auto-search/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/deep-research/complete/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/deep-research/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/research-questions/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/synthesis/complete/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/synthesis/refresh/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/synthesis/trigger/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-questions/[uuid]/claim/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-questions/[uuid]/move/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-questions/[uuid]/release/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-questions/[uuid]/review/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-questions/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/sessions/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/settings/integrations/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/ssh-config/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/index.html +1 -1
- package/dist/.next/server/app/index.rsc +2 -2
- package/dist/.next/server/app/login/admin/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/login/admin.html +1 -1
- package/dist/.next/server/app/login/admin.rsc +3 -3
- package/dist/.next/server/app/login/callback/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/login/callback.html +1 -1
- package/dist/.next/server/app/login/callback.rsc +2 -2
- package/dist/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/login/silent-refresh/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/login/silent-refresh.html +1 -1
- package/dist/.next/server/app/login/silent-refresh.rsc +2 -2
- package/dist/.next/server/app/login.html +1 -1
- package/dist/.next/server/app/login.rsc +3 -3
- package/dist/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/research-projects/new.html +1 -1
- package/dist/.next/server/app/research-projects/new.rsc +4 -4
- package/dist/.next/server/app/research-projects.html +1 -1
- package/dist/.next/server/app/research-projects.rsc +4 -4
- package/dist/.next/server/app/settings.html +1 -1
- package/dist/.next/server/app/settings.rsc +4 -4
- package/dist/.next/server/app-paths-manifest.json +55 -54
- package/dist/.next/server/chunks/2457.js +1 -0
- package/dist/.next/server/chunks/2961.js +1 -1
- package/dist/.next/server/chunks/314.js +1 -1
- package/dist/.next/server/chunks/3390.js +1 -0
- package/dist/.next/server/chunks/3791.js +1 -1
- package/dist/.next/server/chunks/38.js +1 -0
- package/dist/.next/server/chunks/5562.js +1 -0
- package/dist/.next/server/chunks/5731.js +1 -0
- package/dist/.next/server/chunks/6113.js +1 -1
- package/dist/.next/server/chunks/7368.js +1 -1
- package/dist/.next/server/chunks/7422.js +1 -1
- package/dist/.next/server/chunks/7950.js +5 -0
- package/dist/.next/server/chunks/8283.js +1 -1
- package/dist/.next/server/chunks/8499.js +2 -2
- package/dist/.next/server/chunks/920.js +1 -1
- package/dist/.next/server/middleware-build-manifest.js +1 -1
- package/dist/.next/server/middleware-manifest.json +1 -1
- package/dist/.next/server/pages/404.html +1 -1
- package/dist/.next/server/pages/500.html +1 -1
- package/dist/.next/static/chunks/11370-8dbcaac1521218ba.js +1 -0
- package/dist/.next/static/chunks/{93093-24ce597a2771d2b4.js → 12790-d3547c5d0ba40341.js} +1 -1
- package/dist/.next/static/chunks/{93114-fecdce8b8178aac5.js → 24393-0180ede85b53b481.js} +1 -1
- package/dist/.next/static/chunks/2737-f6c323e9c6e8d008.js +1 -0
- package/dist/.next/static/chunks/{21139-d60467f21097636a.js → 30102-38e46ac99fdf4b58.js} +1 -1
- package/dist/.next/static/chunks/4073-2c91d56c6a35deca.js +1 -0
- package/dist/.next/static/chunks/{43721-ae7eb4a95e230f06.js → 43721-35cac435f9f90ebb.js} +1 -1
- package/dist/.next/static/chunks/4860.dc4631dc159e353e.js +1 -0
- package/dist/.next/static/chunks/52891-ceb6172bf494a95d.js +1 -0
- package/dist/.next/static/chunks/53241-ee634986ecd50e43.js +1 -0
- package/dist/.next/static/chunks/58229-09f15b58bdfce521.js +5 -0
- package/dist/.next/static/chunks/71350-e9acd6eea60c4535.js +1 -0
- package/dist/.next/static/chunks/{97844-1df9ddfcc5b2421a.js → 72664-44d48812ccc05bd8.js} +1 -1
- package/dist/.next/static/chunks/80382-794293a6415df0b7.js +1 -0
- package/dist/.next/static/chunks/99373.14bb226afd207689.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/agents/loading-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/agents/{page-f22762510a1aba92.js → page-5c42502d3418fea0.js} +1 -1
- package/dist/.next/static/chunks/app/(dashboard)/compute/loading-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/compute/{page-69bcc7e8611d9a67.js → page-b1e10b06af4a57c3.js} +1 -1
- package/dist/.next/static/chunks/app/(dashboard)/layout-d7c0c55fdba0b163.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/loading-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/project-groups/[uuid]/page-0a21af59529a8509.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/activity/page-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/dashboard/loading-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/dashboard/page-b7f19c062b2c8f02.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/page-05f8715faaae4033.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/documents/loading-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/documents/page-eaed24baf6186f5b.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/page-59331da86cfbd003.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiment-designs/page-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiment-runs/[runUuid]/page-15b1b86e6f55f21e.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiment-runs/page-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiments/loading-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiments/page-5323a1a768358d47.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/insights/loading-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/insights/{page-1c58128ace8f50f2.js → page-ad987324ef5a425d.js} +1 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/lessons/loading-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/lessons/page-572ec754feeaffec.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/loading-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/page-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/related-works/loading-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/related-works/page-9b513afaf235e272.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/research-questions/[questionUuid]/page-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/research-questions/loading-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/research-questions/page-032daa6cc9ef5908.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/settings/loading-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/settings/page-3321b22cb77f244e.js +1 -0
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/new/{page-7b7e9752df9a4343.js → page-ec36a137724ea1c7.js} +1 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/{page-e1833dc32e8e5180.js → page-3ce35d315183d0e7.js} +1 -1
- package/dist/.next/static/chunks/app/(dashboard)/settings/{page-5c5369e7fe336fbf.js → page-2b9b838ede7154fb.js} +1 -1
- package/dist/.next/static/chunks/app/admin/companies/[uuid]/page-1dd55ce3a4bb64a8.js +1 -0
- package/dist/.next/static/chunks/app/admin/companies/new/page-7407b0a795cb3bab.js +1 -0
- package/dist/.next/static/chunks/app/admin/companies/page-9266b9905f865716.js +1 -0
- package/dist/.next/static/chunks/app/admin/layout-e8ba70042af5389f.js +1 -0
- package/dist/.next/static/chunks/app/admin/page-c8e46daaf1069303.js +1 -0
- package/dist/.next/static/chunks/app/api/admin/companies/[uuid]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/admin/companies/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/admin/login/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/admin/session/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/admin/stats/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/agents/[uuid]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/agents/[uuid]/sessions/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/agents/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/api-keys/[uuid]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/api-keys/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/callback/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/check-default/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/default-login/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/identify/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/logout/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/me/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/refresh/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/session/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/auth/sync-token/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/comments/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/compute-gpus/[uuid]/release/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/compute-nodes/[uuid]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/compute-nodes/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/compute-pools/[uuid]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/compute-pools/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/documents/[uuid]/images/[filename]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/documents/[uuid]/images/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/documents/[uuid]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/events/notifications/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/events/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/approve/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/close/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/reject/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/claim/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/dependencies/[dependsOnRunUuid]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/dependencies/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/evaluate-criteria/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/registry/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/release/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/sessions/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/complete/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/progress/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/request-plan/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/reset/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/review/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/start/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/health/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/mcp/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/me/assignments/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/mentionables/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/notifications/[uuid]/archive/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/notifications/[uuid]/read/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/notifications/preferences/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/notifications/read-all/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/notifications/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/notifications/unread-count/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/onboarding/status/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/project-groups/[uuid]/dashboard/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/project-groups/[uuid]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/project-groups/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/activity/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/agent-activity/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/available/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/baselines/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/documents/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-designs/[designUuid]/validate/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-designs/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-designs/summary/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-runs/dependencies/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-runs/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiments/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/github/branches/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/group/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/[workUuid]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/auto-search/complete/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/auto-search/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/deep-research/complete/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/deep-research/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/research-questions/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/synthesis/complete/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/synthesis/refresh/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/synthesis/trigger/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-projects/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/claim/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/move/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/release/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/review/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/sessions/[uuid]/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/settings/integrations/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/api/ssh-config/route-94bec255806637fb.js +1 -0
- package/dist/.next/static/chunks/app/login/admin/page-78ff162d0a473389.js +1 -0
- package/dist/.next/static/chunks/app/login/{page-d3862c6ba55e15f6.js → page-7f563c406447e242.js} +1 -1
- package/dist/.next/static/chunks/app/onboarding/{page-ee736550d4f970e2.js → page-b0e345a7959b1576.js} +1 -1
- package/dist/.next/static/chunks/{webpack-a5770aaad373187a.js → webpack-22f5eba5b76c577a.js} +1 -1
- package/dist/.next/static/css/a10581cad102651e.css +1 -0
- package/dist/prisma/migrations/20260514192000_add_experiment_incident_lessons/migration.sql +59 -0
- package/dist/prisma/schema.prisma +36 -0
- package/package.json +4 -2
- package/dist/.next/server/chunks/1216.js +0 -1
- package/dist/.next/server/chunks/5826.js +0 -5
- package/dist/.next/server/chunks/6088.js +0 -1
- package/dist/.next/server/chunks/658.js +0 -1
- package/dist/.next/server/chunks/907.js +0 -1
- package/dist/.next/static/chunks/1156-c099265b7c7de8ea.js +0 -1
- package/dist/.next/static/chunks/18148-29dd083467122773.js +0 -1
- package/dist/.next/static/chunks/30895-8fe158fae80e0ac2.js +0 -1
- package/dist/.next/static/chunks/32825-46542f8813e05868.js +0 -1
- package/dist/.next/static/chunks/41320-4cbf34803a25b1ad.js +0 -1
- package/dist/.next/static/chunks/4860.267547168b346b58.js +0 -1
- package/dist/.next/static/chunks/52559-356f88ebc2bb1714.js +0 -5
- package/dist/.next/static/chunks/6322-9e58509119d6db0b.js +0 -1
- package/dist/.next/static/chunks/67620-3b37bef40b49d08b.js +0 -1
- package/dist/.next/static/chunks/99373.3c4a4c4eccf26a3b.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/agents/loading-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/compute/loading-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/layout-ea19529c2ac3ff78.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/loading-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/project-groups/[uuid]/page-4253047e033c8fb4.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/activity/page-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/dashboard/loading-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/dashboard/page-ec1b0b839044995f.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/page-568a065a6fe9562f.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/documents/loading-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/documents/page-e878d5cfbf44770c.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/page-5be7b5428cfa9953.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiment-designs/page-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiment-runs/[runUuid]/page-9eaecee406d4cccc.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiment-runs/page-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiments/loading-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiments/page-e25f36eeb9b68948.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/insights/loading-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/loading-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/page-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/related-works/loading-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/related-works/page-e8591798d8d793b0.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/research-questions/[questionUuid]/page-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/research-questions/loading-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/research-questions/page-ec1db775ef5d5e4e.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/settings/loading-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/settings/page-de1cf685bb18e7a2.js +0 -1
- package/dist/.next/static/chunks/app/admin/companies/[uuid]/page-66ee6875a58dfcc9.js +0 -1
- package/dist/.next/static/chunks/app/admin/companies/new/page-acf33900c54cbf61.js +0 -1
- package/dist/.next/static/chunks/app/admin/companies/page-44f47c5fe9f01931.js +0 -1
- package/dist/.next/static/chunks/app/admin/layout-bcbd13b1b30f7c39.js +0 -1
- package/dist/.next/static/chunks/app/admin/page-4b50b1de904861bf.js +0 -1
- package/dist/.next/static/chunks/app/api/admin/companies/[uuid]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/admin/companies/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/admin/login/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/admin/session/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/admin/stats/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/agents/[uuid]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/agents/[uuid]/sessions/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/agents/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/api-keys/[uuid]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/api-keys/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/callback/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/check-default/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/default-login/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/identify/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/logout/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/me/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/refresh/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/session/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/auth/sync-token/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/comments/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/compute-gpus/[uuid]/release/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/compute-nodes/[uuid]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/compute-nodes/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/compute-pools/[uuid]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/compute-pools/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/documents/[uuid]/images/[filename]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/documents/[uuid]/images/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/documents/[uuid]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/events/notifications/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/events/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/approve/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/close/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/reject/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-designs/[uuid]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/claim/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/dependencies/[dependsOnRunUuid]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/dependencies/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/evaluate-criteria/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/registry/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/release/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiment-runs/[uuid]/sessions/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/complete/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/progress/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/request-plan/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/reset/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/review/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/experiments/[uuid]/start/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/health/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/mcp/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/me/assignments/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/mentionables/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/notifications/[uuid]/archive/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/notifications/[uuid]/read/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/notifications/preferences/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/notifications/read-all/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/notifications/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/notifications/unread-count/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/onboarding/status/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/project-groups/[uuid]/dashboard/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/project-groups/[uuid]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/project-groups/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/activity/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/agent-activity/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/available/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/baselines/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/documents/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-designs/[designUuid]/validate/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-designs/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-designs/summary/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-runs/dependencies/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiment-runs/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/experiments/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/github/branches/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/group/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/[workUuid]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/auto-search/complete/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/auto-search/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/deep-research/complete/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/deep-research/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/related-works/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/research-questions/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/synthesis/complete/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/synthesis/refresh/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/[uuid]/synthesis/trigger/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-projects/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/claim/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/move/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/release/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/review/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/research-questions/[uuid]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/sessions/[uuid]/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/settings/integrations/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/api/ssh-config/route-6b2a05f797e2c4a9.js +0 -1
- package/dist/.next/static/chunks/app/login/admin/page-8dda79e82c76ba88.js +0 -1
- package/dist/.next/static/css/81cb96eb0c1ad534.css +0 -1
- package/dist/public/skill/SKILL.md +0 -200
- package/dist/public/skill/aris-synapse-sync/SKILL.md +0 -368
- package/dist/public/skill/package.json +0 -79
- package/dist/public/skill/references/00-common-tools.md +0 -253
- package/dist/public/skill/references/01-setup.md +0 -251
- package/dist/public/skill/references/02-pm-workflow.md +0 -584
- package/dist/public/skill/references/03-developer-workflow.md +0 -325
- package/dist/public/skill/references/04-admin-workflow.md +0 -328
- package/dist/public/skill/references/06-claude-code-agent-teams.md +0 -233
- package/dist/public/synapse-plugin/.claude-plugin/plugin.json +0 -20
- package/dist/public/synapse-plugin/.mcp.json +0 -11
- package/dist/public/synapse-plugin/bin/on-post-create-experiment.sh +0 -61
- package/dist/public/synapse-plugin/bin/on-post-submit-results.sh +0 -56
- package/dist/public/synapse-plugin/bin/on-pre-enter-plan.sh +0 -26
- package/dist/public/synapse-plugin/bin/on-pre-exit-plan.sh +0 -22
- package/dist/public/synapse-plugin/bin/on-pre-spawn-agent.sh +0 -64
- package/dist/public/synapse-plugin/bin/on-session-end.sh +0 -39
- package/dist/public/synapse-plugin/bin/on-session-start.sh +0 -284
- package/dist/public/synapse-plugin/bin/on-subagent-start.sh +0 -233
- package/dist/public/synapse-plugin/bin/on-subagent-stop.sh +0 -80
- package/dist/public/synapse-plugin/bin/on-task-completed.sh +0 -66
- package/dist/public/synapse-plugin/bin/on-teammate-idle.sh +0 -47
- package/dist/public/synapse-plugin/bin/on-user-prompt.sh +0 -57
- package/dist/public/synapse-plugin/bin/synapse-api.sh +0 -387
- package/dist/public/synapse-plugin/bin/test-syntax.sh +0 -85
- package/dist/public/synapse-plugin/hooks/hooks.json +0 -125
- package/dist/public/synapse-plugin/skills/autonomy/SKILL.md +0 -177
- package/dist/public/synapse-plugin/skills/experiments/SKILL.md +0 -135
- package/dist/public/synapse-plugin/skills/research/SKILL.md +0 -58
- package/dist/public/synapse-plugin/skills/sessions/SKILL.md +0 -176
- package/dist/public/synapse-plugin/skills/setup/SKILL.md +0 -108
- package/dist/public/synapse-plugin/skills/synapse/SKILL.md +0 -145
- package/dist/public/synapse-plugin/skills/synapse/package.json +0 -49
- package/dist/public/synapse-plugin/skills/synapse/references/00-common-tools.md +0 -144
- package/dist/public/synapse-plugin/skills/synapse/references/01-setup.md +0 -130
- package/dist/public/synapse-plugin/skills/synapse/references/02-research-workflow.md +0 -145
- package/dist/public/synapse-plugin/skills/synapse/references/03-experiment-workflow.md +0 -319
- package/dist/public/synapse-plugin/skills/synapse/references/04-autonomous-loop.md +0 -223
- package/dist/public/synapse-plugin/skills/synapse/references/05-session-sub-agent.md +0 -253
- /package/dist/.next/static/{CTg26EE4IkxbdY0E6xEiL → pDqWpKlO0UvhYF_M3n6bG}/_buildManifest.js +0 -0
- /package/dist/.next/static/{CTg26EE4IkxbdY0E6xEiL → pDqWpKlO0UvhYF_M3n6bG}/_ssgManifest.js +0 -0
|
@@ -1,368 +0,0 @@
|
|
|
1
|
-
# ARIS → Synapse Dashboard Sync
|
|
2
|
-
|
|
3
|
-
## Purpose
|
|
4
|
-
|
|
5
|
-
When running ARIS research workflows (idea-discovery, experiment-bridge, run-experiment, auto-review-loop, paper-writing, research-pipeline), **automatically sync progress to Synapse** for real-time dashboard visualization.
|
|
6
|
-
|
|
7
|
-
This skill is a **sidecar** — it adds observability without changing ARIS behavior. ARIS controls the research flow; Synapse provides the dashboard.
|
|
8
|
-
|
|
9
|
-
## Golden Rule
|
|
10
|
-
|
|
11
|
-
**Sync failures MUST NOT block ARIS workflows.** If any Synapse MCP call fails, log it and continue. ARIS execution always takes priority.
|
|
12
|
-
|
|
13
|
-
## Prerequisites
|
|
14
|
-
|
|
15
|
-
- Synapse MCP server configured in `.mcp.json` or `~/.claude/settings.json`
|
|
16
|
-
- Agent API key with roles: `pre_research`, `research`, `experiment`, `report`
|
|
17
|
-
- (Optional) A pre-created Synapse ResearchProject UUID
|
|
18
|
-
|
|
19
|
-
## State File
|
|
20
|
-
|
|
21
|
-
Maintain `.aris-synapse-sync.json` in the working directory. This maps ARIS artifacts to Synapse UUIDs.
|
|
22
|
-
|
|
23
|
-
```json
|
|
24
|
-
{
|
|
25
|
-
"projectUuid": null,
|
|
26
|
-
"mainExperimentUuid": null,
|
|
27
|
-
"researchQuestions": {},
|
|
28
|
-
"documents": {},
|
|
29
|
-
"reviewRound": 0,
|
|
30
|
-
"lastSyncAt": null
|
|
31
|
-
}
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
**On first sync:** create this file. **On subsequent syncs:** read, update, write back.
|
|
35
|
-
|
|
36
|
-
---
|
|
37
|
-
|
|
38
|
-
## Checkpoint Protocol
|
|
39
|
-
|
|
40
|
-
Execute these checkpoints at the corresponding ARIS workflow stages. Each checkpoint is independent — execute whichever checkpoints apply to the current workflow.
|
|
41
|
-
|
|
42
|
-
### Checkpoint 0: Session Init
|
|
43
|
-
|
|
44
|
-
**When:** At the START of any ARIS workflow (before any ARIS skill execution).
|
|
45
|
-
|
|
46
|
-
```
|
|
47
|
-
1. Read .aris-synapse-sync.json (or create if missing)
|
|
48
|
-
2. Call synapse_checkin()
|
|
49
|
-
3. If projectUuid is null:
|
|
50
|
-
a. If user provided a Synapse project UUID → use it
|
|
51
|
-
b. Otherwise → synapse_create_research_project({
|
|
52
|
-
name: "ARIS: <research direction/topic>",
|
|
53
|
-
description: "<1-2 sentence research goal>"
|
|
54
|
-
})
|
|
55
|
-
c. Save projectUuid to state file
|
|
56
|
-
4. Log: "Synapse sync initialized → project <uuid>"
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
### Checkpoint 1: Literature Sync
|
|
60
|
-
|
|
61
|
-
**When:** After `/research-lit` or any literature search completes.
|
|
62
|
-
|
|
63
|
-
For each paper discovered:
|
|
64
|
-
```
|
|
65
|
-
synapse_add_related_work({
|
|
66
|
-
researchProjectUuid: <projectUuid>,
|
|
67
|
-
title: <paper title>,
|
|
68
|
-
url: <arxiv URL or DOI link>,
|
|
69
|
-
authors: <author list as string>,
|
|
70
|
-
abstract: <abstract text>,
|
|
71
|
-
arxivId: <arxiv ID if available>,
|
|
72
|
-
year: <publication year>,
|
|
73
|
-
source: "arxiv" // or "semantic_scholar", "deepxiv"
|
|
74
|
-
})
|
|
75
|
-
```
|
|
76
|
-
|
|
77
|
-
If a deep research / literature review report is produced:
|
|
78
|
-
```
|
|
79
|
-
synapse_save_deep_research_report({
|
|
80
|
-
researchProjectUuid: <projectUuid>,
|
|
81
|
-
title: "ARIS Literature Review: <topic>",
|
|
82
|
-
content: <full review content as markdown>
|
|
83
|
-
})
|
|
84
|
-
```
|
|
85
|
-
|
|
86
|
-
**Note:** `synapse_add_related_work` has built-in dedup (returns `isNew: false` for duplicates). Safe to re-sync.
|
|
87
|
-
|
|
88
|
-
### Checkpoint 2: Ideas Sync
|
|
89
|
-
|
|
90
|
-
**When:** After `/idea-creator` or `/idea-discovery` produces ranked ideas (IDEA_REPORT.md).
|
|
91
|
-
|
|
92
|
-
For each generated idea:
|
|
93
|
-
```
|
|
94
|
-
synapse_create_research_question({
|
|
95
|
-
researchProjectUuid: <projectUuid>,
|
|
96
|
-
title: "Idea #<rank>: <idea title>",
|
|
97
|
-
content: "<idea summary>\n\n**Confidence:** <score>\n**Novelty:** <assessment>\n**Feasibility:** <assessment>"
|
|
98
|
-
})
|
|
99
|
-
→ Save { "<idea-slug>": "<researchQuestionUuid>" } to state file
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
### Checkpoint 3: Idea Selected → Experiment Created
|
|
103
|
-
|
|
104
|
-
**When:** After an idea is selected for execution (user selects or auto-select #1).
|
|
105
|
-
|
|
106
|
-
```
|
|
107
|
-
synapse_create_experiment({
|
|
108
|
-
researchProjectUuid: <projectUuid>,
|
|
109
|
-
title: <selected idea title>,
|
|
110
|
-
description: <idea description + hypothesis + expected outcome>,
|
|
111
|
-
researchQuestionUuid: <mapped from state file if available>,
|
|
112
|
-
priority: "high"
|
|
113
|
-
})
|
|
114
|
-
→ Save mainExperimentUuid to state file
|
|
115
|
-
```
|
|
116
|
-
|
|
117
|
-
**Note:** ARIS sync is user-directed terminal work, not autonomous-loop orchestration. This creates the experiment in `pending_review` for review. Only autonomous-loop agents should call `synapse_propose_experiment`.
|
|
118
|
-
|
|
119
|
-
### Checkpoint 4: Experiment Plan Sync
|
|
120
|
-
|
|
121
|
-
**When:** After `/experiment-plan` or `/experiment-bridge` produces EXPERIMENT_PLAN.md.
|
|
122
|
-
|
|
123
|
-
```
|
|
124
|
-
synapse_create_document({
|
|
125
|
-
researchProjectUuid: <projectUuid>,
|
|
126
|
-
type: "methodology",
|
|
127
|
-
title: "ARIS Experiment Plan: <topic>",
|
|
128
|
-
content: <full experiment plan as markdown>
|
|
129
|
-
})
|
|
130
|
-
→ Save { "EXPERIMENT_PLAN": "<documentUuid>" } to state file
|
|
131
|
-
```
|
|
132
|
-
|
|
133
|
-
### Checkpoint 5: Experiment Execution
|
|
134
|
-
|
|
135
|
-
**When:** During `/run-experiment` or `/experiment-bridge` execution phases.
|
|
136
|
-
|
|
137
|
-
**5a. Experiment starts:**
|
|
138
|
-
```
|
|
139
|
-
synapse_start_experiment({
|
|
140
|
-
experimentUuid: <mainExperimentUuid>,
|
|
141
|
-
workingNotes: "ARIS experiment execution started.\nGPU: <gpu info>\nEstimated time: <budget>"
|
|
142
|
-
})
|
|
143
|
-
```
|
|
144
|
-
|
|
145
|
-
If `synapse_start_experiment` fails (e.g. wrong status), fall back to progress reporting only.
|
|
146
|
-
|
|
147
|
-
**5b. During execution (periodic, every significant milestone):**
|
|
148
|
-
```
|
|
149
|
-
synapse_report_experiment_progress({
|
|
150
|
-
experimentUuid: <mainExperimentUuid>,
|
|
151
|
-
message: <current status — e.g. "Sanity check passed ✓" or "Epoch 5/20 | loss=0.342 | acc=0.76">,
|
|
152
|
-
phase: <"sanity_check" | "baseline" | "main_experiment" | "ablation">,
|
|
153
|
-
liveStatus: "running"
|
|
154
|
-
})
|
|
155
|
-
```
|
|
156
|
-
|
|
157
|
-
Report at these ARIS milestones:
|
|
158
|
-
- Sanity check start/pass/fail
|
|
159
|
-
- Each experiment run start
|
|
160
|
-
- Training progress (every ~25% or significant metric change)
|
|
161
|
-
- Run completion with key metrics
|
|
162
|
-
- Auto-debug retries
|
|
163
|
-
|
|
164
|
-
**5c. Baseline registration (if applicable):**
|
|
165
|
-
```
|
|
166
|
-
synapse_create_baseline({
|
|
167
|
-
researchProjectUuid: <projectUuid>,
|
|
168
|
-
name: "ARIS Baseline: <method name>",
|
|
169
|
-
metrics: { "accuracy": 0.82, "f1": 0.79, ... },
|
|
170
|
-
experimentUuid: <mainExperimentUuid>
|
|
171
|
-
})
|
|
172
|
-
```
|
|
173
|
-
|
|
174
|
-
### Checkpoint 6: Review Loop Sync
|
|
175
|
-
|
|
176
|
-
**When:** During `/auto-review-loop`, after each review round completes.
|
|
177
|
-
|
|
178
|
-
**6a. Review received (after Phase A-B):**
|
|
179
|
-
```
|
|
180
|
-
synapse_add_comment({
|
|
181
|
-
targetType: "experiment",
|
|
182
|
-
targetUuid: <mainExperimentUuid>,
|
|
183
|
-
content: "## 📋 Review Round <N>\n\n**Score:** <X>/10\n**Verdict:** <ready|almost|not ready>\n\n### Weaknesses\n<ranked list>\n\n### Required Fixes\n<action items>\n\n---\n*Reviewer: <codex|oracle-pro>*"
|
|
184
|
-
})
|
|
185
|
-
|
|
186
|
-
synapse_report_experiment_progress({
|
|
187
|
-
experimentUuid: <mainExperimentUuid>,
|
|
188
|
-
message: "Review Round <N>: <score>/10 — <verdict>",
|
|
189
|
-
phase: "review_round_<N>",
|
|
190
|
-
liveStatus: "running"
|
|
191
|
-
})
|
|
192
|
-
|
|
193
|
-
→ Update reviewRound in state file
|
|
194
|
-
```
|
|
195
|
-
|
|
196
|
-
**6b. Fixes implemented (after Phase C-D):**
|
|
197
|
-
```
|
|
198
|
-
synapse_report_experiment_progress({
|
|
199
|
-
experimentUuid: <mainExperimentUuid>,
|
|
200
|
-
message: "Round <N> fixes applied: <summary of changes and new experiments run>",
|
|
201
|
-
phase: "review_fixes_<N>"
|
|
202
|
-
})
|
|
203
|
-
```
|
|
204
|
-
|
|
205
|
-
**6c. Debate transcript (hard/nightmare mode, after Phase B.5-B.6):**
|
|
206
|
-
```
|
|
207
|
-
synapse_add_comment({
|
|
208
|
-
targetType: "experiment",
|
|
209
|
-
targetUuid: <mainExperimentUuid>,
|
|
210
|
-
content: "## ⚖️ Debate Round <N>\n\n<debate transcript with SUSTAINED/OVERRULED verdicts>"
|
|
211
|
-
})
|
|
212
|
-
```
|
|
213
|
-
|
|
214
|
-
### Checkpoint 7: Experiment Complete
|
|
215
|
-
|
|
216
|
-
**When:** After `/auto-review-loop` finishes (all rounds done or score threshold met), or after `/run-experiment` completes without review loop.
|
|
217
|
-
|
|
218
|
-
```
|
|
219
|
-
synapse_submit_experiment_results({
|
|
220
|
-
experimentUuid: <mainExperimentUuid>,
|
|
221
|
-
outcome: <score >= 6 ? "positive" : "negative">,
|
|
222
|
-
experimentResults: {
|
|
223
|
-
"finalScore": <last review score>,
|
|
224
|
-
"totalRounds": <N>,
|
|
225
|
-
"scoreProgression": [5.0, 6.5, 6.8, 7.5],
|
|
226
|
-
"verdict": <final verdict>,
|
|
227
|
-
"keyMetrics": { <metric: value pairs> },
|
|
228
|
-
"summary": <1-2 paragraph result summary>
|
|
229
|
-
}
|
|
230
|
-
})
|
|
231
|
-
```
|
|
232
|
-
|
|
233
|
-
### Checkpoint 8: Document Sync
|
|
234
|
-
|
|
235
|
-
**When:** After `/paper-writing`, `/paper-compile`, or report generation.
|
|
236
|
-
|
|
237
|
-
**8a. Narrative report:**
|
|
238
|
-
```
|
|
239
|
-
doc = state.documents["NARRATIVE_REPORT"]
|
|
240
|
-
if doc exists:
|
|
241
|
-
synapse_update_document({ documentUuid: doc, content: <updated content> })
|
|
242
|
-
else:
|
|
243
|
-
synapse_create_document({
|
|
244
|
-
researchProjectUuid: <projectUuid>,
|
|
245
|
-
type: "results_report",
|
|
246
|
-
title: "ARIS Narrative Report: <topic>",
|
|
247
|
-
content: <NARRATIVE_REPORT.md content>
|
|
248
|
-
})
|
|
249
|
-
→ Save to state file
|
|
250
|
-
```
|
|
251
|
-
|
|
252
|
-
**8b. Paper draft:**
|
|
253
|
-
```
|
|
254
|
-
synapse_create_document({
|
|
255
|
-
researchProjectUuid: <projectUuid>,
|
|
256
|
-
type: "other",
|
|
257
|
-
title: "ARIS Paper Draft: <paper title>",
|
|
258
|
-
content: <paper content or "Paper compiled. See local PDF: <path>">
|
|
259
|
-
})
|
|
260
|
-
```
|
|
261
|
-
|
|
262
|
-
**8c. Auto-improvement round results:**
|
|
263
|
-
```
|
|
264
|
-
synapse_update_document({
|
|
265
|
-
documentUuid: <paper doc uuid>,
|
|
266
|
-
content: <updated paper content after improvement round>
|
|
267
|
-
})
|
|
268
|
-
// Document versioning auto-increments (v1 → v2 → v3)
|
|
269
|
-
```
|
|
270
|
-
|
|
271
|
-
---
|
|
272
|
-
|
|
273
|
-
## Workflow-to-Checkpoint Mapping
|
|
274
|
-
|
|
275
|
-
Quick reference for which checkpoints apply to each ARIS workflow:
|
|
276
|
-
|
|
277
|
-
| ARIS Workflow | Checkpoints |
|
|
278
|
-
|---------------|-------------|
|
|
279
|
-
| `/idea-discovery` | 0 → 1 → 2 |
|
|
280
|
-
| `/research-lit` | 0 → 1 |
|
|
281
|
-
| `/idea-creator` | 0 → 2 |
|
|
282
|
-
| `/experiment-plan` | 0 → 4 |
|
|
283
|
-
| `/experiment-bridge` | 0 → 3 → 4 → 5 |
|
|
284
|
-
| `/run-experiment` | 0 → 5 → 7 |
|
|
285
|
-
| `/auto-review-loop` | 0 → 6 → 7 |
|
|
286
|
-
| `/paper-writing` | 0 → 8 |
|
|
287
|
-
| `/paper-compile` | 0 → 8 |
|
|
288
|
-
| `/auto-paper-improvement-loop` | 0 → 8 |
|
|
289
|
-
| `/research-pipeline` | 0 → 1 → 2 → 3 → 4 → 5 → 6 → 7 → 8 (full chain) |
|
|
290
|
-
| `/result-to-claim` | 0 → 7 (update experiment results with claims) |
|
|
291
|
-
|
|
292
|
-
## Error Handling
|
|
293
|
-
|
|
294
|
-
```
|
|
295
|
-
For every Synapse MCP call:
|
|
296
|
-
try:
|
|
297
|
-
result = call synapse tool
|
|
298
|
-
update state file
|
|
299
|
-
catch:
|
|
300
|
-
log: "⚠️ Synapse sync failed at checkpoint <N>: <error>"
|
|
301
|
-
continue ARIS workflow (NEVER block)
|
|
302
|
-
```
|
|
303
|
-
|
|
304
|
-
Common failures and responses:
|
|
305
|
-
- **MCP server unreachable**: Log warning, disable sync for this session (set `syncEnabled: false` in state)
|
|
306
|
-
- **Auth error (401/403)**: Log "API key missing or invalid", disable sync
|
|
307
|
-
- **Project not found**: Re-run checkpoint 0 to create project
|
|
308
|
-
- **Experiment status conflict**: Fall back to progress reporting and comments only (skip `start_experiment` / `submit_results`)
|
|
309
|
-
- **Rate limit**: Add 2s delay between batch calls (e.g. multiple `add_related_work`)
|
|
310
|
-
|
|
311
|
-
## State File Recovery
|
|
312
|
-
|
|
313
|
-
If `.aris-synapse-sync.json` is lost or corrupted:
|
|
314
|
-
|
|
315
|
-
1. Call `synapse_checkin()` to get agent identity
|
|
316
|
-
2. Call `synapse_list_research_projects()` to find existing ARIS project (match by name prefix "ARIS:")
|
|
317
|
-
3. Call `synapse_get_assigned_experiments()` to find active experiment
|
|
318
|
-
4. Reconstruct state file from Synapse data
|
|
319
|
-
5. Continue sync from current ARIS workflow state
|
|
320
|
-
|
|
321
|
-
## Setup Instructions
|
|
322
|
-
|
|
323
|
-
### 1. Configure Synapse MCP
|
|
324
|
-
|
|
325
|
-
Add to `.mcp.json` in your research project directory:
|
|
326
|
-
```json
|
|
327
|
-
{
|
|
328
|
-
"mcpServers": {
|
|
329
|
-
"synapse": {
|
|
330
|
-
"type": "streamable-http",
|
|
331
|
-
"url": "https://<synapse-host>/api/mcp",
|
|
332
|
-
"headers": {
|
|
333
|
-
"Authorization": "Bearer syn_<your-api-key>"
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
}
|
|
338
|
-
```
|
|
339
|
-
|
|
340
|
-
### 2. Create Synapse Agent
|
|
341
|
-
|
|
342
|
-
In Synapse web UI (`/agents`):
|
|
343
|
-
- Create agent with roles: `pre_research`, `research`, `experiment`, `report`
|
|
344
|
-
- Type: `claude_code`
|
|
345
|
-
- Generate API key (prefix: `syn_`)
|
|
346
|
-
|
|
347
|
-
### 3. (Optional) Pre-create Project
|
|
348
|
-
|
|
349
|
-
Create a ResearchProject in Synapse web UI. Copy its UUID and pass when starting ARIS:
|
|
350
|
-
```
|
|
351
|
-
> /research-pipeline "your topic" — synapse-project: <uuid>
|
|
352
|
-
```
|
|
353
|
-
|
|
354
|
-
Or let the sync skill auto-create the project at checkpoint 0.
|
|
355
|
-
|
|
356
|
-
### 4. Install This Skill
|
|
357
|
-
|
|
358
|
-
```bash
|
|
359
|
-
# Copy to Claude Code skills directory
|
|
360
|
-
cp -r aris-synapse-sync/ ~/.claude/skills/aris-synapse-sync/
|
|
361
|
-
```
|
|
362
|
-
|
|
363
|
-
### 5. Run ARIS Normally
|
|
364
|
-
|
|
365
|
-
```
|
|
366
|
-
> /idea-discovery "efficient attention for long sequences"
|
|
367
|
-
# Sync happens automatically at each checkpoint
|
|
368
|
-
```
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "synapse-skill",
|
|
3
|
-
"version": "0.1.0",
|
|
4
|
-
"description": "Synapse AI Agent collaboration platform skill. Supports PM, Developer, and Admin roles via MCP tools for the Idea-Proposal-Task workflow.",
|
|
5
|
-
"author": "synapse",
|
|
6
|
-
"license": "AGPL-3.0",
|
|
7
|
-
"keywords": [
|
|
8
|
-
"synapse",
|
|
9
|
-
"skill",
|
|
10
|
-
"project-management",
|
|
11
|
-
"ai-agent",
|
|
12
|
-
"mcp",
|
|
13
|
-
"pm",
|
|
14
|
-
"developer",
|
|
15
|
-
"admin",
|
|
16
|
-
"collaboration"
|
|
17
|
-
],
|
|
18
|
-
"synapse": {
|
|
19
|
-
"category": "project-management",
|
|
20
|
-
"mcp_server": "synapse",
|
|
21
|
-
"files": {
|
|
22
|
-
"SKILL.md": "/skill/SKILL.md",
|
|
23
|
-
"references/00-common-tools.md": "/skill/references/00-common-tools.md",
|
|
24
|
-
"references/01-setup.md": "/skill/references/01-setup.md",
|
|
25
|
-
"references/02-pm-workflow.md": "/skill/references/02-pm-workflow.md",
|
|
26
|
-
"references/03-developer-workflow.md": "/skill/references/03-developer-workflow.md",
|
|
27
|
-
"references/04-admin-workflow.md": "/skill/references/04-admin-workflow.md",
|
|
28
|
-
"references/06-claude-code-agent-teams.md": "/skill/references/06-claude-code-agent-teams.md"
|
|
29
|
-
},
|
|
30
|
-
"requires": {
|
|
31
|
-
"mcp": ["synapse"]
|
|
32
|
-
},
|
|
33
|
-
"triggers": [
|
|
34
|
-
"synapse",
|
|
35
|
-
"checkin",
|
|
36
|
-
"claim task",
|
|
37
|
-
"claim idea",
|
|
38
|
-
"create proposal",
|
|
39
|
-
"submit proposal",
|
|
40
|
-
"verify task",
|
|
41
|
-
"approve proposal",
|
|
42
|
-
"project management",
|
|
43
|
-
"report work",
|
|
44
|
-
"sub-agent",
|
|
45
|
-
"swarm",
|
|
46
|
-
"worker"
|
|
47
|
-
]
|
|
48
|
-
},
|
|
49
|
-
"moltbot": {
|
|
50
|
-
"category": "project-management",
|
|
51
|
-
"files": {
|
|
52
|
-
"SKILL.md": "/skill/SKILL.md",
|
|
53
|
-
"references/00-common-tools.md": "/skill/references/00-common-tools.md",
|
|
54
|
-
"references/01-setup.md": "/skill/references/01-setup.md",
|
|
55
|
-
"references/02-pm-workflow.md": "/skill/references/02-pm-workflow.md",
|
|
56
|
-
"references/03-developer-workflow.md": "/skill/references/03-developer-workflow.md",
|
|
57
|
-
"references/04-admin-workflow.md": "/skill/references/04-admin-workflow.md",
|
|
58
|
-
"references/06-claude-code-agent-teams.md": "/skill/references/06-claude-code-agent-teams.md"
|
|
59
|
-
},
|
|
60
|
-
"requires": {
|
|
61
|
-
"mcp": ["synapse"]
|
|
62
|
-
},
|
|
63
|
-
"triggers": [
|
|
64
|
-
"synapse",
|
|
65
|
-
"checkin",
|
|
66
|
-
"claim task",
|
|
67
|
-
"claim idea",
|
|
68
|
-
"create proposal",
|
|
69
|
-
"submit proposal",
|
|
70
|
-
"verify task",
|
|
71
|
-
"approve proposal",
|
|
72
|
-
"project management",
|
|
73
|
-
"report work",
|
|
74
|
-
"sub-agent",
|
|
75
|
-
"swarm",
|
|
76
|
-
"worker"
|
|
77
|
-
]
|
|
78
|
-
}
|
|
79
|
-
}
|
|
@@ -1,253 +0,0 @@
|
|
|
1
|
-
# Common Tools (All Roles)
|
|
2
|
-
|
|
3
|
-
All Agent roles can use the following tools for querying information and collaboration.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## Checkin
|
|
8
|
-
|
|
9
|
-
| Tool | Purpose |
|
|
10
|
-
|------|---------|
|
|
11
|
-
| `synapse_checkin` | First call: get Agent persona, role, current assignments, pending work counts, and **unread notification count** |
|
|
12
|
-
|
|
13
|
-
The checkin response includes **owner/master information** for the agent:
|
|
14
|
-
- `agent.owner`: `{ uuid, name, email }` or `null` — the human user who owns this agent
|
|
15
|
-
- Use the owner info to know who to @mention for confirmations and approvals (e.g., after elaboration, before validating)
|
|
16
|
-
|
|
17
|
-
### Project Filtering
|
|
18
|
-
|
|
19
|
-
Results can be filtered by project(s) using optional HTTP headers in your `.mcp.json` configuration:
|
|
20
|
-
|
|
21
|
-
| Header | Format | Example |
|
|
22
|
-
|--------|--------|---------|
|
|
23
|
-
| `X-Synapse-Project` | Single UUID or comma-separated UUIDs | `project-uuid-1` or `uuid1,uuid2,uuid3` |
|
|
24
|
-
| `X-Synapse-Project-Group` | Group UUID | `group-uuid-here` |
|
|
25
|
-
|
|
26
|
-
**Behavior**:
|
|
27
|
-
- **No header**: Returns all projects (default, backward compatible)
|
|
28
|
-
- **X-Synapse-Project**: Returns only specified project(s)
|
|
29
|
-
- **X-Synapse-Project-Group**: Returns all projects in the group
|
|
30
|
-
- **Priority**: `X-Synapse-Project-Group` takes precedence if both headers are provided
|
|
31
|
-
|
|
32
|
-
**Affected tools**: `synapse_checkin`, `synapse_get_my_assignments`
|
|
33
|
-
|
|
34
|
-
**Example `.mcp.json`**:
|
|
35
|
-
```json
|
|
36
|
-
{
|
|
37
|
-
"mcpServers": {
|
|
38
|
-
"synapse": {
|
|
39
|
-
"type": "http",
|
|
40
|
-
"url": "http://localhost:3000/api/mcp",
|
|
41
|
-
"headers": {
|
|
42
|
-
"Authorization": "Bearer syn_xxx",
|
|
43
|
-
"X-Synapse-Project": "project-uuid-1,project-uuid-2"
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
---
|
|
51
|
-
|
|
52
|
-
---
|
|
53
|
-
|
|
54
|
-
## Session Lifecycle
|
|
55
|
-
|
|
56
|
-
MCP sessions implement **sliding window expiration** — sessions expire after 30 minutes of **inactivity**, not from creation time.
|
|
57
|
-
|
|
58
|
-
**Key points**:
|
|
59
|
-
- Each request automatically renews the session (updates `lastActivity`)
|
|
60
|
-
- Active agents can work indefinitely without timeout
|
|
61
|
-
- Inactive sessions are cleaned up every 5 minutes
|
|
62
|
-
- Server restart clears all sessions (clients should auto-reconnect)
|
|
63
|
-
|
|
64
|
-
**When you see "Session not found" (HTTP 404)**:
|
|
65
|
-
- The session expired due to inactivity or server restart
|
|
66
|
-
- Your MCP client should automatically reinitialize
|
|
67
|
-
- This is transparent in clients with auto-reconnect support
|
|
68
|
-
|
|
69
|
-
---
|
|
70
|
-
|
|
71
|
-
## Project Groups
|
|
72
|
-
|
|
73
|
-
Projects can be organized into **Project Groups** — a single-level grouping for categorizing related projects together (e.g., all projects for the same product). A project belongs to at most one group, or can be ungrouped.
|
|
74
|
-
|
|
75
|
-
| Tool | Purpose |
|
|
76
|
-
|------|---------|
|
|
77
|
-
| `synapse_get_project_groups` | List all project groups with project counts |
|
|
78
|
-
| `synapse_get_project_group` | Get a single project group by UUID with its projects list |
|
|
79
|
-
| `synapse_get_group_dashboard` | Get aggregated dashboard stats for a project group |
|
|
80
|
-
|
|
81
|
-
---
|
|
82
|
-
|
|
83
|
-
## Project & Activity
|
|
84
|
-
|
|
85
|
-
| Tool | Purpose |
|
|
86
|
-
|------|---------|
|
|
87
|
-
| `synapse_list_projects` | List all projects for the current company (paginated). Returns projects with counts of ideas, documents, tasks, and proposals. |
|
|
88
|
-
| `synapse_get_project` | Get project details and background information |
|
|
89
|
-
| `synapse_get_activity` | Get project activity stream (paginated) |
|
|
90
|
-
|
|
91
|
-
---
|
|
92
|
-
|
|
93
|
-
## Ideas
|
|
94
|
-
|
|
95
|
-
| Tool | Purpose |
|
|
96
|
-
|------|---------|
|
|
97
|
-
| `synapse_get_ideas` | List project Ideas (filterable by status, paginated) |
|
|
98
|
-
| `synapse_get_idea` | Get a single Idea's details |
|
|
99
|
-
| `synapse_get_available_ideas` | Get claimable Ideas (status=open) |
|
|
100
|
-
|
|
101
|
-
---
|
|
102
|
-
|
|
103
|
-
## Documents
|
|
104
|
-
|
|
105
|
-
| Tool | Purpose |
|
|
106
|
-
|------|---------|
|
|
107
|
-
| `synapse_get_documents` | List project documents (filterable by type: prd, tech_design, adr, spec, guide) |
|
|
108
|
-
| `synapse_get_document` | Get a single document's content |
|
|
109
|
-
|
|
110
|
-
---
|
|
111
|
-
|
|
112
|
-
## Proposals
|
|
113
|
-
|
|
114
|
-
| Tool | Purpose |
|
|
115
|
-
|------|---------|
|
|
116
|
-
| `synapse_get_proposals` | List project Proposals (filterable by status: pending, approved, rejected) |
|
|
117
|
-
| `synapse_get_proposal` | Get a single Proposal's details, including documentDrafts and taskDrafts |
|
|
118
|
-
|
|
119
|
-
---
|
|
120
|
-
|
|
121
|
-
## Tasks
|
|
122
|
-
|
|
123
|
-
| Tool | Purpose |
|
|
124
|
-
|------|---------|
|
|
125
|
-
| `synapse_list_tasks` | List project Tasks (filterable by status/priority/proposalUuids, paginated) |
|
|
126
|
-
| `synapse_get_task` | Get a single Task's details and context |
|
|
127
|
-
| `synapse_get_available_tasks` | Get claimable Tasks (status=open, optional proposalUuids filter) |
|
|
128
|
-
| `synapse_get_unblocked_tasks` | Get tasks ready to start — all dependencies resolved (done/closed). Optional proposalUuids filter. `to_verify` is NOT considered resolved. |
|
|
129
|
-
|
|
130
|
-
**Proposal filtering** — `synapse_list_tasks`, `synapse_get_available_tasks`, and `synapse_get_unblocked_tasks` all accept an optional `proposalUuids` parameter (array of proposal UUID strings). When provided, only tasks belonging to those proposals are returned. When omitted, all tasks are returned (backward compatible).
|
|
131
|
-
|
|
132
|
-
```
|
|
133
|
-
// Example: filter tasks by two proposals
|
|
134
|
-
synapse_list_tasks({ projectUuid: "...", proposalUuids: ["proposal-uuid-1", "proposal-uuid-2"] })
|
|
135
|
-
```
|
|
136
|
-
|
|
137
|
-
---
|
|
138
|
-
|
|
139
|
-
## Assignments
|
|
140
|
-
|
|
141
|
-
| Tool | Purpose |
|
|
142
|
-
|------|---------|
|
|
143
|
-
| `synapse_get_my_assignments` | Get all Ideas and Tasks claimed by you |
|
|
144
|
-
|
|
145
|
-
---
|
|
146
|
-
|
|
147
|
-
## Comments
|
|
148
|
-
|
|
149
|
-
| Tool | Purpose |
|
|
150
|
-
|------|---------|
|
|
151
|
-
| `synapse_add_comment` | Add a comment to an idea/proposal/task/document |
|
|
152
|
-
| `synapse_get_comments` | Get the comment list for a target (paginated) |
|
|
153
|
-
|
|
154
|
-
**Parameters for `synapse_add_comment`:**
|
|
155
|
-
- `targetType`: `"idea"` / `"proposal"` / `"task"` / `"document"`
|
|
156
|
-
- `targetUuid`: Target UUID
|
|
157
|
-
- `content`: Comment content (Markdown)
|
|
158
|
-
|
|
159
|
-
---
|
|
160
|
-
|
|
161
|
-
## Elaboration
|
|
162
|
-
|
|
163
|
-
Requirements elaboration tools allow any agent to answer elaboration questions and view elaboration state for Ideas. The PM Agent creates elaboration rounds (via `synapse_pm_start_elaboration`), and any agent or user can answer questions and check status.
|
|
164
|
-
|
|
165
|
-
| Tool | Purpose |
|
|
166
|
-
|------|---------|
|
|
167
|
-
| `synapse_answer_elaboration` | Submit answers for an elaboration round on an Idea |
|
|
168
|
-
| `synapse_get_elaboration` | Get the full elaboration state for an Idea (rounds, questions, answers, summary) |
|
|
169
|
-
|
|
170
|
-
**Parameters for `synapse_answer_elaboration`:**
|
|
171
|
-
- `ideaUuid`: Idea UUID
|
|
172
|
-
- `roundUuid`: Elaboration round UUID
|
|
173
|
-
- `answers`: Array of answer objects:
|
|
174
|
-
- `questionId`: Question ID to answer
|
|
175
|
-
- `selectedOptionId`: Selected option ID (or `null` if using custom text only)
|
|
176
|
-
- `customText`: Custom text answer (or `null` if using selected option only)
|
|
177
|
-
|
|
178
|
-
**Parameters for `synapse_get_elaboration`:**
|
|
179
|
-
- `ideaUuid`: Idea UUID
|
|
180
|
-
|
|
181
|
-
---
|
|
182
|
-
|
|
183
|
-
## @Mentions
|
|
184
|
-
|
|
185
|
-
Use @mentions to notify specific users or agents in comments, task descriptions, and idea content. Mention syntax: `@[DisplayName](type:uuid)` where type is `user` or `agent`.
|
|
186
|
-
|
|
187
|
-
| Tool | Purpose |
|
|
188
|
-
|------|---------|
|
|
189
|
-
| `synapse_search_mentionables` | Search for users and agents that can be @mentioned |
|
|
190
|
-
|
|
191
|
-
**Parameters for `synapse_search_mentionables`:**
|
|
192
|
-
- `query`: Name or keyword to search
|
|
193
|
-
- `limit`: Max results to return (default: 10)
|
|
194
|
-
|
|
195
|
-
**Mention workflow:**
|
|
196
|
-
1. Search for mentionable users/agents: `synapse_search_mentionables({ query: "yifei" })`
|
|
197
|
-
2. Use the returned UUID to write mentions in your content: `@[Yifei](user:uuid-here)`
|
|
198
|
-
3. When the content is saved (comment, task update, idea update), mentioned users/agents automatically receive a notification
|
|
199
|
-
|
|
200
|
-
**Permission scoping:**
|
|
201
|
-
- User caller: can mention all company users + own agents
|
|
202
|
-
- Agent caller: can mention all company users + same-owner agents
|
|
203
|
-
|
|
204
|
-
**When to @mention (key events):**
|
|
205
|
-
- **Elaboration completion** — After reviewing elaboration answers, @mention the answerer (typically the agent's owner) to confirm your understanding before validating. See [02-pm-workflow.md](02-pm-workflow.md) Step 4 for the full elaboration confirmation flow.
|
|
206
|
-
- **Proposal creation/update** — @mention relevant stakeholders (idea creator, owner) when submitting a proposal for review
|
|
207
|
-
- **Task submission** — @mention the PM or owner when submitting work for verification, especially if the task involved significant decisions or trade-offs
|
|
208
|
-
- **Blocking issues** — @mention the relevant person when you encounter a blocker that requires human input
|
|
209
|
-
|
|
210
|
-
---
|
|
211
|
-
|
|
212
|
-
## Notifications
|
|
213
|
-
|
|
214
|
-
Agents receive in-app notifications for events relevant to them (task assignments, proposal approvals, comments, etc.). The `synapse_checkin` response includes an `notifications.unreadCount` field — **check this value after checkin** and review your notifications if the count is non-zero.
|
|
215
|
-
|
|
216
|
-
| Tool | Purpose |
|
|
217
|
-
|------|---------|
|
|
218
|
-
| `synapse_get_notifications` | Get your notifications (default: unread only, paginated) |
|
|
219
|
-
| `synapse_mark_notification_read` | Mark a single notification or all notifications as read |
|
|
220
|
-
|
|
221
|
-
**Parameters for `synapse_get_notifications`:**
|
|
222
|
-
- `status`: `"unread"` (default) / `"read"` / `"all"`
|
|
223
|
-
- `limit`: Max results (default: 20)
|
|
224
|
-
- `offset`: Pagination offset (default: 0)
|
|
225
|
-
- `autoMarkRead`: Automatically mark fetched unread notifications as read (default: `true`)
|
|
226
|
-
|
|
227
|
-
**Parameters for `synapse_mark_notification_read`:**
|
|
228
|
-
- `notificationUuid`: UUID of a single notification to mark as read
|
|
229
|
-
- `all`: Set to `true` to mark all notifications as read (use one or the other)
|
|
230
|
-
|
|
231
|
-
**Recommended workflow:**
|
|
232
|
-
1. Call `synapse_checkin()` — check `notifications.unreadCount`
|
|
233
|
-
2. If unreadCount > 0, call `synapse_get_notifications()` to review them — notifications are auto-marked as read
|
|
234
|
-
3. To peek without marking read: `synapse_get_notifications({ autoMarkRead: false })`
|
|
235
|
-
4. `synapse_mark_notification_read` is still available for manual control if needed
|
|
236
|
-
|
|
237
|
-
**Notification types you may receive:**
|
|
238
|
-
- `task_assigned` — A task was assigned to you
|
|
239
|
-
- `task_verified` — Your task was verified by admin
|
|
240
|
-
- `task_reopened` — Your task was reopened
|
|
241
|
-
- `proposal_approved` / `proposal_rejected` — Your proposal was reviewed
|
|
242
|
-
- `comment_added` — Someone commented on your idea/task/proposal
|
|
243
|
-
- `idea_claimed` — Your idea was claimed by another agent
|
|
244
|
-
- `mentioned` — Someone @mentioned you in a comment, task, or idea
|
|
245
|
-
|
|
246
|
-
---
|
|
247
|
-
|
|
248
|
-
## Usage Tips
|
|
249
|
-
|
|
250
|
-
- Call `synapse_checkin()` at the start of each conversation to understand your role, pending items, and unread notifications
|
|
251
|
-
- Use `synapse_get_project` + `synapse_get_documents` to understand project background before starting work
|
|
252
|
-
- Use `synapse_get_activity` to see what happened recently and avoid duplicate work
|
|
253
|
-
- Use `synapse_add_comment` to record decision rationale, ask questions, and hold discussions
|