Skip to content
Open
Show file tree
Hide file tree
Changes from 63 commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
357eb6f
Initial implementation for Cursor IDE provider: read the workspace an…
bago2k4 Jan 21, 2026
023d5b0
Generic improvements to the markdown output to get markdown header, u…
bago2k4 Jan 21, 2026
11196f6
Implement some tool handlers: write, read, search and shell types
bago2k4 Jan 23, 2026
4aaf324
Move cursoride code to the right directly after cherry pick of commits
bago2k4 Jan 27, 2026
56bf48c
Watch command for Cursor IDE provider
bago2k4 Jan 27, 2026
880a03e
Implement single session sync for Cursor IDE provider
bago2k4 Jan 27, 2026
ff77b43
VSCode Copilot IDE plan and basic implementation
bago2k4 Jan 28, 2026
50e3bf1
Adjustments for copilot tool layout
bago2k4 Jan 29, 2026
d9207ba
Copilot tools plan
bago2k4 Jan 29, 2026
6b39212
If tool input is a multiline string wrap it in triple backthicks inst…
bago2k4 Jan 29, 2026
f6c738f
Avoid a flag and env vars for the Cursor IDE db watcher interval, jus…
bago2k4 Jan 29, 2026
5aa28ba
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Jan 29, 2026
fbd1137
Consistent value string output
bago2k4 Jan 29, 2026
f125eb9
Merge branch 'dev' into cursor-ide
bago2k4 Jan 29, 2026
2b6bfef
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Jan 29, 2026
b2f20ee
Add file_search, glob_file_search and list_directory tool handlers
bago2k4 Jan 29, 2026
d8d21a9
Merge branch 'feat/list-sessions' into cursor-ide
bago2k4 Feb 4, 2026
03218ce
Implement list for Cursor IDE
bago2k4 Feb 4, 2026
a85d27b
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Feb 4, 2026
d9f1963
Implement list for VSCode Copilot IDE
bago2k4 Feb 4, 2026
9706a54
Reuse SPI structure
bago2k4 Feb 4, 2026
8a1953e
Merge branch 'feat/list-sessions' into cursor-ide
bago2k4 Feb 4, 2026
13a3b9f
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Feb 4, 2026
dbc6ae4
Merge branch 'feat/list-sessions' into cursor-ide
bago2k4 Feb 4, 2026
e7b18fd
Remove list session sorting from cursor ide
bago2k4 Feb 4, 2026
cb626a9
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Feb 4, 2026
42a5d67
Remove list session sorting from copilot ide
bago2k4 Feb 4, 2026
af12fae
Merge branch 'feat/list-sessions' into cursor-ide
bago2k4 Feb 4, 2026
6f31780
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Feb 4, 2026
f0a28c5
Merge branch 'feat/list-sessions' into cursor-ide
bago2k4 Feb 4, 2026
0c0b9e4
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Feb 4, 2026
a197928
Update comment
bago2k4 Feb 4, 2026
0fcfb95
Merge branch 'feat/stdout-print' into cursor-ide
bago2k4 Feb 5, 2026
2e3382f
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Feb 5, 2026
aa3a7d3
Update copilot logic to support JSONL format for session data and oth…
bago2k4 Feb 11, 2026
022c7f2
Merge branch 'dev' into cursor-ide
bago2k4 Feb 11, 2026
90aeef7
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Feb 11, 2026
7281c5e
Merge branch 'dev' into cursor-ide
bago2k4 Feb 13, 2026
1995e12
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Feb 13, 2026
f029703
Merge branch 'dev' into cursor-ide
bago2k4 Feb 23, 2026
0ca1d2e
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Feb 23, 2026
ed1da72
Merge branch 'dev' into cursor-ide
bago2k4 Feb 25, 2026
905757e
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Feb 25, 2026
d0aa042
Merge branch 'dev' into cursor-ide
bago2k4 Feb 26, 2026
9db3328
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Feb 26, 2026
4f0cf64
Merge branch 'dev' into cursor-ide
bago2k4 Mar 5, 2026
eafe5d3
Linting
bago2k4 Mar 5, 2026
bf92a19
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Mar 5, 2026
70ca4f4
Handle Copilot kind 2 messages, append messages to the right session
bago2k4 Mar 5, 2026
ca3ff72
Further cleanup of file slugs in Claude Code provider.
belucid Mar 6, 2026
95c2aa4
Fix cursoride tool stats missing from OTel traces
jakelevirne Mar 7, 2026
ab7309f
Merge branch 'cursor-ide' of https://github.com/specstoryai/getspecst…
jakelevirne Mar 7, 2026
eef7214
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Mar 10, 2026
9ccbe39
Resolve a race condition in Cursor IDE where a session is updated but…
bago2k4 Mar 10, 2026
72fc500
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Mar 10, 2026
9c5ecde
Fix secondary race condition where user message is added to the markd…
bago2k4 Mar 12, 2026
ab62730
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Mar 12, 2026
7154eb9
Merge branch 'dev' into cursor-ide
belucid Mar 18, 2026
fe553f3
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Mar 18, 2026
218351b
Support for Cursor 3
bago2k4 Apr 6, 2026
75a4bf9
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Apr 6, 2026
7dbfdef
Merge branch 'main' into cursor-ide
bago2k4 Apr 6, 2026
3f30928
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Apr 6, 2026
97817dc
Fix cursoride session discovery for .code-workspace file opens
bago2k4 Apr 7, 2026
4b4dbd8
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Apr 7, 2026
09437c3
Support .code-workspace file path as --project-path in copilotide and…
bago2k4 Apr 7, 2026
28c2fb9
Use the same agent name as for sync during run and watch
bago2k4 Apr 9, 2026
a1c4fb4
Merge branch 'cursor-ide' into copilot-ide
bago2k4 Apr 9, 2026
611c789
Use the same agent name as for sync during run and watch for Copilot …
bago2k4 Apr 9, 2026
e0bf988
Fix URI-to-path conversion for Windows mapped drives in copilotide
bago2k4 May 7, 2026
375f668
Revert "Fix URI-to-path conversion for Windows mapped drives in copil…
bago2k4 May 7, 2026
a1c8724
Merge branch 'dev' into cursor-ide
bago2k4 May 19, 2026
190bafa
Merge branch 'cursor-ide' into copilot-ide
bago2k4 May 19, 2026
891ba37
Merge branch 'dev' into copilot-ide
belucid Jun 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions specstory-cli/.claude/commands/merge-conflict.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
allowed-tools: Bash(git status:*), Bash(git diff:*), Bash(grep:*), Bash(awk:*), Bash(sed:*)
description: Resolve a merge conflict
---

## Context

- Current git status: !`git status`
- Current git diff: !`git diff`

## Your task

Examine the current merge conflict using git commands.

Review each issue conflict by conflict and explain what caused each conflict. Explain what each side of the conflict was attempting to accomplish with their change.

Importantly, make a suggestion for the best resolution for each conflict, but only resolve them in discussion with me.

Use file names and line numbers to reference the changes, but also sequentially number every observation so we can easily reference them.
Loading
Loading