Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a native workspace-scoped Research surface for collecting, organizing, enriching, synthesizing, importing/exporting, and promoting research artifacts inside Nexus Workflow Studio. The implementation introduces server-backed research spaces under each workspace, a full-screen
/workspace/[id]/researchexperience, collaborative/autosave hooks, Nexus connector-based AI helpers, planning templates, and Brain promotion paths. It also documents the feature and includes unit coverage plus a dedicated E2E specification for the broader browser workflow.Plan:
docs/tasks/workspace-research-planning-e83335e2/plan-workspace-research-planning-e83335e2.mdADW tracking ID:
e83335e2Checklist
/workspace/${workspaceId}/researchwhile keeping existing workspace flows available.Key Changes
src/lib/research/*modules for research schemas, persistence, collaboration room IDs,.nodepadportability, markdown export, AI enrichment/synthesis parsing, and Brain promotion conversion./api/workspaces/[id]/research-spaceswith full CRUD and action endpoints./workspace/[id]/researchpage and research component namespace with tiling, kanban, graph, tile index, synthesis, command input, template, import/export, and promotion surfaces.