[Feature]: Cross-Workspace Pipelines #96
jamesruscoe
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
macOS
Operating system version
tahoe 26.3
System architecture
Intel (x86)
PolyScope Version
0.11.0
Bug description
Feature Request: Cross-Workspace Pipelines
The Problem
When building features that span multiple repos (e.g. Laravel API + Vue frontend), Polyscope workspaces are completely isolated. Agents can't trigger each other, share context, or communicate. The user has to manually coordinate everything.
Proposed Features
How It Works Today (Manual Workaround)
You can get a basic version of this working, but you are the glue at every step.
One-Time Setup
~/.polyscope/shared-context~/.claude/CLAUDE.mdso all agents know about it:Workflow
1. Open a BE workspace. Prompt it:
2. Copy the contract. The agent outputs it in the chat. You manually save it to:
(The agent can't write there itself — it's sandboxed to its repo clone.)
3. Open a FE workspace. Prompt it:
That's it. Three steps, two manual handoffs. It works but you're the pipeline.
What Pipelines Would Replace
Instead of three manual steps, you'd define one pipeline and hit go. Polyscope sequences the workspaces, passes the contract file automatically, and you review two PRs at the end.
Steps to reproduce
No response
Relevant log output
Beta Was this translation helpful? Give feedback.
All reactions