pi-cursor-bridge 0.1.1 → 0.1.3

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cursor-bridge",
3
- "version": "5.4.2+codex.20260822153144",
3
+ "version": "5.5.0+codex.20260825112121",
4
4
  "description": "Evidence-backed Cursor Context Engine search and bounded Cursor Agent execution, including a UI-suppressed minimal runtime.",
5
5
  "author": {
6
6
  "name": "Vanyangyang"
@@ -10,17 +10,17 @@
10
10
  "mcpServers": {
11
11
  "cursor-bridge": {
12
12
  "command": "node",
13
- "args": [
14
- "./dist/cursor-bridge.mjs"
15
- ],
16
- "cwd": ".",
17
- "default_tools_approval_mode": "approve"
13
+ "args": [
14
+ "./dist/cursor-bridge.mjs"
15
+ ],
16
+ "cwd": ".",
17
+ "default_tools_approval_mode": "approve"
18
18
  }
19
19
  },
20
20
  "interface": {
21
21
  "displayName": "Cursor Bridge",
22
- "shortDescription": "Evidence-backed CCE search and bounded Cursor Agent work.",
23
- "longDescription": "Use Cursor's indexed Agent as an adaptive Cursor Context Engine. State the intent once; Cursor chooses the necessary investigation depth and returns compact path:line evidence instead of guessed locations. Cursor Bridge can also execute bounded FIFO or independent Agent tasks while Codex retains review and final control. Minimal runtime keeps CCE and execution tools available while hiding the Windows Cursor UI.",
22
+ "shortDescription": "Evidence-backed CCE search and bounded cursor_do execution.",
23
+ "longDescription": "Use Cursor's indexed Agent as an adaptive Cursor Context Engine. State the intent once; Cursor chooses the necessary investigation depth and returns compact path:line evidence instead of guessed locations. When execution is useful, cursor_do is the first-class bounded path for FIFO or independent Cursor Agent tasks while the supervising host retains review and final control. User-facing prose follows the task language while machine fields remain stable. Minimal runtime keeps CCE and execution tools available while hiding the Windows Cursor UI.",
24
24
  "developerName": "Vanyangyang",
25
25
  "category": "Developer Tools",
26
26
  "capabilities": [
@@ -28,7 +28,7 @@
28
28
  ],
29
29
  "defaultPrompt": [
30
30
  "Find where this project implements a behavior and return verified path:line evidence.",
31
- "Trace a symbol, call chain, data flow, or ownership boundary across this workspace.",
31
+ "Delegate one clearly bounded implementation task to Cursor and verify the real changes.",
32
32
  "Initialize CCE workspace to C:\\absolute\\project\\path."
33
33
  ],
34
34
  "websiteURL": "https://github.com/Vanyangyang/cursor-bridge"
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
- # Cursor Bridge for Pi
2
-
3
- Use Cursor's project index and Agent search from Pi, with compact `path:line` evidence and optional bounded Cursor task execution.
4
-
5
- ```powershell
6
- pi install npm:pi-cursor-bridge
7
- ```
8
-
9
- Restart Pi after installation. Initialize the current project by asking Pi to initialize Cursor Bridge for the absolute project path, then use it normally. The package includes the `cce-routing` and `cursor-delegate` Skills and registers the native Cursor Bridge MCP tools directly in Pi.
10
-
11
- This Pi package embeds Cursor Bridge 5.4.2. Cursor must be installed and signed in. Current end-to-end compatibility claims remain scoped to the environments documented in the main repository.
12
-
13
- Source and full documentation: https://github.com/Vanyangyang/cursor-bridge
1
+ # Cursor Bridge for Pi
2
+
3
+ Use Cursor's project index and Agent search from Pi, with compact `path:line` evidence and optional bounded Cursor task execution.
4
+
5
+ ```powershell
6
+ pi install npm:pi-cursor-bridge
7
+ ```
8
+
9
+ Restart Pi after installation. Initialize the current project by asking Pi to initialize Cursor Bridge for the absolute project path, then use it normally. The package includes the `cce-routing` and `cursor-delegate` Skills and registers the native Cursor Bridge MCP tools directly in Pi.
10
+
11
+ This Pi package embeds Cursor Bridge 5.5.0. Cursor must be installed and signed in. Current end-to-end compatibility claims remain scoped to the environments documented in the main repository. User-facing explanations follow the current task language while machine fields, paths, commands, IDs, and exact options remain unchanged.
12
+
13
+ Full documentation: [English](https://github.com/Vanyangyang/cursor-bridge#readme) · [简体中文](https://github.com/Vanyangyang/cursor-bridge/blob/master/README.zh-CN.md)