feat: project-aware ocman:// URL schemes #74
Labels
No labels
backend
bug
chore
duplication
effort:complex
effort:medium
effort:trivial
enhancement
frontend
fullstack
priority:high
ready-for-agent
refactor
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dries/ocman#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From spec/multi-agent-support/agent-feature-survey.md — finding #22.
What it is
Cursor / Windsurf / Zed have OS-level URL handlers (
cursor://,zed://) for "open this repo / file in the editor".Seen in
All IDE agents.
ocman angle
Register
ocman://session/<id>andocman://project/<dir>URL schemes. Lets us link to ocman from external tools (GitHub PR comments, Slack messages, docs). Combined with finding #5 (ocman://prompt), this becomes a real integration surface.Effort
S–M (OS registration is the annoying part).
Folding in #57 (prompt URL handler / send-problems / explain-and-fix). This issue is now the single deep-link tracker. Scope additions from #57:
ocman://prompt?text=...(survey finding #5): open ocman with a pre-filled prompt aimed at the active OpenCode session, using existing project-detection to route to the right instance.Note: OS-level scheme registration (
ocman://) is more involved than the current effort:trivial label suggests — consider re-labelling to effort:medium.