Skip to content

docs: known limitations + cursor-agent RE notes - #120

Draft
Nomadcxx wants to merge 1 commit into
devfrom
docs/limitations-and-re-notes
Draft

docs: known limitations + cursor-agent RE notes#120
Nomadcxx wants to merge 1 commit into
devfrom
docs/limitations-and-re-notes

Conversation

@Nomadcxx

Copy link
Copy Markdown
Owner

Draft as a worktree for refinement, not merge.

What this adds

  • docs/known-limitations.md — running list. Two entries so far:
    • Composer small-file edit loop (root-caused; decided not to fix, cost > benefit).
    • applyAgentDiff unhandled cursor-owned edit path (open question).
  • docs/architecture/cursor-agent-reverse-engineering.md — RE approach (cursor-agent is a shell launcher over readable Node.js bundles; static read beats npm and mitmproxy).

Open items / testing needed

  • Confirm whether applyAgentDiff reaches the plugin in real traffic (not seen yet).
  • If it does: wire the unconsumed cursorOwnedMutation consumer; verify no loop, no double-apply.
  • Fill in the Architecture / speed / performance section (per-request cursor-agent spawn cost, streaming latency).
  • Keep both docs updated on each cursor-agent version bump (protocol drifts, e.g. streamContent -> fileText between 07.09 and 07.17).

Adds a running known-limitations doc (Composer small-file edit loop; unhandled
applyAgentDiff cursor-owned edit path) and a reverse-engineering approach for
cursor-agent (readable Node.js bundles on disk; static read over npm/mitmproxy).
Reference material and a worktree for open items, not a code change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant